From: greg@kroah.com Date: Tue, 27 Jan 2004 03:56:59 +0000 (-0800) Subject: [PATCH] add udevinfo man page to spec file. X-Git-Tag: 015~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=567f6d14e8dec7d252601b90808c320b136d6e60 [PATCH] add udevinfo man page to spec file. --- diff --git a/udev.spec b/udev.spec index b9a20ac5f..b622237e6 100644 --- 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 -- 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 - add defines to choose the init script (Redhat or LSB)