SHA256
6
0
forked from pool/rpm

Accepting request 576971 from home:Andreas_Schwab:Factory

- auto-config-update-aarch64-ppc64le.diff: Update for riscv64 and enable
  it there

OBS-URL: https://build.opensuse.org/request/show/576971
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=444
This commit is contained in:
2018-02-15 12:14:27 +00:00
committed by Git OBS Bridge
parent 63d6cf9855
commit 69e0ecaa4f
4 changed files with 12 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ BuildRequires: zlib-devel
Provides: rpminst
Requires(post): %fillup_prereq
Summary: The RPM Package Manager
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Packages
Version: 4.14.1
Release: 0
@@ -229,7 +229,7 @@ rm -f rpmdb/db.h
%patch -P 100 -P 102 -P 103 -P 108
%patch -P 109 -P 111 -P 112
%ifarch aarch64 ppc64le
%ifarch aarch64 ppc64le riscv64
%patch6464
%endif
@@ -352,7 +352,7 @@ for i in /usr/share/automake-*/*; do
fi
done
popd
%ifarch aarch64 ppc64le
%ifarch aarch64 ppc64le riscv64
install -m 755 config.guess %{buildroot}/usr/lib/rpm
install -m 755 config.sub %{buildroot}/usr/lib/rpm
%endif