[BackupPC] fix missing macro begin

Bernard Johnson bjohnson at fedoraproject.org
Sat Jul 9 05:37:29 UTC 2011


commit 9dc89db56e9ef0b1ddad5b88c129dbdab2c49b78
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Fri Jul 8 23:37:03 2011 -0600

    fix missing macro begin

 BackupPC.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/BackupPC.spec b/BackupPC.spec
index e6c1e90..d1b8c33 100644
--- a/BackupPC.spec
+++ b/BackupPC.spec
@@ -1,5 +1,5 @@
-
-%define _without_selinux 1
+%if 0%{?rhel} && 0%{?rhel} < 5
+%global _without_selinux 1
 %endif
 
 %if 0%{?fedora} && 0%{?fedora} > 15


More information about the scm-commits mailing list