From 157dbd4c4eff0543a60205e7be2939a9c1124780 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Mon, 6 Jul 2015 13:00:39 +0200 Subject: [PATCH 4/9] Use the openscap-scanner package instead of openscap-utils (#1240249) openscap-utils pulls openscap-scanner as a dependency and openscap-scanner is enough to perform the scan on the installed system. Signed-off-by: Vratislav Podzimek --- org_fedora_oscap/ks/oscap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org_fedora_oscap/ks/oscap.py b/org_fedora_oscap/ks/oscap.py index f3ca15d..1b44913 100644 --- a/org_fedora_oscap/ks/oscap.py +++ b/org_fedora_oscap/ks/oscap.py @@ -44,7 +44,7 @@ SUPPORTED_URL_PREFIXES = ("http://", "https://", "ftp://" # LABEL:?, hdaX:?, ) -REQUIRED_PACKAGES = ("openscap", "openscap-utils", ) +REQUIRED_PACKAGES = ("openscap", "openscap-scanner", ) FINGERPRINT_REGEX = re.compile(r'^[a-z0-9]+$') -- 2.4.3