diff --git a/pcsc-lite-init b/pcsc-lite-init index 986bb01..6d33fa3 100644 --- a/pcsc-lite-init +++ b/pcsc-lite-init @@ -15,9 +15,9 @@ # Provides: pcscd # Required-Start: $local_fs $remote_fs $syslog # Required-Stop: $local_fs $remote_fs $syslog -# Should-Start: udev hal openct -# Should-Stop: udev hal openct -# Default-Start: 2 3 4 5 +# Should-Start: udev openct +# Should-Stop: udev openct +# Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: Daemon to access a smart card using PC/SC # Description: The PC/SC smart card daemon is a resource manager for the @@ -37,7 +37,7 @@ umask 077 exec=/usr/sbin/pcscd prog=$(basename $exec) -lockfile=/var/lock/subsys/$prog +lockfile=/var/lock/$prog PCSCD_OPTIONS= # Source config diff --git a/pcsc-lite.changes b/pcsc-lite.changes index 7f0e025..c122d3a 100644 --- a/pcsc-lite.changes +++ b/pcsc-lite.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 22 08:27:55 UTC 2011 - bruno@ioda-net.ch + +- Readd if structure to support older versions like evergreen & SLES 11 + +------------------------------------------------------------------- +Sun Aug 21 12:48:11 UTC 2011 - bruno@ioda-net.ch + +- Fixed runlevel, hal, and /var/lock/subsys + ------------------------------------------------------------------- Thu Jun 23 17:10:58 UTC 2011 - wr@rosenauer.org diff --git a/pcsc-lite.spec b/pcsc-lite.spec index 08f3343..98d14da 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -23,6 +23,7 @@ Name: pcsc-lite %define ifddir %{_libdir}/readers BuildRequires: pkg-config readline-devel %if %suse_version >= 1120 +#shouldn't be found automagically ? BuildRequires: libudev-devel %endif %if %suse_version == 1110 @@ -46,6 +47,7 @@ Source3: pre_checkin.sh Source4: baselibs.conf Source5: pcsc-lite-init Source6: pcsc-lite-reader-conf +#Is not really used just keep in case off Patch0: disable-power-off.diff %if %suse_version > 1130 PreReq: sysvinit(syslog)