add build-aux.tar.bz2 (taken from rpm-4.18)

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=643
This commit is contained in:
Michael Schröder 2023-10-12 09:32:31 +00:00 committed by Git OBS Bridge
parent 6fc0fbf6cc
commit 573af0b198
3 changed files with 9 additions and 0 deletions

3
build-aux.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69ead89491a66ae6c1a960977b7cc567e56f74d535a022fc193334d78be838f1
size 21222

View File

@ -35,6 +35,8 @@ Wed Oct 11 17:07:14 CEST 2023 - mls@suse.de
- new patches:
* python_setup.diff
* rpmsort_reverse.diff
- new file:
* build-aux.tar.bz2 (taken from rpm-4.18)
-------------------------------------------------------------------
Tue Aug 8 12:39:25 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -67,6 +67,7 @@ Source8: rpmconfigcheck
Source9: sysconfig.services-rpm
Source12: baselibs.conf
Source13: rpmconfigcheck.service
Source14: build-aux.tar.bz2
# quilt patches start here
Patch5: usr-lib-sysimage-rpm.patch
Patch13: ignore-auxv.diff
@ -206,6 +207,9 @@ Provides and requires generator for .pl files and modules.
%prep
%setup -q -n rpm-%{version}
%ifarch aarch64 ppc64le riscv64
tar xf %{SOURCE14}
%endif
rm -rf sqlite
%patch -P 5 -P 12 -P 13 -P 18