SPECS: udev.spec - removed hotplug symlink (it can't be done this ...

freetz freetz at pld-linux.org
Wed Nov 16 16:35:28 CET 2005


Author: freetz                       Date: Wed Nov 16 15:35:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed hotplug symlink (it can't be done this way until /sbin/hotplug is
  a default kernel hotplug handler), added cleaned up hotplug_map.rules
  (instead of creating it with script at build time), rel.1

---- Files affected:
SPECS:
   udev.spec (1.136 -> 1.137) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.136 SPECS/udev.spec:1.137
--- SPECS/udev.spec:1.136	Sat Nov 12 03:02:42 2005
+++ SPECS/udev.spec	Wed Nov 16 16:35:22 2005
@@ -31,7 +31,7 @@
 Summary(pl):	Implementacja devfs w przestrzeni użytkownika
 Name:		udev
 Version:	075
-Release:	0.1
+Release:	1
 Epoch:		1
 License:	GPL
 Group:		Base
@@ -52,6 +52,7 @@
 Source6:	%{name}-modprobe.rules
 Source7:	%{name}-digicam
 Source8:	%{name}-persistent.rules
+Source9:	%{name}-hotplug_map.rules
 # hotplug usb maps
 Source10:	%{name}-usb.digicam
 Source11:	%{name}-usb.distmap
@@ -195,6 +196,7 @@
 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/modprobe.rules
 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/udev/agents.d/usb/digicam
 install %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/persistent.rules
+install %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/hotplug_map.rules
 
 install %{SOURCE20} $RPM_BUILD_ROOT%{_sbindir}/udev_ieee1394_helper
 install %{SOURCE21} $RPM_BUILD_ROOT%{_sbindir}/udev_input_helper
@@ -216,11 +218,6 @@
 ln -s initrd-udev $RPM_BUILD_ROOT%{_sbindir}/udevstart.initrd
 %endif
 
-$RPM_BUILD_ROOT%{_prefix}/sbin/udev_import_usermap usb \
-    %{SOURCE10} %{SOURCE11} %{SOURCE12} > $RPM_BUILD_ROOT/etc/udev/rules.d/hotplug_map.rules
-
-ln -s %{_sbindir}/udevsend $RPM_BUILD_ROOT%{_sbindir}/hotplug
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -265,7 +262,6 @@
 %attr(755,root,root) %{_sbindir}/udev_input_helper
 %attr(755,root,root) %{_sbindir}/udev_net_helper
 
-%attr(755,root,root) %{_sbindir}/hotplug
 %attr(755,root,root) %{_sbindir}/start_udev
 %attr(755,root,root) %{_sbindir}/udev
 %attr(755,root,root) %{_sbindir}/udevcontrol
@@ -320,6 +316,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.137  2005/11/16 15:35:22  freetz
+- removed hotplug symlink (it can't be done this way until /sbin/hotplug is
+  a default kernel hotplug handler), added cleaned up hotplug_map.rules
+  (instead of creating it with script at build time), rel.1
+
 Revision 1.136  2005/11/12 02:02:42  glen
 - no need to set default attr for dirs
 
================================================================

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




More information about the pld-cvs-commit mailing list