SPECS: udev.spec - use external configuration for creation of init...

freetz freetz at pld-linux.org
Mon Jan 23 23:59:02 CET 2006


Author: freetz                       Date: Mon Jan 23 22:59:02 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use external configuration for creation of initial nodes, rel.3

---- Files affected:
SPECS:
   udev.spec (1.149 -> 1.150) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.149 SPECS/udev.spec:1.150
--- SPECS/udev.spec:1.149	Wed Jan 11 00:51:58 2006
+++ SPECS/udev.spec	Mon Jan 23 23:58:56 2006
@@ -31,7 +31,7 @@
 Summary(pl):	Implementacja devfs w przestrzeni użytkownika
 Name:		udev
 Version:	079
-Release:	2
+Release:	3
 Epoch:		1
 License:	GPL
 Group:		Base
@@ -51,6 +51,7 @@
 Source5:	%{name}_import_usermap
 Source6:	%{name}-modprobe.rules
 Source7:	%{name}-hotplug_map.rules
+Source8:	%{name}-links.conf
 # hotplug usb maps
 Source10:	%{name}-usb.distmap
 Source11:	%{name}-usb.handmap
@@ -74,7 +75,6 @@
 %{?with_klibc:BuildRequires:	klibc-static}
 %{?with_klibc:BuildRequires:	linux-libc-headers}
 %endif
-Requires:	MAKEDEV
 Requires:	coreutils
 Provides:	dev = 3.0.0
 # Obsoletes:	hotplug
@@ -178,6 +178,7 @@
 install %{SOURCE5} $RPM_BUILD_ROOT%{_prefix}/sbin/udev_import_usermap
 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/modprobe.rules
 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/hotplug_map.rules
+install %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/udev/links.conf
 
 # Default location for rule sripts and helper programs is now: /lib/udev/
 # Everything that is not useful on the commandline should go into this
@@ -272,9 +273,10 @@
 %dir %{_sysconfdir}/udev/rules.d
 
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/scsi_id.config
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/udev.rules
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/links.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/modprobe.rules
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/persistent-disk.rules
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/udev.rules
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/udev.conf
 %{_sysconfdir}/udev/rules.d/hotplug_map.rules
 
@@ -298,6 +300,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.150  2006/01/23 22:58:56  freetz
+- use external configuration for creation of initial nodes, rel.3
+
 Revision 1.149  2006/01/10 23:51:58  freetz
 - rel.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.149&r2=1.150&f=u



More information about the pld-cvs-commit mailing list