From 94594a0202c003e880182a7c4e647c70b9f00e56 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Nov 04 2018 17:32:07 +0000 Subject: Manual CentOS Debranding --- diff --git a/SPECS/scap-security-guide.spec b/SPECS/scap-security-guide.spec index f0a7cd7..2c04514 100644 --- a/SPECS/scap-security-guide.spec +++ b/SPECS/scap-security-guide.spec @@ -128,7 +128,7 @@ mkdir -p build && cd build -DSSG_PRODUCT_UBUNTU16:BOOL=OFF \ -DSSG_PRODUCT_WRLINUX:BOOL=OFF \ -DSSG_PRODUCT_OL7:BOOL=OFF \ --DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=OFF \ +-DSSG_CENTOS_DERIVATIVES_ENABLED:BOOL=ON \ -DSSG_SCIENTIFIC_LINUX_DERIVATIVES_ENABLED:BOOL=OFF \ ../ make %{?_smp_mflags} @@ -139,6 +139,7 @@ ctest %{?_smp_mflags} -E linkchecker --output-on-failure %install cd build +sed 's/Red Hat Enterprise Linux/CentOS Linux/g' -i ssg-centos*.xml %make_install %files @@ -159,6 +160,9 @@ cd build %doc build/guides/ssg-*-guide-*.html %changelog +* Sun Nov 4 2018 Johnny Hughes - 0.1.40-12 +- Manual CentOS Debranding + * Tue Sep 25 2018 Watson Yuuma Sato - 0.1.40-12 - Fix malformed patch for removal of abrt and sendmail (RHBZ#1619689)