[PATCH] add udevinfo man page to spec file.

This commit is contained in:
greg@kroah.com 2004-01-26 19:56:59 -08:00 committed by Greg KH
parent 05c0c9da0b
commit 567f6d14e8
1 changed files with 3 additions and 2 deletions

View File

@ -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)