rpms/openct/devel openct-0.6.14-nosleep-287871.patch, NONE, 1.1 openct.spec, 1.28, 1.29

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Sep 21 18:58:51 UTC 2007


Author: scop

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

Modified Files:
	openct.spec 
Added Files:
	openct-0.6.14-nosleep-287871.patch 
Log Message:
* Fri Sep 21 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.6.14-2
- Drop "sleep 0.1" from udev rule (#287871).


openct-0.6.14-nosleep-287871.patch:

--- NEW FILE openct-0.6.14-nosleep-287871.patch ---
--- etc/openct.udev~	2007-08-23 23:14:15.000000000 +0300
+++ etc/openct.udev	2007-09-21 21:11:39.000000000 +0300
@@ -26,3 +26,4 @@
 # sleep for 100ms - the wait_for_sysfs might not be enough
-PROGRAM="/bin/sleep 0.1"
+# Disabled in this package - see https://bugzilla.redhat.com/287871
+#PROGRAM="/bin/sleep 0.1"
 


Index: openct.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openct/devel/openct.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- openct.spec	30 Aug 2007 19:30:25 -0000	1.28
+++ openct.spec	21 Sep 2007 18:58:18 -0000	1.29
@@ -4,7 +4,7 @@
 
 Name:           openct
 Version:        0.6.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Middleware framework for smart card terminals
 
 Group:          System Environment/Libraries
@@ -13,6 +13,7 @@
 Source0:        http://www.opensc-project.org/files/openct/%{name}-%{version}.tar.gz
 Source1:        %{name}.init
 Source2:        %{name}.sysconfig
+Patch0:         %{name}-0.6.14-nosleep-287871.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pcsc-lite-devel >= 1.3.0
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 sed -i -e 's|/lib /usr/lib\b|/%{_lib} %{_libdir}|' configure # lib64 std rpaths
 sed -i -e 's|^\([A-Z]\)|# \1|' etc/reader.conf.in
 
@@ -160,6 +162,9 @@
 
 
 %changelog
+* Fri Sep 21 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.6.14-2
+- Drop "sleep 0.1" from udev rule (#287871).
+
 * Thu Aug 30 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.6.14-1
 - 0.6.14.
 




More information about the fedora-extras-commits mailing list