chiark / gitweb /
[PATCH] make spec file turn off selinux support by default.
authorgreg@kroah.com <greg@kroah.com>
Wed, 3 Mar 2004 06:54:00 +0000 (22:54 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:07 +0000 (21:35 -0700)
udev.spec

index 0778f93dc7fbe6ab895fa1955c222c47915334c9..9289a84e60d9c305cbf60d4c3c9a8c568565a1da 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.