From adc02202b45d4c9119219ce9accbf9cc97c42278 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 7 Dec 2011 17:40:18 -0500 Subject: [PATCH] Add %{?rhel} conditional --- libgpod.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libgpod.spec b/libgpod.spec index 0cefcf9..f6d826b 100644 --- a/libgpod.spec +++ b/libgpod.spec @@ -8,6 +8,9 @@ %else %global with_mono 0 %endif +%if 0?%{rhel} +%global with_mono 0 +%endif Summary: Library to access the contents of an iPod Name: libgpod