Add conflict between python-tdb and python3-tdb.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=83
This commit is contained in:
Lars Müller 2016-02-21 22:17:39 +00:00 committed by Git OBS Bridge
parent eed81cedbc
commit 21302ffc4f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 21 22:10:42 UTC 2016 - lmuelle@suse.com
- Add conflict between python-tdb and python3-tdb.
-------------------------------------------------------------------
Sun Feb 21 16:50:07 UTC 2016 - lmuelle@suse.com

View File

@ -119,6 +119,7 @@ This package contains tools to manage Tdb files.
Summary: Python bindings for the Tdb library
Group: Development/Libraries/Python
Requires: %{libtdb_name} = %{version}
Conflicts: python3-tdb
PreReq: /sbin/ldconfig
%description -n python-tdb
@ -130,6 +131,7 @@ This package contains the python bindings for the Tdb library.
Summary: Python3 bindings for the Tdb library
Group: Development/Libraries/Python
Requires: %{libtdb_name} = %{version}
Conflicts: python-tdb
PreReq: /sbin/ldconfig
%description -n python3-tdb