Accepting request 1010321 from home:Andreas_Schwab:Factory
- Don't strip binaries - Work around a signal mask issue with qemu linux-user emulation OBS-URL: https://build.opensuse.org/request/show/1010321 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=360
This commit is contained in:
parent
ad93408ffe
commit
9a41239ff4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 12 17:37:47 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Don't strip binaries
|
||||||
|
- Work around a signal mask issue with qemu linux-user emulation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 12 11:30:01 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
Wed Oct 12 11:30:01 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -283,6 +283,12 @@ rl1=($(sed -rn '/RL_READLINE_VERSION/p' lib/readline/readline.h))
|
|||||||
rl2=($(sed -rn '/RL_READLINE_VERSION/p' %{_includedir}/readline/readline.h))
|
rl2=($(sed -rn '/RL_READLINE_VERSION/p' %{_includedir}/readline/readline.h))
|
||||||
test ${rl1[2]} = ${rl2[2]} || exit 1
|
test ${rl1[2]} = ${rl2[2]} || exit 1
|
||||||
|
|
||||||
|
%if 0%{?qemu_user_space_build}
|
||||||
|
# Something in qemu clobbers the signal mask to block SIGALRM during the
|
||||||
|
# execution of this test, causing it to hang. Skip it.
|
||||||
|
echo exit 0 > tests/read7.sub
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
LANG=POSIX
|
LANG=POSIX
|
||||||
LC_ALL=$LANG
|
LC_ALL=$LANG
|
||||||
@ -548,7 +554,6 @@ EOF
|
|||||||
%find_lang bash
|
%find_lang bash
|
||||||
%fdupes -s %{buildroot}%{_datadir}/bash/helpfiles
|
%fdupes -s %{buildroot}%{_datadir}/bash/helpfiles
|
||||||
sed -ri '1{ s@/bin/sh@/bin/bash@ }' %{buildroot}%{_bindir}/bashbug
|
sed -ri '1{ s@/bin/sh@/bin/bash@ }' %{buildroot}%{_bindir}/bashbug
|
||||||
strip --strip-unneeded %{buildroot}%{_bindir}/bash
|
|
||||||
|
|
||||||
%if %{with alternatives}
|
%if %{with alternatives}
|
||||||
%post -p %{_bindir}/bash
|
%post -p %{_bindir}/bash
|
||||||
|
Loading…
Reference in New Issue
Block a user