SHA256
3
0
forked from pool/fillup

Accepting request 999042 from Base:System

OBS-URL: https://build.opensuse.org/request/show/999042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fillup?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2022-08-31 16:08:24 +00:00 committed by Git OBS Bridge
commit 4e7b137849
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 24 10:45:42 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Makefile is not parallel-safe
-------------------------------------------------------------------
Wed Apr 27 10:14:27 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -73,7 +73,8 @@ ln -sf %{_bindir}/fillup $RPM_BUILD_ROOT/bin
%endif
%check
make %{?_smp_mflags} test OPTISPLUS="%{optflags}"
# Makefile is not parallel-safe
make test OPTISPLUS="%{optflags}"
%files
%defattr(-,root,root)