forked from pool/python-rpm-packaging
Accepting request 989169 from home:bnavigator:branches:Base:System
Let's see if this explodes in our faces with ring0 cycles? - Add python3-packaging as requirement boo#1178257 OBS-URL: https://build.opensuse.org/request/show/989169 OBS-URL: https://build.opensuse.org/package/show/Base:System/python-rpm-packaging?expand=0&rev=3
This commit is contained in:
parent
153d887290
commit
d544ae03e7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 14 13:06:08 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Add python3-packaging as requirement boo#1178257
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 30 13:47:17 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
Wed Jun 30 13:47:17 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rpm-packaging
|
# spec file for package python-rpm-packaging
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,6 +30,8 @@ BuildArch: noarch
|
|||||||
Provides: rpm-build-python = 4.17.0
|
Provides: rpm-build-python = 4.17.0
|
||||||
Obsoletes: rpm-build-python
|
Obsoletes: rpm-build-python
|
||||||
Requires: python3-base
|
Requires: python3-base
|
||||||
|
# boo#1178257
|
||||||
|
Requires: python3-packaging
|
||||||
# To avoid widespread breakage by package mistakenly ignoring
|
# To avoid widespread breakage by package mistakenly ignoring
|
||||||
# their requirement of python-rpm-macros (bsc#1180125)
|
# their requirement of python-rpm-macros (bsc#1180125)
|
||||||
Requires: python-rpm-macros
|
Requires: python-rpm-macros
|
||||||
|
Loading…
Reference in New Issue
Block a user