rpms/gnupg2/devel gnupg2.spec,1.33,1.34

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Mar 6 20:35:50 UTC 2006


Author: rdieter

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

Modified Files:
	gnupg2.spec 
Log Message:
hush the libpcsc query



Index: gnupg2.spec
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- gnupg2.spec	6 Mar 2006 18:13:55 -0000	1.33
+++ gnupg2.spec	6 Mar 2006 20:35:49 -0000	1.34
@@ -84,7 +84,7 @@
 # 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 "%{?fedora}" > "3"
-%global pcsclib %(basename $(ls -1 %{_libdir}/libpcsclite.so.?))
+%global pcsclib %(basename $(ls -1 %{_libdir}/libpcsclite.so.? 2>/dev/null ) 2>/dev/null )
 %else
 %define pcsclib libpcsclite.so.0
 %endif




More information about the fedora-extras-commits mailing list