diff --git a/SPECS/scap-security-guide.spec b/SPECS/scap-security-guide.spec index 137fa78..f38890b 100644 --- a/SPECS/scap-security-guide.spec +++ b/SPECS/scap-security-guide.spec @@ -78,13 +78,15 @@ been generated from XCCDF benchmarks present in %{name} package. -DSSG_PRODUCT_UBUNTU1604:BOOL=OFF \ -DSSG_PRODUCT_WRLINUX:BOOL=OFF \ -DSSG_PRODUCT_WEBMIN:BOOL=OFF \ --DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=OFF \ +-DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=ON \ -DSSG_SCIENTIFIC_LINUX_DERIVATIVES_ENABLED:BOOL=OFF . make %{?_smp_mflags} %install %make_install +sed 's/Red Hat Enterprise Linux/CentOS Linux/g' -i ssg-centos*.xml + %files %defattr(-,root,root,-) %{_datadir}/xml/scap @@ -102,6 +104,9 @@ make %{?_smp_mflags} %doc guides/ssg-*-guide-*.html %changelog +* Thu Oct 19 2017 Johnny Hughes 0.1.33-6 +- Manual CentOS debranding + * Tue Sep 19 2017 Watson Sato 0.1.33-6 - Dropped remediation that makes system not accessible by SSH (RHBZ#1478414)