-
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.4)
- Loading branch information
1 parent
c0bb0ee
commit 6016c7b
Showing
7 changed files
with
47 additions
and
21 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
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
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ PKI_PWD=`pwd` | |
## | ||
|
||
PKI_CORE="pki-core" | ||
PKI_CORE_VERSION="10.4.3" | ||
PKI_CORE_VERSION="10.4.4" | ||
|
||
|
||
## | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: dogtag-pki-theme | ||
Version: 10.4.3 | ||
Release: 1.1%{?dist} | ||
Version: 10.4.4 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - Dogtag PKI Theme Components | ||
URL: http://pki.fedoraproject.org/ | ||
License: GPLv2 | ||
|
@@ -168,6 +168,9 @@ cd build | |
|
||
|
||
%changelog | ||
* Tue May 9 2017 Dogtag Team <[email protected]> 10.4.4-1 | ||
- Updated source version number to 10.4.4-1 | ||
|
||
* Mon May 1 2017 Dogtag Team <[email protected]> 10.4.3-1.1 | ||
- Updated source version number to 10.4.3-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 |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
|
||
Summary: Dogtag Public Key Infrastructure (PKI) Suite | ||
Name: dogtag-pki | ||
Version: 10.4.3 | ||
Release: 1.1%{?dist} | ||
Version: 10.4.4 | ||
Release: 1%{?dist} | ||
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2 | ||
License: GPLv2 and LGPLv2 | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -124,6 +124,9 @@ rm -rf %{buildroot} | |
%doc README | ||
|
||
%changelog | ||
* Tue May 9 2017 Dogtag Team <[email protected]> 10.4.4-1 | ||
- Updated source version number to 10.4.4-1 | ||
|
||
* Mon May 1 2017 Dogtag Team <[email protected]> 10.4.3-1.1 | ||
- Updated source version number to 10.4.3-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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: pki-console | ||
Version: 10.4.3 | ||
Release: 1.1%{?dist} | ||
Version: 10.4.4 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - PKI Console | ||
URL: http://pki.fedoraproject.org/ | ||
License: GPLv2 | ||
|
@@ -36,10 +36,10 @@ BuildRequires: nss-devel >= 3.27.0 | |
BuildRequires: junit | ||
BuildRequires: jpackage-utils >= 1.7.5-10 | ||
%if 0%{?rhel} | ||
BuildRequires: jss >= 4.4.0-6 | ||
BuildRequires: jss >= 4.4.0-7 | ||
%else | ||
%if 0%{?fedora} >= 25 | ||
BuildRequires: jss >= 4.4.2-1 | ||
BuildRequires: jss >= 4.4.2-2 | ||
%else | ||
BuildRequires: jss >= 4.2.6-44 | ||
%endif | ||
|
@@ -53,10 +53,10 @@ Requires: pki-base-java >= %{pki_core_version} | |
Requires: pki-console-theme >= %{version} | ||
Requires: jpackage-utils >= 1.7.5-10 | ||
%if 0%{?rhel} | ||
Requires: jss >= 4.4.0-6 | ||
Requires: jss >= 4.4.0-7 | ||
%else | ||
%if 0%{?fedora} >= 25 | ||
Requires: jss >= 4.4.2-1 | ||
Requires: jss >= 4.4.2-2 | ||
%else | ||
Requires: jss >= 4.2.6-44 | ||
%endif | ||
|
@@ -122,6 +122,10 @@ cd build | |
|
||
|
||
%changelog | ||
* Tue May 9 2017 Dogtag Team <[email protected]> 10.4.4-1 | ||
- Updated "jss" build and runtime requirements | ||
- Updated source version number to 10.4.4-1 | ||
|
||
* Mon May 1 2017 Dogtag Team <[email protected]> 10.4.3-1.1 | ||
- Updated source version number to 10.4.3-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 |
---|---|---|
|
@@ -64,8 +64,8 @@ | |
%define pki_homedir /usr/share/pki | ||
|
||
Name: pki-core | ||
Version: 10.4.3 | ||
Release: 1.1%{?dist} | ||
Version: 10.4.4 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - PKI Core Components | ||
URL: http://pki.fedoraproject.org/ | ||
License: GPLv2 | ||
|
@@ -175,10 +175,10 @@ BuildRequires: python-ldap | |
BuildRequires: junit | ||
BuildRequires: jpackage-utils >= 0:1.7.5-10 | ||
%if 0%{?rhel} | ||
BuildRequires: jss >= 4.4.0-6 | ||
BuildRequires: jss >= 4.4.0-7 | ||
%else | ||
%if 0%{?fedora} >= 25 | ||
BuildRequires: jss >= 4.4.2-1 | ||
BuildRequires: jss >= 4.4.2-2 | ||
%else | ||
BuildRequires: jss >= 4.2.6-44 | ||
%endif | ||
|
@@ -334,10 +334,10 @@ Requires: nss >= 3.27.0 | |
%endif | ||
Requires: jpackage-utils >= 0:1.7.5-10 | ||
%if 0%{?rhel} | ||
Requires: jss >= 4.4.0-6 | ||
Requires: jss >= 4.4.0-7 | ||
%else | ||
%if 0%{?fedora} >= 25 | ||
Requires: jss >= 4.4.2-1 | ||
Requires: jss >= 4.4.2-2 | ||
%else | ||
Requires: jss >= 4.2.6-44 | ||
%endif | ||
|
@@ -428,10 +428,10 @@ Requires: slf4j-jdk14 | |
Requires: javassist | ||
Requires: jpackage-utils >= 0:1.7.5-10 | ||
%if 0%{?rhel} | ||
Requires: jss >= 4.4.0-6 | ||
Requires: jss >= 4.4.0-7 | ||
%else | ||
%if 0%{?fedora} >= 25 | ||
Requires: jss >= 4.4.2-1 | ||
Requires: jss >= 4.4.2-2 | ||
%else | ||
Requires: jss >= 4.2.6-44 | ||
%endif | ||
|
@@ -1391,6 +1391,22 @@ fi | |
%endif # %{with server} | ||
|
||
%changelog | ||
* Tue May 9 2017 Dogtag Team <[email protected]> 10.4.4-1 | ||
- dogtagpki Pagure Issue #1663 - Add SCP03 support (jmagne) | ||
- dogtagpki Pagure Issue #2522 - cannot extract generated private key from | ||
KRA when HSM is used. (vakwetu) | ||
- dogtagpki Pagure Issue #2644 - pkispawn returns before tomcat is ready | ||
(cheimes) | ||
- dogtagpki Pagure Issue #2665 - CAInfoService: retrieve KRA-related values | ||
from the KRA (ftweedal) | ||
- dogtagpki Pagure Issue #2675 - CMC: cmc.popLinkWitnessRequired=false would | ||
cause error (cfu) | ||
- dogtagpki Pagure Issue #2777 - pkispawn of clone install fails with | ||
InvalidBERException (ftweedal) | ||
- dogtagpki Pagure Issue #2680 - kra unable to extract symmetric keys | ||
generated on thales hsm (vakwetu) | ||
- Updated "jss" build and runtime requirements | ||
|
||
* Mon May 1 2017 Dogtag Team <[email protected]> 10.4.3-1.1 | ||
- Updated source version number to 10.4.3-1.1 | ||
|
||
|