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