SPECS: udev.spec - rel 5 - switch to udev group names
baggins
baggins at pld-linux.org
Sun Mar 1 17:35:35 CET 2009
Author: baggins Date: Sun Mar 1 16:35:35 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 5
- switch to udev group names
---- Files affected:
SPECS:
udev.spec (1.280 -> 1.281)
---- Diffs:
================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.280 SPECS/udev.spec:1.281
--- SPECS/udev.spec:1.280 Fri Feb 27 02:16:58 2009
+++ SPECS/udev.spec Sun Mar 1 17:35:29 2009
@@ -2,8 +2,6 @@
# 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"))
-# - rename groups: cdwrite -> cdrom, ttyS -> dialout, and add tape group
-# to match other distros
#
# Conditional build:
%bcond_without initrd # build without udev-initrd
@@ -35,7 +33,7 @@
Summary(pl.UTF-8): Zarządca urządzeń dla Linuksa 2.6
Name: udev
Version: 138
-Release: 4
+Release: 5
Epoch: 1
License: GPL
Group: Base
@@ -98,6 +96,7 @@
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
Requires: coreutils
Requires: libvolume_id = %{epoch}:%{version}-%{release}
+Requires: setup >= 2.6.1-1
Requires: uname(release) >= 2.6.25
Conflicts: udev < 1:118-1
@@ -298,13 +297,6 @@
ln -s initrd-udevd $RPM_BUILD_ROOT%{_sbindir}/udevstart.initrd
%endif
-# PLDize
-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
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -455,6 +447,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.281 2009/03/01 16:35:29 baggins
+- rel 5
+- switch to udev group names
+
Revision 1.280 2009/02/27 01:16:58 baggins
- rel 4
- pass --resolve-names=never to udevd on initramfs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/udev.spec?r1=1.280&r2=1.281&f=u
More information about the pld-cvs-commit
mailing list