chiark / gitweb /
[PATCH] 021_bk mark
[elogind.git] / udev.spec
index 0778f93dc7fbe6ab895fa1955c222c47915334c9..b7e429d077e353a42720ed72644970a0ed21b0dd 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -19,7 +19,7 @@
 # if we want to build SELinux support in or not.
 # 0 - no SELinux support
 # 1 - SELinux support
-%define selinux 
+%define selinux 0
 
 # if we want to enable debugging support in udev.  If it is enabled, lots of 
 # stuff will get sent to the debug syslog.
@@ -34,7 +34,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 020
+Version: 021_bk
 Release: 1
 License: GPL
 Group: Utilities/System
@@ -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