forked from pool/python-rpm-packaging
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:
parent
d544ae03e7
commit
6b1e8ad326
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user