chiark / gitweb /
[PATCH] fix udev.spec to find udevinfo now that it has moved to /usr/bin
authorgreg@kroah.com <greg@kroah.com>
Wed, 3 Mar 2004 07:51:50 +0000 (23:51 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:08 +0000 (21:35 -0700)
udev.spec

index 9289a84e60d9c305cbf60d4c3c9a8c568565a1da..9437491117990bb84c87360c4417cb682eb77412 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -116,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc COPYING README TODO ChangeLog HOWTO* etc/udev/udev.rules.examples docs/*
 %attr(755,root,root) /sbin/udev
-%attr(755,root,root) /sbin/udevinfo
+%attr(755,root,root) /usr/bin/udevinfo
 %attr(755,root,root) /sbin/udevsend
 %attr(755,root,root) /sbin/udevd
 %attr(755,root,root) /sbin/udevtest
@@ -143,6 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Mar 2 2004 Greg Kroah-Hartman <greg@kroah.com>
 - added udevstart to the list of files installed
+- udevinfo is now in /usr/bin not /sbin
 
 * Fri Feb 27 2004 Greg Kroah-Hartman <greg@kroah.com>
 - added ability to build with SELinux support