rpms/pcsc-lite/devel pcsc-lite-1.4.4-quiet.patch, NONE, 1.1 pcsc-lite-1.4.4-service.patch, NONE, 1.1 pcsc-lite.spec, 1.11, 1.12

Robert Relyea (rrelyea) fedora-extras-commits at redhat.com
Wed Jan 16 23:34:00 UTC 2008


Author: rrelyea

Update of /cvs/extras/rpms/pcsc-lite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31106/devel

Modified Files:
	pcsc-lite.spec 
Added Files:
	pcsc-lite-1.4.4-quiet.patch pcsc-lite-1.4.4-service.patch 
Log Message:


Fix typo.
Quite warnings


pcsc-lite-1.4.4-quiet.patch:

--- NEW FILE pcsc-lite-1.4.4-quiet.patch ---
--- ./src/winscard_clnt.c.quiet	2008-01-16 12:35:22.351449000 -0800
+++ ./src/winscard_clnt.c	2008-01-16 12:35:38.034369000 -0800
@@ -3415,7 +3415,7 @@
 
 	if (rv != 0)
 	{
-		Log1(PCSC_LOG_ERROR, "PCSC Not Running");
+		Log1(PCSC_LOG_INFO, "PCSC Not Running");
 		return SCARD_E_NO_SERVICE;
 	}
 
@@ -3434,7 +3434,7 @@
 			{
 				int i;
 
-				Log1(PCSC_LOG_ERROR, "PCSC restarted");
+				Log1(PCSC_LOG_INFO, "PCSC restarted");
 
 				/* invalid all handles */
 				SCardLockThread();

pcsc-lite-1.4.4-service.patch:

--- NEW FILE pcsc-lite-1.4.4-service.patch ---
--- ./etc/pcscd.init.in.service	2008-01-16 12:50:03.040049000 -0800
+++ ./etc/pcscd.init.in	2008-01-16 12:50:29.460919000 -0800
@@ -37,7 +37,7 @@
 PCSCD_OPTIONS=
 
 # Source config
-if [ -f @sysconfdir_exp@/sysconfig/pscsd ] ; then
+if [ -f @sysconfdir_exp@/sysconfig/pcscd ] ; then
     . @sysconfdir_exp@/sysconfig/pcscd
 fi
 


Index: pcsc-lite.spec
===================================================================
RCS file: /cvs/extras/rpms/pcsc-lite/devel/pcsc-lite.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pcsc-lite.spec	4 Dec 2007 20:04:48 -0000	1.11
+++ pcsc-lite.spec	16 Jan 2008 23:33:19 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           pcsc-lite
 Version:        1.4.4
-Release:        1%{dist}
+Release:        2%{dist}
 Summary:        PC/SC Lite smart card framework and applications
 
 Group:          System Environment/Daemons
@@ -9,6 +9,9 @@
 Source0:        http://alioth.debian.org/download.php/2106/%{name}-%{version}.tar.gz
 Patch0:         %{name}-1.4-docinst.patch
 Patch1:         %{name}-1.3.0-rpath64.patch
+# upstream rev 2731
+Patch2:         %{name}-1.4.4-quiet.patch
+Patch3:         %{name}-1.4.4-service.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -62,6 +65,8 @@
 %setup -q
 %patch0 -p0 -b .docinst
 %patch1 -p1 -b .rpath64
+%patch2 -p0 -b .quiet
+%patch3 -p0 -b .service
 
 %build
 %configure \
@@ -148,6 +153,10 @@
 
 
 %changelog
+* Wed Jan 16 2008 Bob Relyea <rrelyea at redhat.com> - 1.4.4-2
+- Silence libpcsc-lite even when the daemon isn't running.
+- fix typo in init file which prevents the config file from being read.
+
 * Tue Nov 22 2007 Bob Relyea <rrelyea at redhat.com> - 1.4.4-1
 - Pick up 1.4.4
 




More information about the fedora-extras-commits mailing list