Accepting request 991496 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/991496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=57
This commit is contained in:
Richard Brown 2022-07-29 14:47:08 +00:00 committed by Git OBS Bridge
commit 89d0d58f32
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 26 15:49:09 UTC 2022 - Fabian Vogt <fvogt@suse.com>
- Unset MALLOC_PERTURB_ to speed up %check significantly
(boo#1201884, gh#hercules-team#768)
-------------------------------------------------------------------
Tue Apr 26 08:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -114,6 +114,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
%check
# This causes a >20x slowdown otherwise (boo#1201884)
unset MALLOC_PERTURB_
%make_build check
%post -n libaugeas0 -p /sbin/ldconfig