drop obsoletes in future Fedora and EL versions (#1002080)
This commit is contained in:
parent
72be583314
commit
f2d69f1d88
@ -12,7 +12,7 @@
|
||||
Summary: A dynamic, any to any, pixel format conversion library
|
||||
Name: babl
|
||||
Version: 0.1.10
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
|
||||
# Compute some version related macros
|
||||
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
||||
@ -40,9 +40,11 @@ Summary: Headers for developing programs that will use %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
%if ! (0%{?fedora} >= 22 || 0%{?rhel} >= 8)
|
||||
# Split off devel docs from 0.1.2-2 on
|
||||
Obsoletes: %{name}-devel < 0.1.2-2%{?dist}
|
||||
Conflicts: %{name}-devel < 0.1.2-2%{?dist}
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
This package contains the libraries and header files needed for
|
||||
@ -122,6 +124,9 @@ rm -rf %{buildroot}
|
||||
%doc %{develdocdir}
|
||||
|
||||
%changelog
|
||||
* Tue Jul 29 2014 Nils Philippsen <nils@redhat.com> - 0.1.10-10
|
||||
- drop obsoletes in future Fedora and EL versions (#1002080)
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.10-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user