Fix typo in Obsoletes

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-11-04 09:35:56 +01:00
parent 7ab611bd81
commit e2bd7bd744

View File

@ -10,7 +10,7 @@
Name: librepo Name: librepo
Version: 1.8.1 Version: 1.8.1
Release: 2%{?dist} Release: 3%{?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: python-platform-%{name} < 1.8.1-2 Obsoletes: platform-python-%{name} < 1.8.1-2
%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
* Sat Nov 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.1-3
- Fix typo in Obsoletes
* Fri Nov 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.1-2 * Fri Nov 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.1-2
- Remove platform-python subpackage - Remove platform-python subpackage