forked from pool/openscap
- enable the SCE (script checking engine)
- enable the CCE (Common Configuration Enumeration) OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=151
This commit is contained in:
parent
e5564e2ae3
commit
bc955772b8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 23 10:21:27 UTC 2016 - meissner@suse.com
|
||||||
|
|
||||||
|
- enable the SCE (script checking engine)
|
||||||
|
- enable the CCE (Common Configuration Enumeration)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 19 10:22:08 UTC 2016 - meissner@suse.com
|
Tue Jan 19 10:22:08 UTC 2016 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -153,9 +153,9 @@ commonly used and require additional dependencies.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%if 0%{?with_bindings}
|
%if 0%{?with_bindings}
|
||||||
%configure --disable-silent-rules
|
%configure --disable-silent-rules --enable-sce --enable-cce
|
||||||
%else
|
%else
|
||||||
%configure --disable-silent-rules --disable-bindings --disable-python --disable-python3
|
%configure --disable-silent-rules --enable-sce --enable-cce --disable-bindings --disable-python --disable-python3
|
||||||
%endif
|
%endif
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user