rpms/gnupg2/devel gnupg2.spec,1.86,1.87

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Aug 5 00:56:30 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/gnupg2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20164

Modified Files:
	gnupg2.spec 
Log Message:
* Mon Aug 04 2008 Rex Dieter <rdieter at fedoraproject.org> 2.0.9-3
- workaround rpm quirks 



Index: gnupg2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnupg2/devel/gnupg2.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- gnupg2.spec	16 Jul 2008 15:41:07 -0000	1.86
+++ gnupg2.spec	5 Aug 2008 00:56:00 -0000	1.87
@@ -2,7 +2,7 @@
 Summary: Utility for secure communication and data storage
 Name:    gnupg2
 Version: 2.0.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv3+
 Group:   Applications/System
@@ -78,7 +78,7 @@
 # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
 # Note: this is just the name of the default shared lib to load in scdaemon,
 # it can use other implementations too (including non-pcsc ones).
-%if "%{?pcsclib}" == "%{nil}"
+%if "x%{?pcsclib}" == "x%{nil}"
 %global pcsclib %(basename $(ls -1 %{_libdir}/libpcsclite.so.? 2>/dev/null ) 2>/dev/null )
 %endif
 
@@ -168,6 +168,9 @@
 
 
 %changelog
+* Mon Aug 04 2008 Rex Dieter <rdieter at fedoraproject.org> 2.0.9-3
+- workaround rpm quirks 
+
 * Sat May 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.9-2
 - Patch from upstream to fix curl 7.18.1+ and gcc4.3+ compile error
 




More information about the fedora-extras-commits mailing list