-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synced up local spec files with latest release (10.4.8)
- Loading branch information
1 parent
9d63a7a
commit 369ce88
Showing
4 changed files
with
53 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Name: dogtag-pki-theme | |
Version: 10.4.1 | ||
Release: 2%{?dist} | ||
%else | ||
Version: 10.4.7 | ||
Version: 10.4.8 | ||
Release: 1.1%{?dist} | ||
%endif | ||
Summary: Certificate System - Dogtag PKI Theme Components | ||
|
@@ -173,6 +173,12 @@ cd build | |
|
||
|
||
%changelog | ||
* Thu Jun 22 2017 Dogtag Team <[email protected]> 10.4.8-1.1 | ||
- Updated source version number to 10.4.8-1.1 | ||
|
||
* Mon Jun 19 2017 Dogtag Team <[email protected]> 10.4.8-1 | ||
- Updated source version number to 10.4.8-1 | ||
|
||
* Thu Jun 8 2017 Dogtag Team <[email protected]> 10.4.7-1.1 | ||
- Updated source version number to 10.4.7-1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Name: dogtag-pki | |
Version: 10.4.1 | ||
Release: 2%{?dist} | ||
%else | ||
Version: 10.4.7 | ||
Version: 10.4.8 | ||
Release: 1.1%{?dist} | ||
%endif | ||
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2 | ||
|
@@ -129,6 +129,12 @@ rm -rf %{buildroot} | |
%doc README | ||
|
||
%changelog | ||
* Thu Jun 22 2017 Dogtag Team <[email protected]> 10.4.8-1.1 | ||
- Updated source version number to 10.4.8-1.1 | ||
|
||
* Mon Jun 19 2017 Dogtag Team <[email protected]> 10.4.8-1 | ||
- Updated source version number to 10.4.8-1 | ||
|
||
* Thu Jun 8 2017 Dogtag Team <[email protected]> 10.4.7-1.1 | ||
- Updated source version number to 10.4.7-1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Name: pki-console | |
Version: 10.4.1 | ||
Release: 5%{?dist} | ||
%else | ||
Version: 10.4.7 | ||
Version: 10.4.8 | ||
Release: 1.1%{?dist} | ||
%endif | ||
Summary: Certificate System - PKI Console | ||
|
@@ -143,6 +143,12 @@ cd build | |
|
||
|
||
%changelog | ||
* Thu Jun 22 2017 Dogtag Team <[email protected]> 10.4.8-1.1 | ||
- Updated source version number to 10.4.8-1.1 | ||
|
||
* Mon Jun 19 2017 Dogtag Team <[email protected]> 10.4.8-1 | ||
- Updated source version number to 10.4.8-1 | ||
|
||
* Thu Jun 8 2017 Dogtag Team <[email protected]> 10.4.7-1.1 | ||
- Updated source version number to 10.4.7-1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,8 +68,8 @@ Name: pki-core | |
Version: 10.4.1 | ||
Release: 8%{?dist} | ||
%else | ||
Version: 10.4.7 | ||
Release: 1.1%{?dist} | ||
Version: 10.4.8 | ||
Release: 2.1%{?dist} | ||
%endif | ||
Summary: Certificate System - PKI Core Components | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -205,6 +205,7 @@ BuildRequires: tomcatjss >= 7.1.3 | |
%if 0%{?with_python3} | ||
BuildRequires: python3-cryptography | ||
BuildRequires: python3-devel | ||
BuildRequires: python3-lxml | ||
BuildRequires: python3-nss | ||
BuildRequires: python3-pyldap | ||
BuildRequires: python3-requests >= 2.6.0 | ||
|
@@ -505,6 +506,7 @@ BuildArch: noarch | |
Requires: pki-base = %{version}-%{release} | ||
|
||
Requires: python3-cryptography | ||
Requires: python3-lxml | ||
Requires: python3-nss | ||
Requires: python3-requests >= 2.6.0 | ||
Requires: python3-six | ||
|
@@ -1422,6 +1424,34 @@ fi | |
%endif # %{with server} | ||
|
||
%changelog | ||
* Thu Jun 22 2017 Dogtag Team <[email protected]> 10.4.8-2.1 | ||
- Updated source version number to 10.4.8-2.1 | ||
|
||
* Mon Jun 19 2017 Dogtag Team <[email protected]> 10.4.8-2 | ||
- dogtagpki Pagure Issue #2721 - Key recovery using externalReg fails | ||
with java null pointer exception on KRA (vakwetu) | ||
- dogtagpki Pagure Issue #2737 - CMC: check HTTPS client | ||
authentication cert against CMC signer (cfu) | ||
- dogtagpki Pagure Issue #2741 - Unable to find keys in the p12 file | ||
after deleting the any of the subsystem certs from it (ftweedal) | ||
- dogtagpki Pagure Issue #2745 - Platform Dependent Python Import (cheimes) | ||
|
||
* Mon Jun 12 2017 Dogtag Team <[email protected]> 10.4.8-1 | ||
- dogtagpki Pagure Issue #2540 - Creating symmetric key (sharedSecret) | ||
using tkstool is failing when operating system is in FIPS mode. (jmagne) | ||
- dogtagpki Pagure Issue #2617 - Allow CA to process pre-signed CMC | ||
non-signing certificate requests (cfu) | ||
- dogtagpki Pagure Issue #2619 - Allow CA to process pre-signed CMC | ||
revocation non-signing cert requests (cfu) | ||
- dogtagpki Pagure Issue #2643 - Session timeout for PKI console | ||
(edewata) | ||
- dogtagpki Pagure Issue #2719 - change the way aes clients refer to | ||
aes keysets (vakwetu) | ||
- dogtagpki Pagure Issue #2722 - dont reuse IVs in the CMC code | ||
(vakwetu) | ||
- dogtagpki Pagure Issue #2728 - In keywrap mode, key recovery on | ||
KRA with HSM causes KRA to crash (ftweedal) | ||
|
||
* Thu Jun 8 2017 Dogtag Team <[email protected]> 10.4.7-1.1 | ||
- Updated source version number to 10.4.7-1.1 | ||
|
||
|