SPECS: udev.spec - modify rules to match PLD groups

arekm arekm at pld-linux.org
Sun Jan 25 20:29:32 CET 2009


Author: arekm                        Date: Sun Jan 25 19:29:32 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- modify rules to match PLD groups

---- Files affected:
SPECS:
   udev.spec (1.269 -> 1.270) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.269 SPECS/udev.spec:1.270
--- SPECS/udev.spec:1.269	Sun Jan 25 19:56:22 2009
+++ SPECS/udev.spec	Sun Jan 25 20:29:27 2009
@@ -273,6 +273,13 @@
 ln -s initrd-udevd $RPM_BUILD_ROOT%{_sbindir}/udevstart.initrd
 %endif
 
+# PLDize
+sed -i  -e 's#GROUP="dialout"#GROUP="uucp"#g' \
+	-e 's#GROUP="cdrom"#GROUP="disk"#g' \
+	-e 's#GROUP="tape"#GROUP="disk"#g' \
+	$RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/*.rules \
+	$RPM_BUILD_ROOT/lib/udev/rules.d/*.rules
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -417,6 +424,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.270  2009/01/25 19:29:27  arekm
+- modify rules to match PLD groups
+
 Revision 1.269  2009/01/25 18:56:22  arekm
 - up to 137
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/udev.spec?r1=1.269&r2=1.270&f=u



More information about the pld-cvs-commit mailing list