rpms/pcmciautils/devel pcmciautils-014-newrules.patch, 1.4, 1.5 pcmciautils.spec, 1.27, 1.28

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Fri Sep 7 06:01:35 UTC 2007


Author: harald

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

Modified Files:
	pcmciautils-014-newrules.patch pcmciautils.spec 
Log Message:
* Fri Sep 07 2007 Harald Hoyer <harald at redhat.com> - 014-11
- fixed udev rule


pcmciautils-014-newrules.patch:

Index: pcmciautils-014-newrules.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pcmciautils/devel/pcmciautils-014-newrules.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pcmciautils-014-newrules.patch	22 Aug 2007 14:12:09 -0000	1.4
+++ pcmciautils-014-newrules.patch	7 Sep 2007 06:01:30 -0000	1.5
@@ -23,7 +23,7 @@
  # returns, so that "strong" matches have a higher priority.
 -ACTION=="add", SUBSYSTEM=="pcmcia", MODALIAS=="?*", \
 -		RUN+="/bin/sh -c 'echo 1 > /sys/$devpath/allow_func_id_match'"
-+ACTION=="add", SUBSYSTEM=="pcmcia", ENV{MODALIAS}=="?*", ATTR{allow_func_id_match}=1
++ACTION=="add", SUBSYSTEM=="pcmcia", ENV{MODALIAS}=="?*", ATTR{allow_func_id_match}="1"
  
  # PCMCIA sockets:
  #


Index: pcmciautils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pcmciautils/devel/pcmciautils.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- pcmciautils.spec	22 Aug 2007 14:12:09 -0000	1.27
+++ pcmciautils.spec	7 Sep 2007 06:01:30 -0000	1.28
@@ -2,7 +2,7 @@
 Summary: PCMCIA utilities and initialization programs
 License: GPLv2
 Version: 014
-Release: 10%{?dist}
+Release: 11%{?dist}
 Group: System Environment/Base
 ExclusiveArch: i386 x86_64 ia64 ppc ppc64 %{?arm}
 URL: http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
@@ -54,6 +54,9 @@
 %{_mandir}/man*/pccardctl*
 
 %changelog
+* Fri Sep 07 2007 Harald Hoyer <harald at redhat.com> - 014-11
+- fixed udev rule
+
 * Wed Aug 22 2007 Harald Hoyer <harald at redhat.com> - 014-10
 - changed license tag
 - added arm architecture




More information about the scm-commits mailing list