Blame SOURCES/oscap-anaconda-centos-paths.patch

fd2bce
diff --git a/org_fedora_oscap/common.py b/org_fedora_oscap/common.py
fd2bce
index f1aba4c..7873b50 100644
fd2bce
--- org_fedora_oscap/common.py
fd2bce
+++ org_fedora_oscap/common.py
fd2bce
@@ -48,8 +48,8 @@ __all__ = ["run_oscap_remediate", "get_fix_rules_pre", "wait_and_fetch_net_data"
fd2bce
 INSTALLATION_CONTENT_DIR = "/tmp/openscap_data/"
fd2bce
 TARGET_CONTENT_DIR = "/root/openscap_data/"
fd2bce
 
fd2bce
-SSG_DIR = "/usr/share/xml/scap/ssg/fedora/"
fd2bce
-SSG_XCCDF = "ssg-fedora-xccdf.xml"
fd2bce
+SSG_DIR = "/usr/share/xml/scap/ssg/content/"
Karanbir Singh 72e552
+SSG_XCCDF = "ssg-centos7-xccdf.xml"
fd2bce
 
fd2bce
 RESULTS_PATH = utils.join_paths(TARGET_CONTENT_DIR, "eval_remediate_results.xml")
fd2bce