Accepting request 991593 from home:gmbr3:rpm4.18

fix

OBS-URL: https://build.opensuse.org/request/show/991593
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-rpm-packaging?expand=0&rev=4
This commit is contained in:
Callum Farmer 2022-07-28 20:06:16 +00:00 committed by Git OBS Bridge
parent d544ae03e7
commit 6b1e8ad326
2 changed files with 9 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Thu Jul 14 13:06:08 UTC 2022 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Wed Jun 30 13:47:17 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- initial version 0.0.0+163
- initial version 20210526+a18ca48
- Add patches from rpm:
* python3.patch
* disable-distrequires.patch

View File

@ -27,8 +27,8 @@ Source0: %{name}-%{version}.tar.xz
Patch0: python3.patch
Patch1: disable-distrequires.patch
BuildArch: noarch
Provides: rpm-build-python = 4.17.0
Obsoletes: rpm-build-python
Provides: rpm-build-python = 4.17.1
Obsoletes: rpm-build-python < 4.17.1
Requires: python3-base
# boo#1178257
Requires: python3-packaging
@ -53,6 +53,11 @@ install -Dm0755 scripts/* %{buildroot}%{_rpmconfigdir}
%files
%license COPYING
%doc README
%{_rpmconfigdir}/*
%{_fileattrsdir}/python.attr
%{_fileattrsdir}/pythondist.attr
%{_rpmconfigdir}/brp-python-bytecompile
%{_rpmconfigdir}/brp-python-hardlink
%{_rpmconfigdir}/pythondistdeps.py
%changelog