[pki-ra/f16] Resolves Ticket #310 - Dogtag 9: Rebuild official PKI packages as necessary . . .

awnuk awnuk at fedoraproject.org
Thu Sep 6 22:06:34 UTC 2012


commit 94d76140f583b4c58eb66521ca7fa32fdeba0fbf
Author: Andrew Wnuk <awnuk at redhat.com>
Date:   Thu Sep 6 15:03:42 2012 -0700

    Resolves Ticket #310 - Dogtag 9: Rebuild official PKI packages as necessary . . .

 pki-ra.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/pki-ra.spec b/pki-ra.spec
index 997f071..23b7b03 100644
--- a/pki-ra.spec
+++ b/pki-ra.spec
@@ -1,6 +1,6 @@
 Name:             pki-ra
 Version:          9.0.5
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Certificate System - Registration Authority
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -18,6 +18,9 @@ BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    cmake
 BuildRequires:    nspr-devel
 BuildRequires:    nss-devel
+%if 0%{?fedora} == 16
+BuildRequires:    systemd-units
+%endif
 
 Requires:         mod_nss >= 1.0.8
 Requires:         mod_perl >= 1.99_16
@@ -236,6 +239,10 @@ fi
 
 
 %changelog
+* Thu Sep  6 2012 Matthew Harmsen <mharmsen at redhat.com> 9.0.5-2
+- Added 'systemd-units' buildtime requirement on Fedora 16
+  (required by Koji)
+
 * Wed Aug 22 2012 Ade Lee <alee at redhat.com> 9.0.5-1
 - Added systemd scripts
 


More information about the scm-commits mailing list