forked from pool/python-pysmbc
Accepting request 933208 from devel:languages:python
- Remove python2 guard so we always Provide/Obsolete the old name. OBS-URL: https://build.opensuse.org/request/show/933208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysmbc?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 23 06:59:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Remove python2 guard so we always Provide/Obsolete the old name.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 14 12:05:43 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
Thu Jan 14 12:05:43 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -37,10 +37,8 @@ BuildRequires: python-rpm-macros
|
|||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
%endif
|
%endif
|
||||||
%ifpython2
|
|
||||||
Obsoletes: %{oldpython}-smbc < %{version}
|
Obsoletes: %{oldpython}-smbc < %{version}
|
||||||
Provides: %{oldpython}-smbc = %{version}
|
Provides: %{oldpython}-smbc = %{version}
|
||||||
%endif
|
|
||||||
Obsoletes: python-smbc < %{version}-%{release}
|
Obsoletes: python-smbc < %{version}-%{release}
|
||||||
Provides: python-smbc = %{version}-%{release}
|
Provides: python-smbc = %{version}-%{release}
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Reference in New Issue
Block a user