From: greg@kroah.com Date: Wed, 3 Mar 2004 06:54:00 +0000 (-0800) Subject: [PATCH] make spec file turn off selinux support by default. X-Git-Tag: 021~6 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e729cb0b733390d4955d7f79cc5c7915dd1f41ce;p=systemd [PATCH] make spec file turn off selinux support by default. --- diff --git a/udev.spec b/udev.spec index 0778f93d..9289a84e 100644 --- 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 1 +%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.