We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a96a6 commit fa8574aCopy full SHA for fa8574a
rpm/osg-pki-tools.spec
@@ -1,7 +1,7 @@
1
Summary: osg-pki-tools
2
Name: osg-pki-tools
3
-Version: 3.5.2
4
-Release: 2%{?dist}
+Version: 3.6.0
+Release: 1%{?dist}
5
Source: osg-pki-tools-%{version}.tar.gz
6
License: Apache 2.0
7
Group: Grid
@@ -43,6 +43,10 @@ mv %{buildroot}/%{_prefix}/config/ca-issuer.conf %{buildroot}%{_sysconfdir}/osg/
43
%config(noreplace) %{_sysconfdir}/osg/pki/ca-issuer.conf
44
45
%changelog
46
+* Fri Sep 1 2023 Brian Lin <blin@cs.wisc.edu> - 3.6.0
47
+- Add configuration file for osg-incommon-cert-request (SOFTWARE-5668)
48
+- Update default CSR key length to 4096, add CLI option (SOFTWARE-5651)
49
+
50
* Tue Mar 14 2023 Brian Lin <blin@cs.wisc.edu> - 3.5.2-2
51
- Update RPM spec to build on EL9 (SOFTWARE-5530)
52
0 commit comments