[pki-core] Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) Require "jss >= 4.2.6-15" as a bu

kwright kwright at fedoraproject.org
Sun Mar 27 05:17:25 UTC 2011


commit b18bc4aa2146d6693dffcd805c458598b8658525
Author: Kevin Wright <kwright at redhat.com>
Date:   Sat Mar 26 22:17:20 2011 -0700

    Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)
    Require "jss >= 4.2.6-15" as a build and runtime requirement
    Require "tomcatjss >= 2.1.1" as a build and runtime requirement
    for Fedora 15 and later platforms
    'pki-setup'
    Bugzilla Bug #688287 - Add "deprecation" notice regarding using
    "shared ports" in pkicreate -help . . .
    Bugzilla Bug #688251 - Dogtag installation under IPA takes
    too much time - SELinux policy compilation
    'pki-symkey'
    'pki-native-tools'
    'pki-util'
    'pki-java-tools'
    Bugzilla Bug #689501 - ExtJoiner tool fails to join the multiple
    extensions
    'pki-common'
    Bugzilla Bug #683581 - CA configuration with ECC(Default
    EC curve-nistp521) CA fails with 'signing operation failed'
    Bugzilla Bug #689662 - ocsp publishing needs to be re-enabled
    on the EE port
    'pki-selinux'
    Bugzilla Bug #684871 - ldaps selinux link change
    'pki-ca'
    Bugzilla Bug #683581 - CA configuration with ECC(Default
    EC curve-nistp521) CA fails with 'signing operation failed'
    Bugzilla Bug #684381 - CS.cfg specifies incorrect type of comments
    Bugzilla Bug #689453 - CRMFPopClient request to CA's unsecure port
    throws file not found exception.(profile and CS.cfg only)
    'pki-silent'

 .gitignore    |    1 +
 clog          |   32 ++++++++++++++++--
 pki-core.spec |  101 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 sources       |    2 +-
 4 files changed, 123 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2fb0084..cd052de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /pki-core-9.0.1.tar.gz
 /pki-core-9.0.2.tar.gz
 /pki-core-9.0.3.tar.gz
+/pki-core-9.0.5.tar.gz
diff --git a/clog b/clog
index 222bf6a..b8570cd 100644
--- a/clog
+++ b/clog
@@ -1,3 +1,29 @@
-- 'pki-common'
--     Bugzilla Bug #674894 - ipactl restart : an annoy output line
--     Bugzilla Bug #675179 - ipactl restart : an annoy output line
+Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)
+Require "jss >= 4.2.6-15" as a build and runtime requirement
+Require "tomcatjss >= 2.1.1" as a build and runtime requirement
+for Fedora 15 and later platforms
+'pki-setup'
+Bugzilla Bug #688287 - Add "deprecation" notice regarding using
+"shared ports" in pkicreate -help . . .
+Bugzilla Bug #688251 - Dogtag installation under IPA takes
+too much time - SELinux policy compilation
+'pki-symkey'
+'pki-native-tools'
+'pki-util'
+'pki-java-tools'
+Bugzilla Bug #689501 - ExtJoiner tool fails to join the multiple
+extensions
+'pki-common'
+Bugzilla Bug #683581 - CA configuration with ECC(Default
+EC curve-nistp521) CA fails with 'signing operation failed'
+Bugzilla Bug #689662 - ocsp publishing needs to be re-enabled
+on the EE port
+'pki-selinux'
+Bugzilla Bug #684871 - ldaps selinux link change
+'pki-ca'
+Bugzilla Bug #683581 - CA configuration with ECC(Default
+EC curve-nistp521) CA fails with 'signing operation failed'
+Bugzilla Bug #684381 - CS.cfg specifies incorrect type of comments
+Bugzilla Bug #689453 - CRMFPopClient request to CA's unsecure port
+throws file not found exception.(profile and CS.cfg only)
+'pki-silent'
diff --git a/pki-core.spec b/pki-core.spec
index 87880c7..1562478 100644
--- a/pki-core.spec
+++ b/pki-core.spec
@@ -1,6 +1,6 @@
 Name:             pki-core
-Version:          9.0.3
-Release:          2%{?dist}
+Version:          9.0.5
+Release:          1%{?dist}
 Summary:          Certificate System - PKI Core Components
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -15,7 +15,7 @@ BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    cmake
 BuildRequires:    java-devel >= 1:1.6.0
 BuildRequires:    jpackage-utils
-BuildRequires:    jss >= 4.2.6-12
+BuildRequires:    jss >= 4.2.6-15
 BuildRequires:    ldapjdk
 BuildRequires:    nspr-devel
 BuildRequires:    nss-devel
@@ -24,7 +24,11 @@ BuildRequires:    osutil
 BuildRequires:    pkgconfig
 BuildRequires:    policycoreutils
 BuildRequires:    selinux-policy-devel
+%if 0%{?fedora} >= 15
+BuildRequires:    tomcatjss >= 2.1.1
+%else
 BuildRequires:    tomcatjss >= 2.0.0
+%endif
 BuildRequires:    velocity
 BuildRequires:    xalan-j2
 BuildRequires:    xerces-j2
@@ -117,7 +121,7 @@ Group:            System Environment/Libraries
 
 Requires:         java >= 1:1.6.0
 Requires:         jpackage-utils
-Requires:         jss >= 4.2.6-12
+Requires:         jss >= 4.2.6-15
 Requires:         nss
 
 Provides:         symkey = %{version}-%{release}
@@ -158,7 +162,7 @@ BuildArch:        noarch
 
 Requires:         java >= 1:1.6.0
 Requires:         jpackage-utils
-Requires:         jss >= 4.2.6-12
+Requires:         jss >= 4.2.6-15
 Requires:         ldapjdk
 
 %description -n   pki-util
@@ -233,19 +237,33 @@ Group:            System Environment/Base
 
 BuildArch:        noarch
 
+%if 0%{?fedora} >= 14
+Requires:         apache-commons-lang
+Requires:         apache-commons-logging
+%endif
+%if 0%{?rhel} || 0%{?fedora} < 14
+Requires:         jakarta-commons-lang
+Requires:         jakarta-commons-logging
+%endif
 Requires:         java >= 1:1.6.0
-Requires:         jss >= 4.2.6-12
+Requires:         jss >= 4.2.6-15
 Requires:         osutil
 Requires:         pki-common-theme >= 9.0.0
 Requires:         pki-java-tools = %{version}-%{release}
 Requires:         pki-setup = %{version}-%{release}
 Requires:         pki-symkey = %{version}-%{release}
-Requires:         tomcatjss >= 2.0.0
+%if 0%{?fedora} >= 15
+BuildRequires:    tomcatjss >= 2.1.1
+%else
+BuildRequires:    tomcatjss >= 2.0.0
+%endif
 Requires:         %{_javadir}/ldapjdk.jar
 Requires:         %{_javadir}/velocity.jar
 Requires:         %{_javadir}/xalan-j2.jar
 Requires:         %{_javadir}/xalan-j2-serializer.jar
 Requires:         %{_javadir}/xerces-j2.jar
+Requires:         %{_javadir}/xml-commons-apis.jar
+Requires:         %{_javadir}/xml-commons-resolver.jar
 Requires:         velocity
 
 %description -n   pki-common
@@ -582,8 +600,73 @@ fi
 
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Fri Mar 25 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.5-1
+- Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)
+- Require "jss >= 4.2.6-15" as a build and runtime requirement
+- Require "tomcatjss >= 2.1.1" as a build and runtime requirement
+  for Fedora 15 and later platforms
+- 'pki-setup'
+-     Bugzilla Bug #688287 - Add "deprecation" notice regarding using
+      "shared ports" in pkicreate -help . . .
+-     Bugzilla Bug #688251 - Dogtag installation under IPA takes
+      too much time - SELinux policy compilation
+- 'pki-symkey'
+- 'pki-native-tools'
+- 'pki-util'
+- 'pki-java-tools'
+-     Bugzilla Bug #689501 - ExtJoiner tool fails to join the multiple
+      extensions
+- 'pki-common'
+-     Bugzilla Bug #683581 - CA configuration with ECC(Default
+      EC curve-nistp521) CA fails with 'signing operation failed'
+-     Bugzilla Bug #689662 - ocsp publishing needs to be re-enabled
+      on the EE port
+- 'pki-selinux'
+-     Bugzilla Bug #684871 - ldaps selinux link change
+- 'pki-ca'
+-     Bugzilla Bug #683581 - CA configuration with ECC(Default
+      EC curve-nistp521) CA fails with 'signing operation failed'
+-     Bugzilla Bug #684381 - CS.cfg specifies incorrect type of comments
+-     Bugzilla Bug #689453 - CRMFPopClient request to CA's unsecure port
+      throws file not found exception.(profile and CS.cfg only)
+- 'pki-silent'
+
+* Thu Mar 17 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.4-1
+- Bugzilla Bug #688763 - Rebase updated Dogtag Packages for Fedora 15 (alpha)
+- Bugzilla Bug #676182 - IPA installation failing - Fails to create CA
+  instance
+- Bugzilla Bug #675742 - Profile caIPAserviceCert Not Found
+- 'pki-setup'
+-     Bugzilla Bug #678157 - uninitialized variable warnings from Perl
+-     Bugzilla Bug #679574 - Velocity fails to load all dependent classes
+-     Bugzilla Bug #680420 - xml-commons-apis.jar dependency
+-     Bugzilla Bug #682013 - pkisilent needs xml-commons-apis.jar in it's
+      classpath
+-     Bugzilla Bug #673508 - CS8 64 bit pkicreate script uses wrong library
+      name for SafeNet LunaSA
+- 'pki-common'
+-     Bugzilla Bug #673638 - Installation within IPA hangs
+-     Bugzilla Bug #678715 - netstat loop fixes needed
+-     Bugzilla Bug #673609 - CC: authorize() call needs to be added to
+      getStats servlet
+- 'pki-selinux'
+-     Bugzilla Bug #674195: SELinux error message thrown during token
+      enrollment
+- 'pki-ca'
+-     Bugzilla Bug #673638 - Installation within IPA hangs
+-     Bugzilla Bug #673609 - CC: authorize() call needs to be added to
+      getStats servlet
+-     Bugzilla Bug #676330 - init script cannot start service
+- 'pki-silent'
+-     Bugzilla Bug #682013 - pkisilent needs xml-commons-apis.jar in it's
+      classpath
+
+* Wed Feb 9 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.3-2
+- 'pki-common'
+-     Bugzilla Bug #676051 - IPA installation failing - Fails to create CA
+      instance
+-     Bugzilla Bug #676182 - IPA installation failing - Fails to create CA
+      instance
 
 * Fri Feb 4 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.3-1
 - 'pki-common'
diff --git a/sources b/sources
index 353dde4..10fac49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a008a29173affa00956d21c7e07041d8  pki-core-9.0.3.tar.gz
+4806b23b3e34081ed32a2583752b8398  pki-core-9.0.5.tar.gz


More information about the scm-commits mailing list