From 8e969ff97c04aa27a33920d93bba81847b6606b42f0e9be36d81704eb053395a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 29 May 2024 20:51:21 +0000 Subject: [PATCH] Fix Provides/Obsoletes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xdg-base-dirs?expand=0&rev=3 --- python-xdg-base-dirs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-xdg-base-dirs.spec b/python-xdg-base-dirs.spec index 39b1597..f4ab10c 100644 --- a/python-xdg-base-dirs.spec +++ b/python-xdg-base-dirs.spec @@ -32,8 +32,8 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -Provides: xdg = %{version}-%{release} -Obsoletes: xdg < %{version}-%{release} +Provides: python-xdg = %{version}-%{release} +Obsoletes: python-xdg < %{version}-%{release} %python_subpackages %description