Cleanup spec file conditionals
This commit is contained in:
parent
a6503e5fb6
commit
bbcf20475d
11
avahi.spec
11
avahi.spec
@ -6,7 +6,7 @@
|
||||
%ifnarch %{mono_arches}
|
||||
%define WITH_MONO 0
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
%define WITH_MONO 0
|
||||
%endif
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: avahi
|
||||
Version: 0.7
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Local network service discovery
|
||||
License: LGPLv2+
|
||||
URL: http://avahi.org
|
||||
@ -240,10 +240,6 @@ Mono programs that use avahi-ui.
|
||||
|
||||
%package libs
|
||||
Summary: Libraries for avahi run-time use
|
||||
# http://bugzilla.redhat.com/913168
|
||||
%if 0%{?fedora} < 20
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description libs
|
||||
The avahi-libs package contains the libraries needed
|
||||
@ -665,6 +661,9 @@ exit 0
|
||||
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user