Accepting request 557143 from home:dmulder:branches:network:samba:STABLE

Changes required for adding Python3 support to the samba package.

OBS-URL: https://build.opensuse.org/request/show/557143
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=95
This commit is contained in:
Aurelien Aptel 2018-03-19 15:12:13 +00:00 committed by Git OBS Bridge
parent 3720ec60e5
commit 50b72c20b1

View File

@ -95,7 +95,6 @@ This package contains tools to manage Tdb files.
Summary: Python bindings for the Tdb library
Group: Development/Libraries/Python
Requires: libtdb1 = %{version}
Conflicts: python3-tdb
%description -n python-tdb
This package contains the Python bindings for the Tdb library.
@ -104,7 +103,6 @@ This package contains the Python bindings for the Tdb library.
Summary: Python3 bindings for the Tdb library
Group: Development/Libraries/Python
Requires: libtdb1 = %{version}
Conflicts: python-tdb
%description -n python3-tdb
This package contains the Python3 bindings for the Tdb library.