chiark / gitweb /
[PATCH] add udevinfo man page to spec file.
authorgreg@kroah.com <greg@kroah.com>
Tue, 27 Jan 2004 03:56:59 +0000 (19:56 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:19 +0000 (21:13 -0700)
udev.spec

index b9a20ac5fd9f74485d86001e6ed577bd55afb5b6..b622237e6735248d74c308480b7e13edf0da02e5 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -97,12 +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)