[ca-certificates] add openssl to BuildRequires

jorton jorton at fedoraproject.org
Mon Jul 23 11:49:35 UTC 2012


commit bc18e50165f80578044ec367f0986627cfa348c3
Author: Joe Orton <jorton at redhat.com>
Date:   Mon Jul 23 12:49:30 2012 +0100

    add openssl to BuildRequires

 ca-certificates.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ca-certificates.spec b/ca-certificates.spec
index ac512bf..d2baef9 100644
--- a/ca-certificates.spec
+++ b/ca-certificates.spec
@@ -12,7 +12,7 @@
 Summary: The Mozilla CA root certificate bundle
 Name: ca-certificates
 Version: 2012.85
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Public Domain
 Group: System Environment/Base
 URL: http://www.mozilla.org/
@@ -21,7 +21,7 @@ Source1: blacklist.txt
 Source2: generate-cacerts.pl
 Source3: certdata2pem.py
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: perl, java-openjdk, python, rcs
+BuildRequires: perl, java-openjdk, python, rcs, openssl
 BuildArch: noarch
 
 %description
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/ssl/certs
 
 %changelog
+* Mon Jul 23 2012 Joe Orton <jorton at redhat.com> - 2012.85-2
+- add openssl to BuildRequires
+
 * Mon Jul 23 2012 Joe Orton <jorton at redhat.com> - 2012.85-1
 - update to r1.85
 


More information about the scm-commits mailing list