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:
parent
eed81cedbc
commit
21302ffc4f
@ -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
|
Sun Feb 21 16:50:07 UTC 2016 - lmuelle@suse.com
|
||||||
|
|
||||||
|
2
tdb.spec
2
tdb.spec
@ -119,6 +119,7 @@ This package contains tools to manage Tdb files.
|
|||||||
Summary: Python bindings for the Tdb library
|
Summary: Python bindings for the Tdb library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: %{libtdb_name} = %{version}
|
Requires: %{libtdb_name} = %{version}
|
||||||
|
Conflicts: python3-tdb
|
||||||
PreReq: /sbin/ldconfig
|
PreReq: /sbin/ldconfig
|
||||||
|
|
||||||
%description -n python-tdb
|
%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
|
Summary: Python3 bindings for the Tdb library
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: %{libtdb_name} = %{version}
|
Requires: %{libtdb_name} = %{version}
|
||||||
|
Conflicts: python-tdb
|
||||||
PreReq: /sbin/ldconfig
|
PreReq: /sbin/ldconfig
|
||||||
|
|
||||||
%description -n python3-tdb
|
%description -n python3-tdb
|
||||||
|
Loading…
Reference in New Issue
Block a user