chiark / gitweb /
[PATCH] make udevsend binary even smaller
[elogind.git] / udev.spec
index 2be4496f403881e499485b83375002892aff1fe8..ccc0ca7f6a23a67c7dac8fe00bf4ba00c474cf2b 100644 (file)
--- a/udev.spec
+++ b/udev.spec
 
 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 <greg@kroah.com>
+URL : kernel.org/pub/linux/utils/kernel/hotplug/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Prereq: /bin/sh, fileutils, hotplug
 
@@ -96,11 +97,13 @@ 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 <greg@kroah.com>
-- add udevinfo to rpm
+- added udevinfo to rpm
+- added URL to spec file
+- added udevinfo's man page
 
 * Mon Jan 05 2004 Rolf Eike Beer <eike-hotplug@sf-tec.de>
 - add defines to choose the init script (Redhat or LSB)