forked from pool/audit
Accepting request 573323 from home:michel_mno:branches:security
- force -j1 for PowerPC make check to avoid build failure (lookup_test.o: file not recognized: File truncated) OBS-URL: https://build.opensuse.org/request/show/573323 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=96
This commit is contained in:
parent
b1e7f92a48
commit
c2369388d3
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 6 13:24:43 UTC 2018 - normand@linux.vnet.ibm.com
|
||||||
|
|
||||||
|
- force -j1 for PowerPC make check to avoid build failure
|
||||||
|
(lookup_test.o: file not recognized: File truncated)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 17 15:25:55 UTC 2018 - tchvatal@suse.com
|
Wed Jan 17 15:25:55 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -173,7 +173,11 @@ ln -s service %{buildroot}%{_sbindir}/rcauditd
|
|||||||
chmod 0644 %{buildroot}%{_unitdir}/auditd.service
|
chmod 0644 %{buildroot}%{_unitdir}/auditd.service
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifarch ppc ppc64 ppc64le
|
||||||
|
make -j1 check
|
||||||
|
%else
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n audit
|
%post -n audit
|
||||||
# Save existing audit files if any (from old locations)
|
# Save existing audit files if any (from old locations)
|
||||||
|
Loading…
Reference in New Issue
Block a user