Accepting request 864328 from Base:System
- Add explicit requirement on python-rpm-macros to avoid widespread breakage by package mistakenly ignoring their requirement of python-rpm-macros (bsc#1180125). (forwarded request 864326 from mcepl) OBS-URL: https://build.opensuse.org/request/show/864328 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=285
This commit is contained in:
commit
ca81b937a8
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 14 15:40:39 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Add explicit requirement on python-rpm-macros to avoid widespread
|
||||||
|
breakage by package mistakenly ignoring their requirement of
|
||||||
|
python-rpm-macros (bsc#1180125).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 21 16:29:40 CET 2020 - mls@suse.de
|
Mon Dec 21 16:29:40 CET 2020 - mls@suse.de
|
||||||
|
|
||||||
|
3
rpm.spec
3
rpm.spec
@ -215,6 +215,9 @@ and requires some packages that are usually required.
|
|||||||
Summary: RPM dependency generator for Python
|
Summary: RPM dependency generator for Python
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Requires: python3-base
|
Requires: python3-base
|
||||||
|
# To avoid widespread breakage by package mistakenly ignoring
|
||||||
|
# their requirement of python-rpm-macros (bsc#1180125)
|
||||||
|
Requires: python-rpm-macros
|
||||||
|
|
||||||
%description build-python
|
%description build-python
|
||||||
Provides and requires generator for .py files and modules.
|
Provides and requires generator for .py files and modules.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user