Accepting request 760397 from devel:languages:python:Factory
- Add provides in gdbm subpackage to provide dbm symbols. This allows us to use %%{python_module dbm} as a dependency and have it properly resolved for both python2 and python3 - Add provides in gdbm subpackage to provide dbm symbols. This allows us to use %%{python_module dbm} as a dependency and have it properly resolved for both python2 and python3 - Add provides in gdbm subpackage to provide dbm symbols. This allows us to use %%{python_module dbm} as a dependency and have it properly resolved for both python2 and python3 OBS-URL: https://build.opensuse.org/request/show/760397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=146
This commit is contained in:
commit
d0b6e0d24f
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 10:34:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Add provides in gdbm subpackage to provide dbm symbols. This
|
||||
allows us to use %%{python_module dbm} as a dependency and have
|
||||
it properly resolved for both python2 and python3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 08:47:01 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-base
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 10:34:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Add provides in gdbm subpackage to provide dbm symbols. This
|
||||
allows us to use %%{python_module dbm} as a dependency and have
|
||||
it properly resolved for both python2 and python3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 08:47:01 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-doc
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 10:34:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Add provides in gdbm subpackage to provide dbm symbols. This
|
||||
allows us to use %%{python_module dbm} as a dependency and have
|
||||
it properly resolved for both python2 and python3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 08:47:01 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -200,6 +200,10 @@ Requires: python-base = %{version}
|
||||
Obsoletes: pygdmod
|
||||
Provides: pygdmod
|
||||
Provides: python2-gdbm = %{version}
|
||||
# Compat to allow BR on python_module dbm and have it properly
|
||||
# pull in gdbm on py2 and dbm on py3
|
||||
Provides: python-dbm = %{version}
|
||||
Provides: python2-dbm = %{version}
|
||||
|
||||
%description gdbm
|
||||
An easy to use interface for GDBM databases. GDBM is the GNU
|
||||
|
Loading…
x
Reference in New Issue
Block a user