Add %{?rhel} conditional.
This commit is contained in:
parent
22bc36b138
commit
5aa21334c0
@ -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: 6%{?dist}
|
||||
|
Loading…
Reference in New Issue
Block a user