From 41c51b9e6c8509c6513d1c7e1b9e79408a379191 Mon Sep 17 00:00:00 2001 From: Kevin Wright Date: Thu, 14 Apr 2011 12:18:34 -0700 Subject: [PATCH] Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) Bugzilla Bug #693327 - Missing requires: tomcatjss --- clog | 3 +-- dogtag-pki.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/clog b/clog index d8e664f..fb67b0e 100644 --- a/clog +++ b/clog @@ -1,3 +1,2 @@ Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) -Require "tomcatjss >= 2.1.1" as a build and runtime requirement -for Fedora 15 and later platforms +Bugzilla Bug #693327 - Missing requires: tomcatjss diff --git a/dogtag-pki.spec b/dogtag-pki.spec index 1f3e850..d93d586 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: 2%{?dist} +Release: 3%{?dist} # The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2 License: GPLv2 and LGPLv2 URL: http://pki.fedoraproject.org/ @@ -14,9 +14,9 @@ BuildArch: noarch Requires: jss >= 4.2.6-15 Requires: osutil >= 2.0.0 %if 0%{?fedora} >= 15 -BuildRequires: tomcatjss >= 2.1.1 +Requires: tomcatjss >= 2.1.1 %else -BuildRequires: tomcatjss >= 2.0.0 +Requires: tomcatjss >= 2.0.0 %endif # Make certain that this 'meta' package requires the latest version(s) @@ -139,6 +139,10 @@ rm -rf %{buildroot} %doc README %changelog +* Tue Apr 5 2011 Matthew Harmsen 9.0.0-3 +- Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) +- Bugzilla Bug #693327 - Missing requires: tomcatjss + * Fri Mar 25 2011 Matthew Harmsen 9.0.0-2 - Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) - Require "tomcatjss >= 2.1.1" as a build and runtime requirement