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:
parent
6fc0fbf6cc
commit
573af0b198
3
build-aux.tar.bz2
Normal file
3
build-aux.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69ead89491a66ae6c1a960977b7cc567e56f74d535a022fc193334d78be838f1
|
||||||
|
size 21222
|
@ -35,6 +35,8 @@ Wed Oct 11 17:07:14 CEST 2023 - mls@suse.de
|
|||||||
- new patches:
|
- new patches:
|
||||||
* python_setup.diff
|
* python_setup.diff
|
||||||
* rpmsort_reverse.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>
|
Tue Aug 8 12:39:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
4
rpm.spec
4
rpm.spec
@ -67,6 +67,7 @@ Source8: rpmconfigcheck
|
|||||||
Source9: sysconfig.services-rpm
|
Source9: sysconfig.services-rpm
|
||||||
Source12: baselibs.conf
|
Source12: baselibs.conf
|
||||||
Source13: rpmconfigcheck.service
|
Source13: rpmconfigcheck.service
|
||||||
|
Source14: build-aux.tar.bz2
|
||||||
# quilt patches start here
|
# quilt patches start here
|
||||||
Patch5: usr-lib-sysimage-rpm.patch
|
Patch5: usr-lib-sysimage-rpm.patch
|
||||||
Patch13: ignore-auxv.diff
|
Patch13: ignore-auxv.diff
|
||||||
@ -206,6 +207,9 @@ Provides and requires generator for .pl files and modules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n rpm-%{version}
|
%setup -q -n rpm-%{version}
|
||||||
|
%ifarch aarch64 ppc64le riscv64
|
||||||
|
tar xf %{SOURCE14}
|
||||||
|
%endif
|
||||||
|
|
||||||
rm -rf sqlite
|
rm -rf sqlite
|
||||||
%patch -P 5 -P 12 -P 13 -P 18
|
%patch -P 5 -P 12 -P 13 -P 18
|
||||||
|
Loading…
x
Reference in New Issue
Block a user