chiark / gitweb /
[PATCH] add udevinfo to udev.spec file.
[elogind.git] / udev.spec
index 575e3cdf6069e7ab7c73975dc9d4ce7ad1a68714..2be4496f403881e499485b83375002892aff1fe8 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 013_bk
+Version: 014_bk
 Release: 1
 License: GPL
 Group: Utilities/System
@@ -85,6 +85,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 +99,9 @@ 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
+
 * Mon Jan 05 2004 Rolf Eike Beer <eike-hotplug@sf-tec.de>
 - add defines to choose the init script (Redhat or LSB)