Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)

Bugzilla Bug #693327 - Missing requires: tomcatjss
This commit is contained in:
Kevin Wright 2011-04-14 12:18:34 -07:00
parent e617c43480
commit 41c51b9e6c
2 changed files with 8 additions and 5 deletions

3
clog
View File

@ -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

View File

@ -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 <mharmsen@redhat.com> 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 <mharmsen@redhat.com> 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