From bc955772b86daccd24d2c38aefd8825055407fda70165090e79d906610a1cfda Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 23 Mar 2016 10:24:34 +0000 Subject: [PATCH] - 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 --- openscap.changes | 6 ++++++ openscap.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/openscap.changes b/openscap.changes index 0772192..0b96a86 100644 --- a/openscap.changes +++ b/openscap.changes @@ -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 diff --git a/openscap.spec b/openscap.spec index 1374568..5ad31a0 100644 --- a/openscap.spec +++ b/openscap.spec @@ -153,9 +153,9 @@ commonly used and require additional dependencies. %build %if 0%{?with_bindings} -%configure --disable-silent-rules +%configure --disable-silent-rules --enable-sce --enable-cce %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 %__make %{?_smp_mflags}