From d7f50ce6f1e7d80a60a6909cf096f79557747a4a09bcdb543a68466dcd4b68d7 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 5 May 2017 21:49:29 +0000 Subject: [PATCH] Accepting request 493089 from home:TheBlackCat:branches:devel:languages:python - Don't provide python2-xdg. Singlespec packages should use the correct name. OBS-URL: https://build.opensuse.org/request/show/493089 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyxdg?expand=0&rev=7 --- python-pyxdg.changes | 6 ++++++ python-pyxdg.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-pyxdg.changes b/python-pyxdg.changes index ee893fe..d15014d 100644 --- a/python-pyxdg.changes +++ b/python-pyxdg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 5 21:47:54 UTC 2017 - toddrme2178@gmail.com + +- Don't provide python2-xdg. Singlespec packages should use the + correct name. + ------------------------------------------------------------------- Mon May 1 18:49:28 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pyxdg.spec b/python-pyxdg.spec index 8662261..fd9177b 100644 --- a/python-pyxdg.spec +++ b/python-pyxdg.spec @@ -45,12 +45,14 @@ Requires: shared-mime-info BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch # Change <= to < after version 0.25 -Provides: python-xdg = %{version} -Obsoletes: python-xdg <= %{version} %ifpython2 Obsoletes: %{oldpython}-xdg < %{version} Provides: %{oldpython}-xdg <= %{version} %endif +%ifpython3 +Provides: python3-xdg = %{version} +Obsoletes: python3-xdg <= %{version} +%endif %python_subpackages %description