rpms/pkcs11-helper/EL-5 pkcs11-helper.spec,1.1,1.2

Kalev Lember kalev at fedoraproject.org
Mon Jul 13 07:56:11 UTC 2009


Author: kalev

Update of /cvs/pkgs/rpms/pkcs11-helper/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30863

Modified Files:
	pkcs11-helper.spec 
Log Message:
Fix EPEL-5 build by adding pkgconfig to BuildRequires.



Index: pkcs11-helper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pkcs11-helper/EL-5/pkcs11-helper.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pkcs11-helper.spec	12 Jul 2009 21:15:50 -0000	1.1
+++ pkcs11-helper.spec	13 Jul 2009 07:55:41 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           pkcs11-helper
 Version:        1.07
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Summary:        A library for using PKCS#11 providers
 
 Group:          Development/Libraries
@@ -11,6 +11,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires:  doxygen graphviz
 BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
 
 %description
 pkcs11-helper is a library that simplifies the interaction with PKCS#11
@@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 13 2009 Kalev Lember <kalev at smartlink.ee> - 1.07-2.1
+- Fix EPEL-5 build by adding pkgconfig to BuildRequires.
+
 * Sat Jul 11 2009 Kalev Lember <kalev at smartlink.ee> - 1.07-2
 - Make devel package depend on automake for /usr/share/aclocal
 




More information about the fedora-extras-commits mailing list