From 9664c3c2967a10ec5c9a2c0e58c5e60e868ec9d4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 07 2017 11:06:47 +0000 Subject: Use better Obsoletes for platform-python Signed-off-by: Igor Gnatenko --- diff --git a/libdnf.spec b/libdnf.spec index bd716a9..cf13208 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -22,7 +22,7 @@ Name: libdnf Version: 0.11.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -85,7 +85,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} # Fix problem with hawkey - dnf version incompatibility # Can be deleted for distros where only python3-dnf >= 2.0.0 Conflicts: python3-dnf < %{dnf_conflict} -Obsoletes: platform-python-hawkey < 0.11.1-2 +Obsoletes: platform-python-hawkey < %{version}-%{release} %description -n python3-hawkey Python 3 bindings for the hawkey library. @@ -165,6 +165,9 @@ popd %endif %changelog +* Tue Nov 07 2017 Igor Gnatenko - 0.11.1-3 +- Use better Obsoletes for platform-python + * Fri Nov 03 2017 Igor Gnatenko - 0.11.1-2 - Remove platform-python subpackage