From 2f8687e7d51d85dd0cd8e1293747715ead2ceee0a8e3c84bd2858393fc4b92ff Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 3 Feb 2019 19:26:13 +0000 Subject: [PATCH] Add missing Obsoletes for python2-librepo OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=12 --- librepo.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/librepo.spec b/librepo.spec index 08a170e..e867c3e 100644 --- a/librepo.spec +++ b/librepo.spec @@ -91,6 +91,8 @@ BuildRequires: python3-nose BuildRequires: python3-Sphinx BuildRequires: python3-xattr Requires: %{libname}%{?_isa} = %{version}-%{release} +# There is no more Python 2 subpackage +Obsoletes: python2-librepo < 1.9.3 %description -n python3-librepo This package provides the Python 3 bindings for the librepo library.