From 567f6d14e8dec7d252601b90808c320b136d6e60 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Mon, 26 Jan 2004 19:56:59 -0800 Subject: [PATCH] [PATCH] add udevinfo man page to spec file. --- udev.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/udev.spec b/udev.spec index b9a20ac5fd..b622237e67 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)