SPECS: udev.spec - rel 3 - PLDize properly and fix TODO

baggins baggins at pld-linux.org
Sun Jan 25 23:05:02 CET 2009


Author: baggins                      Date: Sun Jan 25 22:05:02 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3
- PLDize properly and fix TODO

---- Files affected:
SPECS:
   udev.spec (1.272 -> 1.273) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.272 SPECS/udev.spec:1.273
--- SPECS/udev.spec:1.272	Sun Jan 25 22:10:37 2009
+++ SPECS/udev.spec	Sun Jan 25 23:04:57 2009
@@ -2,7 +2,8 @@
 # TODO
 # - initrd needs love (is probably completly unusable in current form)
 # - initrd build with uclibc on amd64 produces non-working binary (illegal instruction from open("/dev/null"))
-# - consider adding cdrom, tape, dialout groups to match other distros
+# - rename groups: cdwrite -> cdrom, ttyS -> dialout, and add tape group
+#	to match other distros
 #
 # Conditional build:
 %bcond_without	initrd		# build without udev-initrd
@@ -34,7 +35,7 @@
 Summary(pl.UTF-8):	Zarządca urządzeń dla Linuksa 2.6
 Name:		udev
 Version:	137
-Release:	2
+Release:	3
 Epoch:		1
 License:	GPL
 Group:		Base
@@ -275,8 +276,8 @@
 %endif
 
 # PLDize
-sed -i  -e 's#GROUP="dialout"#GROUP="uucp"#g' \
-	-e 's#GROUP="cdrom"#GROUP="disk"#g' \
+sed -i  -e 's#GROUP="dialout"#GROUP="ttyS"#g' \
+	-e 's#GROUP="cdrom"#GROUP="cdwrite"#g' \
 	-e 's#GROUP="tape"#GROUP="disk"#g' \
 	$RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/*.rules \
 	$RPM_BUILD_ROOT/lib/udev/rules.d/*.rules
@@ -425,6 +426,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.273  2009/01/25 22:04:57  baggins
+- rel 3
+- PLDize properly and fix TODO
+
 Revision 1.272  2009/01/25 21:10:37  arekm
 - release 2
 
================================================================

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



More information about the pld-cvs-commit mailing list