chiark / gitweb /
[PATCH] added URL to spec file.
[elogind.git] / udev.spec
index 89a9ee6c6ab3ddaa5b91ccdd1d2edb78c38cf7b8..b9a20ac5fd9f74485d86001e6ed577bd55afb5b6 100644 (file)
--- a/udev.spec
+++ b/udev.spec
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 014
+Version: 014_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
 
@@ -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
@@ -98,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_mandir}/man8/udev.8*
 
 %changelog
+* Mon Jan 26 2004 Greg Kroah-Hartman <greg@kroah.com>
+- add udevinfo to rpm
+- added URL to spec file
+
 * Mon Jan 05 2004 Rolf Eike Beer <eike-hotplug@sf-tec.de>
 - add defines to choose the init script (Redhat or LSB)