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

kwright kwright at fedoraproject.org
Sat Mar 26 23:45:03 UTC 2011


commit 4645d327a61915ca12c82960f9299c462b9476cd
Author: Kevin Wright <kwright at redhat.com>
Date:   Sat Mar 26 16:44:58 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          |   47 ++++++++++++++++++++++++-----------------------
 pki-core.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++------
 sources       |    2 +-
 4 files changed, 71 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a703c07..154e1dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /pki-core-9.0.2.tar.gz
 /pki-core-9.0.3.tar.gz
 /pki-core-9.0.4.tar.gz
+/pki-core-9.0.5.tar.gz
diff --git a/clog b/clog
index 4a246b9..b8570cd 100644
--- a/clog
+++ b/clog
@@ -1,28 +1,29 @@
-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
+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 #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
+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 #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
+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 #674195: SELinux error message thrown during token
-enrollment
+Bugzilla Bug #684871 - ldaps selinux link change
 '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
+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'
-Bugzilla Bug #682013 - pkisilent needs xml-commons-apis.jar in it's
-classpath
diff --git a/pki-core.spec b/pki-core.spec
index f0465ca..1562478 100644
--- a/pki-core.spec
+++ b/pki-core.spec
@@ -1,5 +1,5 @@
 Name:             pki-core
-Version:          9.0.4
+Version:          9.0.5
 Release:          1%{?dist}
 Summary:          Certificate System - PKI Core Components
 URL:              http://pki.fedoraproject.org/
@@ -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
@@ -242,13 +246,17 @@ 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
@@ -592,6 +600,37 @@ fi
 
 
 %changelog
+* 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
diff --git a/sources b/sources
index cc8ae49..10fac49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a78030eafbb31893c8e3a0c201b6574  pki-core-9.0.4.tar.gz
+4806b23b3e34081ed32a2583752b8398  pki-core-9.0.5.tar.gz


More information about the scm-commits mailing list