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
This commit is contained in:
parent
984536dbfb
commit
d7f50ce6f1
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user