[dogtag-pki/f15] Bugzilla Bug #749927 - Java class conflicts using Java 7 in Fedora 17 (rawhide) . . . Bugzilla Bug #

kwright kwright at fedoraproject.org
Mon Oct 31 00:40:25 UTC 2011


commit 81982b7afd2799a36e486b345308f60f46f170ab
Author: Kevin Wright <kwright at redhat.com>
Date:   Sun Oct 30 17:40:21 2011 -0700

    Bugzilla Bug #749927 - Java class conflicts using Java 7 in Fedora 17
    (rawhide) . . .
    Bugzilla Bug #749945 - Installation error reported during CA, DRM,
    OCSP, and TKS package installation . . .

 clog            |    6 ++++--
 dogtag-pki.spec |   23 ++++++++++++++++++++++-
 2 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/clog b/clog
index d0d4892..f64ffa0 100644
--- a/clog
+++ b/clog
@@ -1,2 +1,4 @@
-Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . . (mharmsen)
-Bugzilla Bug #699809 - Convert CS to use systemd (alee)
+Bugzilla Bug #749927 - Java class conflicts using Java 7 in Fedora 17
+(rawhide) . . .
+Bugzilla Bug #749945 - Installation error reported during CA, DRM,
+OCSP, and TKS package installation . . .
diff --git a/dogtag-pki.spec b/dogtag-pki.spec
index afa2dbd..addede4 100644
--- a/dogtag-pki.spec
+++ b/dogtag-pki.spec
@@ -1,7 +1,7 @@
 Summary:          Dogtag Public Key Infrastructure (PKI) Suite
 Name:             dogtag-pki
 Version:          9.0.0
-Release:          7%{?dist}
+Release:          8%{?dist}
 # The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
 License:          GPLv2 and LGPLv2
 URL:              http://pki.fedoraproject.org/
@@ -10,6 +10,20 @@ BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:        noarch
 
 # Establish MINIMUM package versions based upon platform
+%if 0%{?fedora} >= 17
+%define dogtag_pki_theme_version   9.0.9
+%define esc_version                1.1.0
+%define jss_version                4.2.6-21
+%define osutil_version             2.0.2
+%define pki_core_version           9.0.16
+%define pki_kra_version            9.0.9
+%define pki_ocsp_version           9.0.8
+%define pki_ra_version             9.0.4
+%define pki_tks_version            9.0.8
+%define pki_tps_version            9.0.7
+%define pki_console_version        9.0.5
+%define tomcatjss_version          6.0.2
+%else
 %if 0%{?fedora} >= 16
 %define dogtag_pki_theme_version   9.0.9
 %define esc_version                1.1.0
@@ -52,6 +66,7 @@ BuildArch:        noarch
 %define tomcatjss_version          2.0.0
 %endif
 %endif
+%endif
 
 # Make certain that this 'meta' package requires the latest version(s)
 # of ALL top-level Dogtag PKI support packages
@@ -179,6 +194,12 @@ rm -rf %{buildroot}
 %doc README
 
 %changelog
+* Fri Oct 28 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.8-1
+- Bugzilla Bug #749927 - Java class conflicts using Java 7 in Fedora 17
+  (rawhide) . . .
+- Bugzilla Bug #749945 - Installation error reported during CA, DRM,
+  OCSP, and TKS package installation . . .
+
 * Thu Sep 22 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.7-1
 - Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . . (mharmsen)
 - Bugzilla Bug #699809 - Convert CS to use systemd (alee)


More information about the scm-commits mailing list