summaryrefslogtreecommitdiff
path: root/udev.spec
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-01-26 19:32:57 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:19 -0700
commitda1cc7cc5fc671312436cd6122fcb6022cbcfd83 (patch)
tree93917cd69fe6486bd140fbe840f719ed1c365e25 /udev.spec
parent245f9f52cec28b0377376beec222c8d5c0d07276 (diff)
[PATCH] add udevinfo to udev.spec file.
Diffstat (limited to 'udev.spec')
-rw-r--r--udev.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/udev.spec b/udev.spec
index 8494143ec0..2be4496f40 100644
--- a/udev.spec
+++ b/udev.spec
@@ -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)