rpms/pcsc-lite/devel pcsc-lite-lsb_header.patch, 1.1, 1.2 pcsc-lite.spec, 1.25, 1.26

Kalev Lember kalev at fedoraproject.org
Tue Apr 13 11:39:26 UTC 2010


Author: kalev

Update of /cvs/pkgs/rpms/pcsc-lite/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9741

Modified Files:
	pcsc-lite-lsb_header.patch pcsc-lite.spec 
Log Message:
- Fix init script start / stop priorities (#580322)
- Don't require pkgconfig as the dep is now automatically generated by rpm


pcsc-lite-lsb_header.patch:
 pcscd.init.in |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Index: pcsc-lite-lsb_header.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pcsc-lite/devel/pcsc-lite-lsb_header.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pcsc-lite-lsb_header.patch	3 Mar 2010 16:06:29 -0000	1.1
+++ pcsc-lite-lsb_header.patch	13 Apr 2010 11:39:25 -0000	1.2
@@ -1,13 +1,27 @@
---- pcsc-lite-1.5.5/etc/pcscd.init.in.lsb_header	2010-03-03 17:37:19.000000000 +0200
-+++ pcsc-lite-1.5.5/etc/pcscd.init.in	2010-03-03 17:38:09.000000000 +0200
-@@ -15,8 +15,8 @@
+diff -up pcsc-lite-1.5.5/etc/pcscd.init.in.lsb_header pcsc-lite-1.5.5/etc/pcscd.init.in
+--- pcsc-lite-1.5.5/etc/pcscd.init.in.lsb_header	2008-05-09 17:59:08.000000000 +0300
++++ pcsc-lite-1.5.5/etc/pcscd.init.in	2010-04-13 12:56:33.000000000 +0300
+@@ -2,7 +2,7 @@
+ #
+ # pcscd        Starts the pcscd Daemon
+ #
+-# chkconfig:   2345 25 88
++# chkconfig:   2345 27 73
+ # description: The PC/SC smart card daemon is a resource manager for the \
+ #              PC/SC lite and Musclecard frameworks.  It coordinates \
+ #              communications with smart card readers, smart cards, and \
+@@ -13,10 +13,10 @@
+ #
+ ### BEGIN INIT INFO
  # Provides: pcscd
- # Required-Start: $local_fs $remote_fs $syslog
- # Required-Stop: $local_fs $remote_fs $syslog
+-# Required-Start: $local_fs $remote_fs $syslog
+-# Required-Stop: $local_fs $remote_fs $syslog
 -# Should-Start: udev hal openct
 -# Should-Stop: udev hal openct
-+# Should-Start: udev-post haldaemon openct
-+# Should-Stop: udev-post haldaemon openct
++# Required-Start: $local_fs $remote_fs $syslog haldaemon
++# Required-Stop: $local_fs $remote_fs $syslog haldaemon
++# Should-Start: openct
++# Should-Stop: openct
  # Default-Start: 2 3 4 5
  # Default-Stop: 0 1 6
  # Short-Description: Daemon to access a smart card using PC/SC


Index: pcsc-lite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pcsc-lite/devel/pcsc-lite.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- pcsc-lite.spec	3 Mar 2010 16:06:29 -0000	1.25
+++ pcsc-lite.spec	13 Apr 2010 11:39:26 -0000	1.26
@@ -2,7 +2,7 @@
 
 Name:           pcsc-lite
 Version:        1.5.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        PC/SC Lite smart card framework and applications
 
 Group:          System Environment/Daemons
@@ -12,7 +12,7 @@ Source0:        http://alioth.debian.org
 Patch0:         %{name}-1.4-docinst.patch
 Patch1:         %{name}-1.5.5-rpath64.patch
 Patch2:         %{name}-close_on_exec.patch
-# Fix init script LSB header to reference Fedora specific service names
+# Fedora specific changes to init script LSB header and start/stop priorities
 Patch3:         %{name}-lsb_header.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -47,7 +47,6 @@ PC/SC Lite libraries.
 Summary:        PC/SC Lite development files
 Group:          Development/Libraries
 Requires:       %{name}-libs = %{version}-%{release}
-Requires:       pkgconfig
 
 %description    devel
 PC/SC Lite development files.
@@ -151,6 +150,10 @@ fi
 
 
 %changelog
+* Tue Apr 13 2010 Kalev Lember <kalev at smartlink.ee> - 1.5.5-4
+- Fix init script start / stop priorities (#580322)
+- Don't require pkgconfig as the dep is now automatically generated by rpm
+
 * Wed Mar 03 2010 Kalev Lember <kalev at smartlink.ee> - 1.5.5-3
 - Added patch to fix init script LSB header (#565241)
 - Dropped BR: libusb-devel as configure script really picks up libhal instead



More information about the scm-commits mailing list