From e2bd7bd744535f1d95bbd52b386bcdb17adc902f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 4 Nov 2017 09:35:56 +0100 Subject: [PATCH] Fix typo in Obsoletes Signed-off-by: Igor Gnatenko --- librepo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/librepo.spec b/librepo.spec index 6bc0e7d..0745c0d 100644 --- a/librepo.spec +++ b/librepo.spec @@ -10,7 +10,7 @@ Name: librepo Version: 1.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Repodata downloading library License: LGPLv2+ @@ -68,7 +68,7 @@ BuildRequires: python3-nose BuildRequires: python3-sphinx BuildRequires: python3-pyxattr 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} Python 3 bindings for the librepo library. @@ -140,6 +140,9 @@ popd %endif %changelog +* Sat Nov 04 2017 Igor Gnatenko - 1.8.1-3 +- Fix typo in Obsoletes + * Fri Nov 03 2017 Igor Gnatenko - 1.8.1-2 - Remove platform-python subpackage