diff -uNrp oscap-anaconda-addon-0.9.orig/org_fedora_oscap/common.py oscap-anaconda-addon-0.9/org_fedora_oscap/common.py
--- oscap-anaconda-addon-0.9.orig/org_fedora_oscap/common.py 2018-04-13 13:00:58.000000000 +0000
+++ oscap-anaconda-addon-0.9/org_fedora_oscap/common.py 2018-11-21 14:34:05.807868425 +0000
@@ -52,12 +52,12 @@ INSTALLATION_CONTENT_DIR = "/tmp/opensca
TARGET_CONTENT_DIR = "/root/openscap_data/"
SSG_DIR = "/usr/share/xml/scap/ssg/content/"
-SSG_CONTENT = "ssg-rhel7-ds.xml"
+SSG_CONTENT = "ssg-centos7-ds.xml"
if constants.shortProductName != 'anaconda':
if constants.shortProductName == 'fedora':
SSG_CONTENT = "ssg-fedora-ds.xml"
else:
- SSG_CONTENT = "ssg-%s%s-ds.xml" % (constants.shortProductName,
+ SSG_CONTENT = "ssg-centos7-ds.xml" % (constants.shortProductName,
constants.productVersion.strip(".")[0])
RESULTS_PATH = utils.join_paths(TARGET_CONTENT_DIR,