X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev.spec;h=ccc0ca7f6a23a67c7dac8fe00bf4ba00c474cf2b;hb=3a7798f4714c88021b6ac0cda3e1d818a3fa7a07;hp=8494143ec0369215c40d33e50fa30056b1f8afbc;hpb=bb513a064ce00e8efca1c697955d4a34b6782c29;p=elogind.git diff --git a/udev.spec b/udev.spec index 8494143ec..ccc0ca7f6 100644 --- a/udev.spec +++ b/udev.spec @@ -29,13 +29,14 @@ Summary: A userspace implementation of devfs Name: udev -Version: 014_bk +Version: 015_bk Release: 1 License: GPL Group: Utilities/System Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.gz ExclusiveOS: Linux Vendor: Greg Kroah-Hartman +URL : kernel.org/pub/linux/utils/kernel/hotplug/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Prereq: /bin/sh, fileutils, hotplug @@ -85,6 +86,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc COPYING README TODO ChangeLog %attr(755,root,root) /sbin/udev +%attr(755,root,root) /sbin/udevinfo %attr(755,root,root) /udev/ %attr(755,root,root) /etc/udev/ %config(noreplace) %attr(0644,root,root) /etc/udev/udev.conf @@ -95,9 +97,14 @@ rm -rf $RPM_BUILD_ROOT %endif %attr(-,root,root) /etc/hotplug.d/default/udev.hotplug %attr(755,root,root) /etc/init.d/udev -%attr(0644,root,root) %{_mandir}/man8/udev.8* +%attr(0644,root,root) %{_mandir}/man8/udev*.8* %changelog +* Mon Jan 26 2004 Greg Kroah-Hartman +- added udevinfo to rpm +- added URL to spec file +- added udevinfo's man page + * Mon Jan 05 2004 Rolf Eike Beer - add defines to choose the init script (Redhat or LSB)