Use better Obsoletes for platform-python

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-11-07 12:06:37 +01:00
parent e2bd7bd744
commit 52e93c8932

View File

@ -10,7 +10,7 @@
Name: librepo Name: librepo
Version: 1.8.1 Version: 1.8.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: Repodata downloading library Summary: Repodata downloading library
License: LGPLv2+ License: LGPLv2+
@ -68,7 +68,7 @@ BuildRequires: python3-nose
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
BuildRequires: python3-pyxattr BuildRequires: python3-pyxattr
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Obsoletes: platform-python-%{name} < 1.8.1-2 Obsoletes: platform-python-%{name} < %{version}-%{release}
%description -n python3-%{name} %description -n python3-%{name}
Python 3 bindings for the librepo library. Python 3 bindings for the librepo library.
@ -140,6 +140,9 @@ popd
%endif %endif
%changelog %changelog
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.1-4
- Use better Obsoletes for platform-python
* Sat Nov 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.1-3 * Sat Nov 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.1-3
- Fix typo in Obsoletes - Fix typo in Obsoletes