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:
commit
4e7b137849
@ -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>
|
Wed Apr 27 10:14:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -73,7 +73,8 @@ ln -sf %{_bindir}/fillup $RPM_BUILD_ROOT/bin
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} test OPTISPLUS="%{optflags}"
|
# Makefile is not parallel-safe
|
||||||
|
make test OPTISPLUS="%{optflags}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user