Cleanup spec file conditionals

This commit is contained in:
Troy Dawson 2017-10-02 15:17:43 -07:00
parent a6503e5fb6
commit bbcf20475d

View File

@ -6,7 +6,7 @@
%ifnarch %{mono_arches} %ifnarch %{mono_arches}
%define WITH_MONO 0 %define WITH_MONO 0
%endif %endif
%if 0%{?rhel} %if 0%{?rhel} && 0%{?rhel} <= 7
%define WITH_MONO 0 %define WITH_MONO 0
%endif %endif
@ -18,7 +18,7 @@
Name: avahi Name: avahi
Version: 0.7 Version: 0.7
Release: 3%{?dist} Release: 4%{?dist}
Summary: Local network service discovery Summary: Local network service discovery
License: LGPLv2+ License: LGPLv2+
URL: http://avahi.org URL: http://avahi.org
@ -240,10 +240,6 @@ Mono programs that use avahi-ui.
%package libs %package libs
Summary: Libraries for avahi run-time use Summary: Libraries for avahi run-time use
# http://bugzilla.redhat.com/913168
%if 0%{?fedora} < 20
Requires: %{name} = %{version}-%{release}
%endif
%description libs %description libs
The avahi-libs package contains the libraries needed The avahi-libs package contains the libraries needed
@ -665,6 +661,9 @@ exit 0
%changelog %changelog
* Mon Oct 02 2017 Troy Dawson <tdawson@redhat.com> - 0.7-4
- Cleanup spec file conditionals
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-3 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild