- 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:
Marcus Meissner 2016-03-23 10:24:34 +00:00 committed by Git OBS Bridge
parent e5564e2ae3
commit bc955772b8
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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}