-
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.
Updated version number from 10.0.6 --> 10.0.7.
- Loading branch information
1 parent
996f9c3
commit 830c420
Showing
15 changed files
with
52 additions
and
80 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
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ PKI_PWD=`pwd` | |
## | ||
|
||
PKI_CORE="pki-core" | ||
PKI_CORE_VERSION="10.0.6" | ||
PKI_CORE_VERSION="10.0.7" | ||
|
||
|
||
## | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ PKI_PWD=`pwd` | |
## | ||
|
||
PKI_RA="pki-ra" | ||
PKI_RA_VERSION="10.0.6" | ||
PKI_RA_VERSION="10.0.7" | ||
|
||
|
||
## | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ PKI_PWD=`pwd` | |
## | ||
|
||
PKI_TPS="pki-tps" | ||
PKI_TPS_VERSION="10.0.6" | ||
PKI_TPS_VERSION="10.0.7" | ||
|
||
|
||
## | ||
|
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,5 +1,5 @@ | ||
Name: dogtag-pki-theme | ||
Version: 10.0.6 | ||
Version: 10.0.7 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - Dogtag PKI Theme Components | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -217,6 +217,9 @@ cd build | |
|
||
|
||
%changelog | ||
* Mon Mar 17 2014 Matthew Harmsen <[email protected]> 10.0.7-1 | ||
- Updated version number. | ||
|
||
* Mon Oct 28 2013 Endi S. Dewata <[email protected]> 10.0.6-1 | ||
- Updated version number. | ||
|
||
|
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 @@ | ||
Summary: Dogtag Public Key Infrastructure (PKI) Suite | ||
Name: dogtag-pki | ||
Version: 10.0.6 | ||
Version: 10.0.7 | ||
Release: 1%{?dist} | ||
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2 | ||
License: GPLv2 and LGPLv2 | ||
|
@@ -10,73 +10,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | |
BuildArch: noarch | ||
|
||
# Establish MINIMUM package versions based upon platform | ||
%if 0%{?rhel} || 0%{?fedora} >= 19 | ||
%define dogtag_pki_theme_version 10.0.6 | ||
%define dogtag_pki_theme_version 10.0.7 | ||
%define esc_version 1.1.0 | ||
%define jss_version 4.2.6-28 | ||
%define pki_core_version 10.0.6 | ||
%define pki_kra_version 10.0.6 | ||
%define pki_ocsp_version 10.0.6 | ||
%define pki_ra_version 10.0.6 | ||
%define pki_tks_version 10.0.6 | ||
%define pki_tps_version 10.0.6 | ||
%define pki_console_version 10.0.6 | ||
%define jss_version 4.2.6-30 | ||
%define pki_core_version 10.0.7 | ||
%define pki_kra_version 10.0.7 | ||
%define pki_ocsp_version 10.0.7 | ||
%define pki_ra_version 10.0.7 | ||
%define pki_tks_version 10.0.7 | ||
%define pki_tps_version 10.0.7 | ||
%define pki_console_version 10.0.7 | ||
%define tomcatjss_version 7.1.0 | ||
%else | ||
%if 0%{?fedora} >= 18 | ||
%define dogtag_pki_theme_version 10.0.6 | ||
%define esc_version 1.1.0 | ||
%define jss_version 4.2.6-24 | ||
%define pki_core_version 10.0.6 | ||
%define pki_kra_version 10.0.6 | ||
%define pki_ocsp_version 10.0.6 | ||
%define pki_ra_version 10.0.6 | ||
%define pki_tks_version 10.0.6 | ||
%define pki_tps_version 10.0.6 | ||
%define pki_console_version 10.0.6 | ||
%define tomcatjss_version 7.0.0-4 | ||
%else | ||
%if 0%{?fedora} >= 17 | ||
%define dogtag_pki_theme_version 10.0.6 | ||
%define esc_version 1.1.0 | ||
%define jss_version 4.2.6-24 | ||
%define pki_core_version 10.0.6 | ||
%define pki_kra_version 10.0.6 | ||
%define pki_ocsp_version 10.0.6 | ||
%define pki_ra_version 10.0.6 | ||
%define pki_tks_version 10.0.6 | ||
%define pki_tps_version 10.0.6 | ||
%define pki_console_version 10.0.6 | ||
%define tomcatjss_version 7.0.0-3 | ||
%else | ||
%if 0%{?fedora} >= 16 | ||
%define dogtag_pki_theme_version 10.0.6 | ||
%define esc_version 1.1.0 | ||
%define jss_version 4.2.6-24 | ||
%define pki_core_version 10.0.6 | ||
%define pki_kra_version 10.0.6 | ||
%define pki_ocsp_version 10.0.6 | ||
%define pki_ra_version 10.0.6 | ||
%define pki_tks_version 10.0.6 | ||
%define pki_tps_version 10.0.6 | ||
%define pki_console_version 10.0.6 | ||
%define tomcatjss_version 6.0.2 | ||
%else | ||
%define dogtag_pki_theme_version 10.0.6 | ||
%define esc_version 1.1.0 | ||
%define jss_version 4.2.6-24 | ||
%define pki_core_version 10.0.6 | ||
%define pki_kra_version 10.0.6 | ||
%define pki_ocsp_version 10.0.6 | ||
%define pki_ra_version 10.0.6 | ||
%define pki_tks_version 10.0.6 | ||
%define pki_tps_version 10.0.6 | ||
%define pki_console_version 10.0.6 | ||
%define tomcatjss_version 2.0.0 | ||
%endif | ||
%endif | ||
%endif | ||
%endif | ||
|
||
Requires: apache-commons-codec | ||
|
||
|
@@ -186,6 +130,9 @@ rm -rf %{buildroot} | |
%doc README | ||
|
||
%changelog | ||
* Mon Mar 17 2014 Matthew Harmsen <[email protected]> 10.0.7-1 | ||
- Updated version number. | ||
|
||
* Mon Oct 28 2013 Endi S. Dewata <[email protected]> 10.0.6-1 | ||
- Updated version number. | ||
|
||
|
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,5 +1,5 @@ | ||
Name: ipa-pki-theme | ||
Version: 10.0.6 | ||
Version: 10.0.7 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - IPA PKI Theme Components | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -115,6 +115,9 @@ cd build | |
|
||
|
||
%changelog | ||
* Mon Mar 17 2014 Matthew Harmsen <[email protected]> 10.0.7-1 | ||
- Updated version number. | ||
|
||
* Mon Oct 28 2013 Endi S. Dewata <[email protected]> 10.0.6-1 | ||
- Updated version number. | ||
|
||
|
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,5 +1,5 @@ | ||
Name: pki-console | ||
Version: 10.0.6 | ||
Version: 10.0.7 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - PKI Console | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -80,6 +80,9 @@ cd build | |
|
||
|
||
%changelog | ||
* Mon Mar 17 2014 Matthew Harmsen <[email protected]> 10.0.7-1 | ||
- Updated version number. | ||
|
||
* Mon Oct 28 2013 Endi S. Dewata <[email protected]> 10.0.6-1 | ||
- Updated version number. | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib())")} | |
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} | ||
|
||
Name: pki-core | ||
Version: 10.0.6 | ||
Version: 10.0.7 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - PKI Core Components | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -1134,6 +1134,13 @@ fi | |
|
||
|
||
%changelog | ||
* Mon Mar 17 2014 Matthew Harmsen <[email protected]> 10.0.7-1 | ||
- PKI Trac #803 - avc generated for useradd in pkispawn scripts. (alee) | ||
- PKI Trac #868 - REST API get certs links missing segment (alee, mharmsen) | ||
- PKI Trac #869 - f19 ipa-server-install fails at step 6/22 of cert sys | ||
install - systemctl start pki-tomcatd.target fails (mharmsen) | ||
- Updated version number. | ||
|
||
* Mon Oct 28 2013 Endi S. Dewata <[email protected]> 10.0.6-1 | ||
- Trac #739, BZ#999722 - Fixed error handling in DoUnrevoke servlet. | ||
- Trac #775, BZ#1018628 - Fixed errors during Tomcat shutdown. | ||
|
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,5 +1,5 @@ | ||
Name: pki-migrate | ||
Version: 10.0.6 | ||
Version: 10.0.7 | ||
Release: 1%{?dist} | ||
Summary: Red Hat Certificate System - PKI Migration Scripts | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -71,6 +71,9 @@ cd build | |
|
||
|
||
%changelog | ||
* Mon Mar 17 2014 Matthew Harmsen <[email protected]> 10.0.7-1 | ||
- Updated version number. | ||
|
||
* Mon Oct 28 2013 Endi S. Dewata <[email protected]> 10.0.6-1 | ||
- Updated version number. | ||
|
||
|
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,5 +1,5 @@ | ||
Name: pki-ra | ||
Version: 10.0.6 | ||
Version: 10.0.7 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - Registration Authority | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -198,6 +198,9 @@ fi | |
|
||
|
||
%changelog | ||
* Mon Mar 17 2014 Matthew Harmsen <[email protected]> 10.0.7-1 | ||
- Updated version number. | ||
|
||
* Mon Oct 28 2013 Endi S. Dewata <[email protected]> 10.0.6-1 | ||
- Updated version number. | ||
- Fixed references to /var/run and /var/lock in tmpfiles. | ||
|
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,5 +1,5 @@ | ||
Name: pki-tps | ||
Version: 10.0.6 | ||
Version: 10.0.7 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - Token Processing System | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -231,6 +231,9 @@ fi | |
|
||
|
||
%changelog | ||
* Mon Mar 17 2014 Matthew Harmsen <[email protected]> 10.0.7-1 | ||
- Updated version number. | ||
|
||
* Mon Oct 28 2013 Endi S. Dewata <[email protected]> 10.0.6-1 | ||
- Updated version number. | ||
- Fixed references to /var/run and /var/lock in tmpfiles. | ||
|