Author: freetz Date: Sun Mar 12 16:38:45 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 087, dropped hardware helpers, more rules added, updated file lists
---- Files affected: SPECS: udev.spec (1.154 -> 1.155) ---- Diffs: ================================================================ Index: SPECS/udev.spec diff -u SPECS/udev.spec:1.154 SPECS/udev.spec:1.155 --- SPECS/udev.spec:1.154 Mon Feb 27 22:44:46 2006 +++ SPECS/udev.spec Sun Mar 12 17:38:39 2006 @@ -30,13 +30,13 @@ Summary: A userspace implementation of devfs Summary(pl): Implementacja devfs w przestrzeni użytkownika Name: udev -Version: 086 +Version: 087 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: a9da78603d4394f960cb865df3f81934 +# Source0-md5: 8659e14a4f376b33134c72df180bfbbe Source1: %{name}.rules Source2: %{name}.conf Source3: start_udev @@ -50,10 +50,7 @@ Source10: %{name}-usb.distmap Source11: %{name}-usb.handmap # helpers -Source20: %{name}-ieee1394.helper -Source21: %{name}-input.helper -Source22: %{name}-net.helper -Source23: %{name}-input-coldplug +Source20: %{name}-net.helper URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html BuildRequires: device-mapper-devel BuildRequires: libselinux-devel >= 1.17.13 @@ -156,7 +153,7 @@ rm -rf $RPM_BUILD_ROOT %if %{with main} -install -d $RPM_BUILD_ROOT%{_sysconfdir}/udev/{agents.d/usb,rules.d} \ +install -d $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d \ $RPM_BUILD_ROOT/lib/udev/devices %{__make} install \ @@ -179,20 +176,14 @@ # Default location for rule sripts and helper programs is now: /lib/udev/ # Everything that is not useful on the commandline should go into this # directory. -install %{SOURCE20} $RPM_BUILD_ROOT/lib/udev/udev_ieee1394_helper -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 %{SOURCE20} $RPM_BUILD_ROOT/lib/udev/udev_net_helper 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 etc/udev/persistent-disk.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d - +install etc/udev/*.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d +install etc/udev/suse/60-persistent-input.rules $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d %endif %if %{with initrd} @@ -231,13 +222,6 @@ %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 %attr(755,root,root) /lib/udev/udev_net_helper %attr(755,root,root) %{_sbindir}/ata_id @@ -258,14 +242,13 @@ %attr(755,root,root) %{_prefix}/sbin/* %dir %{_sysconfdir}/udev -%dir %{_sysconfdir}/udev/agents.d -%dir %{_sysconfdir}/udev/agents.d/usb %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/links.conf +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/05-udev-early.rules %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/*persistent-*.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 @@ -291,6 +274,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.155 2006/03/12 16:38:39 freetz +- 087, dropped hardware helpers, more rules added, updated file lists + Revision 1.154 2006/02/27 21:44:46 freetz - 086, still no progress on initrd ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.154&r2=1.155&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
