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.