From fd51674578afa18494af43e8bff716ec749197790efecaa045c43f85de19ebbe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 1 Feb 2022 12:47:44 +0000 Subject: [PATCH] - invoke find-lang.sh with bash, it is a bash script (bsc#1195391) by ~220MB (bsc#1195390) OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=595 --- rpm.changes | 7 ++++++- rpm.spec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/rpm.changes b/rpm.changes index a4ca96a..ae5c0ec 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,8 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 1 12:47:02 UTC 2022 - Dirk Müller + +- invoke find-lang.sh with bash, it is a bash script (bsc#1195391) + ------------------------------------------------------------------- Fri Jan 28 14:19:02 UTC 2022 - Dirk Müller - switch to glibc-locale-base to reduce system installation size - by ~220MB + by ~220MB (bsc#1195390) ------------------------------------------------------------------- Wed Dec 22 14:57:27 CET 2021 - olaf@aepfle.de diff --git a/rpm.spec b/rpm.spec index 2baf4c3..ae0890d 100644 --- a/rpm.spec +++ b/rpm.spec @@ -378,7 +378,7 @@ install -m 755 build-aux/config.sub %{buildroot}/usr/lib/rpm rm -rf %{buildroot}/%{_libdir}/python%{py_ver} rm -f %{buildroot}%{_libdir}/*.la rm -f %{buildroot}%{_libdir}/rpm-plugins/*.la -sh %{buildroot}/usr/lib/rpm/find-lang.sh %{buildroot} rpm +bash %{buildroot}/usr/lib/rpm/find-lang.sh %{buildroot} rpm # On arm the kernel architecture is ignored. Not the best idea, but lets stay compatible with other distros %ifarch armv7hl armv6hl # rpm is using the host_cpu as default for the platform, but armv6/7hl is not known by the kernel.