Accepting request 602076 from network:samba:STABLE
- Remove the conflicts between python3-tdb and python-tdb. These packages don't actually conflict, and need to be installed together in order to build samba with python3. OBS-URL: https://build.opensuse.org/request/show/602076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdb?expand=0&rev=33
This commit is contained in:
commit
30131cf6fe
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 14:19:38 UTC 2018 - david.mulder@suse.com
|
||||
|
||||
- Remove the conflicts between python3-tdb and python-tdb. These
|
||||
packages don't actually conflict, and need to be installed
|
||||
together in order to build samba with python3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 12:18:30 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
4
tdb.spec
4
tdb.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tdb
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user