diff --git a/clog b/clog index f64ffa0..c354f69 100644 --- a/clog +++ b/clog @@ -1,4 +1,4 @@ -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 . . . +Bugzilla Bug #737761 - Update Dogtag Packages for Fedora 16 +(Update minimum packages to account for NSS bug change in +Bugzilla Bug #771357 - sslget does not work after FEDORA-2011-17400 +update, breaking FreeIPA install) diff --git a/dogtag-pki.spec b/dogtag-pki.spec index addede4..2669a13 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: 8%{?dist} +Release: 9%{?dist} # The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2 License: GPLv2 and LGPLv2 URL: http://pki.fedoraproject.org/ @@ -11,11 +11,11 @@ BuildArch: noarch # Establish MINIMUM package versions based upon platform %if 0%{?fedora} >= 17 -%define dogtag_pki_theme_version 9.0.9 +%define dogtag_pki_theme_version 9.0.10 %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_core_version 9.0.17 %define pki_kra_version 9.0.9 %define pki_ocsp_version 9.0.8 %define pki_ra_version 9.0.4 @@ -25,11 +25,11 @@ BuildArch: noarch %define tomcatjss_version 6.0.2 %else %if 0%{?fedora} >= 16 -%define dogtag_pki_theme_version 9.0.9 +%define dogtag_pki_theme_version 9.0.10 %define esc_version 1.1.0 %define jss_version 4.2.6-19.1 %define osutil_version 2.0.2 -%define pki_core_version 9.0.15 +%define pki_core_version 9.0.17 %define pki_kra_version 9.0.8 %define pki_ocsp_version 9.0.7 %define pki_ra_version 9.0.4 @@ -39,11 +39,11 @@ BuildArch: noarch %define tomcatjss_version 6.0.2 %else %if 0%{?fedora} >= 15 -%define dogtag_pki_theme_version 9.0.0 +%define dogtag_pki_theme_version 9.0.10 %define esc_version 1.1.0 %define jss_version 4.2.6-17 %define osutil_version 2.0.1 -%define pki_core_version 9.0.0 +%define pki_core_version 9.0.17 %define pki_kra_version 9.0.0 %define pki_ocsp_version 9.0.0 %define pki_ra_version 9.0.0 @@ -194,6 +194,12 @@ rm -rf %{buildroot} %doc README %changelog +* Thu Jan 5 2012 Matthew Harmsen 9.0.9-1 +- Bugzilla Bug #737761 - Update Dogtag Packages for Fedora 16 + (Update minimum packages to account for NSS bug change in + Bugzilla Bug #771357 - sslget does not work after FEDORA-2011-17400 + update, breaking FreeIPA install) + * Fri Oct 28 2011 Matthew Harmsen 9.0.8-1 - Bugzilla Bug #749927 - Java class conflicts using Java 7 in Fedora 17 (rawhide) . . .