[avahi/f16] Add %{?rhel} conditional.

Bill Nottingham notting at fedoraproject.org
Wed Dec 7 21:57:36 UTC 2011


commit 3651f2ae5fc159bb5f0de3c4281757bb1c8a18ab
Author: Bill Nottingham <notting at redhat.com>
Date:   Wed Dec 7 16:56:28 2011 -0500

    Add %{?rhel} conditional.

 avahi.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/avahi.spec b/avahi.spec
index 80bd7d6..3cd9811 100644
--- a/avahi.spec
+++ b/avahi.spec
@@ -4,6 +4,10 @@
 %ifarch sparc64 s390 %{arm}
 %define WITH_MONO 0
 %endif
+%if 0%{?rhel}
+%define WITH_MONO 0
+%endif
+
 Name:           avahi
 Version:        0.6.30
 Release:        4%{?dist}


More information about the scm-commits mailing list