SPECS: udev.spec - add a helper script from Mandriva (does it need...

jpc jpc at pld-linux.org
Wed Oct 19 02:10:10 CEST 2005


Author: jpc                          Date: Wed Oct 19 00:10:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add a helper script from Mandriva (does it need to be packaged?)
- add rules for completely udev based hotplug/module loading (uses 
  $modalias passed from kernel, w/o any additional hotplug scripts)
- rel 5.2

---- Files affected:
SPECS:
   udev.spec (1.109 -> 1.110) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.109 SPECS/udev.spec:1.110
--- SPECS/udev.spec:1.109	Tue Oct 18 21:53:48 2005
+++ SPECS/udev.spec	Wed Oct 19 02:10:05 2005
@@ -31,7 +31,7 @@
 Summary(pl):	Implementacja devfs w przestrzeni użytkownika
 Name:		udev
 Version:	070
-Release:	5.1
+Release:	5.2
 Epoch:		1
 License:	GPL
 Group:		Base
@@ -42,6 +42,14 @@
 Source3:	%{name}.conf
 Source4:	start_udev
 Source6:	ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/uevent_listen.c
+# from Mandriva CVS:
+# http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/SPECS/udev/udev_import_usermap?rev=1.5
+Source7:	udev_import_usermap
+# Needed for the automatic module loading w/o hotplug to work
+# see:
+# http://qa.mandrivalinux.com/twiki/bin/view/Main/Udev
+# http://lwn.net/Articles/123932/
+Source8:	%{name}-modprobe.rules
 # Source6-md5:	7b2b881a8531fd84da7cae9152dc4e39
 Patch0:		udev-synthesize-02.patch
 Patch1:		udev-synthesize-md
@@ -154,9 +162,11 @@
 rm -f $RPM_BUILD_ROOT%{_sbindir}/udev_run_*
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/50-udev.rules
+install %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/999-modprobe.rules
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/999-firmware.rules
 install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/udev/udev.conf
 install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/start_udev
+install %{SOURCE7} $RPM_BUILD_ROOT%{_prefix}/sbin/udev_import_usermap
 install extras/path_id $RPM_BUILD_ROOT%{_sbindir}
 install extras/dvb.sh $RPM_BUILD_ROOT%{_sysconfdir}/udev/scripts
 install extras/raid-devfs.sh $RPM_BUILD_ROOT%{_sysconfdir}/udev/scripts
@@ -217,6 +227,7 @@
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/udev/udev.conf
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/udev/rules.d/50-udev.rules
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/udev/rules.d/999-firmware.rules
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/udev/rules.d/999-modprobe.rules
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/scsi_id.config
 
 %attr(755,root,root) %{_sysconfdir}/udev/scripts/*
@@ -240,6 +251,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.110  2005/10/19 00:10:05  jpc
+- add a helper script from Mandriva (does it need to be packaged?)
+- add rules for completely udev based hotplug/module loading (uses
+  $modalias passed from kernel, w/o any additional hotplug scripts)
+- rel 5.2
+
 Revision 1.109  2005/10/18 19:53:48  freetz
 - deprecated hotplug.d compatibilty dropped, chassis_id don't exist anymore
   rel.5.1
================================================================

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




More information about the pld-cvs-commit mailing list