[rusers] use global instead define

Honza Horak hhorak at fedoraproject.org
Tue Sep 11 10:53:19 UTC 2012


commit 3931275fd5343b239b2d6f3ab68d920fa670ea30
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Tue Sep 11 12:53:09 2012 +0200

    use global instead define

 rusers.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rusers.spec b/rusers.spec
index 8b418c3..97fae91 100644
--- a/rusers.spec
+++ b/rusers.spec
@@ -1,5 +1,5 @@
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
-%define WITH_SELINUX 1
+%global WITH_SELINUX 1
 %endif
 
 Summary: Displays the users logged into machines on the local network


More information about the scm-commits mailing list