Author: freetz Date: Sat Dec 10 18:38:17 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 077, package included persistent.rules, package more extra scripts, %%files updated
---- Files affected: SPECS: udev.spec (1.141 -> 1.142) ---- Diffs: ================================================================ Index: SPECS/udev.spec diff -u SPECS/udev.spec:1.141 SPECS/udev.spec:1.142 --- SPECS/udev.spec:1.141 Fri Nov 25 22:58:03 2005 +++ SPECS/udev.spec Sat Dec 10 19:38:12 2005 @@ -30,13 +30,13 @@ Summary: A userspace implementation of devfs Summary(pl): Implementacja devfs w przestrzeni użytkownika Name: udev -Version: 076 +Version: 077 Release: 0.1 Epoch: 1 License: GPL Group: Base Source0: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.bz2 -# Source0-md5: 9054b6e8e2b20a8e73e9a7bc7f4d67d0 +# Source0-md5: 61ec646daf7795e9777e8f33975408fe Source1: %{name}.rules Source2: %{name}.conf Source3: start_udev @@ -51,8 +51,7 @@ Source5: %{name}_import_usermap Source6: %{name}-modprobe.rules Source7: %{name}-digicam -Source8: %{name}-persistent.rules -Source9: %{name}-hotplug_map.rules +Source8: %{name}-hotplug_map.rules # hotplug usb maps Source10: %{name}-usb.digicam Source11: %{name}-usb.distmap @@ -193,13 +192,12 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/init.d/udev install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/udev.rules -install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/udev/udev.conf +install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/udev install %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}/start_udev 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/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 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/hotplug_map.rules # Default location for rule sripts and helper programs is now: /lib/udev/ # Everything that is not useful on the commandline should go into this @@ -208,14 +206,17 @@ install %{SOURCE21} $RPM_BUILD_ROOT/lib/udev/udev_input_helper install %{SOURCE22} $RPM_BUILD_ROOT/lib/udev/udev_net_helper install %{SOURCE23} $RPM_BUILD_ROOT/lib/udev/udev_input_coldplug -install extras/dvb.sh $RPM_BUILD_ROOT/lib/udev install extras/eventrecorder.sh $RPM_BUILD_ROOT/lib/udev +install extras/ide-devfs.sh $RPM_BUILD_ROOT/lib/udev install extras/raid-devfs.sh $RPM_BUILD_ROOT/lib/udev +install extras/scsi-devfs.sh $RPM_BUILD_ROOT/lib/udev install extras/path_id $RPM_BUILD_ROOT%{_sbindir} install uevent_listen $RPM_BUILD_ROOT%{_sbindir} install udevsynthesize $RPM_BUILD_ROOT%{_sbindir} +install etc/udev/persistent.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d + %endif %if %{with initrd} @@ -250,7 +251,6 @@ %doc ChangeLog FAQ README RELEASE-NOTES TODO %doc docs/{overview,udev_vs_devfs,writing_udev_rules} %doc libsysfs/libsysfs.txt -%doc extras/start_udev %dir /lib/udev @@ -261,10 +261,13 @@ %dir /lib/udev/devices %attr(755,root,root) /lib/udev/create_floppy_devices -%attr(755,root,root) /lib/udev/dvb.sh %attr(755,root,root) /lib/udev/eventrecorder.sh %attr(755,root,root) /lib/udev/firmware_helper + +%attr(755,root,root) /lib/udev/ide-devfs.sh %attr(755,root,root) /lib/udev/raid-devfs.sh +%attr(755,root,root) /lib/udev/scsi-devfs.sh + %attr(755,root,root) /lib/udev/udev_ieee1394_helper %attr(755,root,root) /lib/udev/udev_input_coldplug %attr(755,root,root) /lib/udev/udev_input_helper @@ -327,6 +330,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.142 2005/12/10 18:38:12 freetz +- 077, package included persistent.rules, package more extra scripts, + %%files updated + Revision 1.141 2005/11/25 21:58:03 wolf - add url ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.141&r2=1.142&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
