Author: freetz Date: Fri Nov 11 14:50:02 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 075, removed udeveventrecoder (replaced with eventrecorder.sh) still 0.1 due to startup problems (init time glitches)
---- Files affected: SPECS: udev.spec (1.133 -> 1.134) ---- Diffs: ================================================================ Index: SPECS/udev.spec diff -u SPECS/udev.spec:1.133 SPECS/udev.spec:1.134 --- SPECS/udev.spec:1.133 Tue Nov 8 17:56:10 2005 +++ SPECS/udev.spec Fri Nov 11 15:49:57 2005 @@ -30,13 +30,13 @@ Summary: A userspace implementation of devfs Summary(pl): Implementacja devfs w przestrzeni użytkownika Name: udev -Version: 074 +Version: 075 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: 2a027db09e7955fcd0b387c6bd9e9192 +# Source0-md5: 024ce408f74b05ff6b52b4ff250359da Source1: %{name}.rules Source2: %{name}.conf Source3: start_udev @@ -204,10 +204,9 @@ 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 - +install extras/eventrecorder.sh $RPM_BUILD_ROOT%{_sbindir} install uevent_listen $RPM_BUILD_ROOT%{_sbindir} install udevsynthesize $RPM_BUILD_ROOT%{_sbindir} -install udeveventrecorder $RPM_BUILD_ROOT%{_sbindir} %endif @@ -245,7 +244,7 @@ %if %{with main} %files %defattr(644,root,root,755) -%doc ChangeLog FAQ HOWTO-udev_for_dev README RELEASE-NOTES TODO +%doc ChangeLog FAQ README RELEASE-NOTES TODO %doc docs/{overview,udev_vs_devfs} %doc libsysfs/libsysfs.txt %doc extras/start_udev @@ -271,12 +270,13 @@ %attr(755,root,root) %{_sbindir}/udev %attr(755,root,root) %{_sbindir}/udevcontrol %attr(755,root,root) %{_sbindir}/udevd -%attr(755,root,root) %{_sbindir}/udeveventrecorder %attr(755,root,root) %{_sbindir}/udevsend %attr(755,root,root) %{_sbindir}/udevstart %attr(755,root,root) %{_sbindir}/udevsynthesize %attr(755,root,root) %{_sbindir}/uevent_listen +%attr(755,root,root) %{_sbindir}/eventrecorder.sh + %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_prefix}/sbin/* @@ -319,6 +319,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.134 2005/11/11 14:49:57 freetz +- 075, removed udeveventrecoder (replaced with eventrecorder.sh) + still 0.1 due to startup problems (init time glitches) + Revision 1.133 2005/11/08 16:56:10 ankry - don't obsolete hotplug: udev does not work with kernel24 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.133&r2=1.134&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
