mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
[PATCH] fix udev.spec to find udevinfo now that it has moved to /usr/bin
This commit is contained in:
parent
e56f005817
commit
0d1956de0e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user