From f3792fae108c34a2696406dbe82b724969f985cf Mon Sep 17 00:00:00 2001 From: Carl George Date: Jul 21 2020 00:18:53 +0000 Subject: Manual CentOS debranding --- diff --git a/SOURCES/dist.sh b/SOURCES/dist.sh index db6c053..23bb032 100755 --- a/SOURCES/dist.sh +++ b/SOURCES/dist.sh @@ -25,7 +25,7 @@ function check_rhl { } function check_rhel { - egrep -q "(Enterprise|Advanced)" $RELEASEFILE && echo $DISTNUM + egrep -q "(Enterprise|Advanced|CentOS)" $RELEASEFILE && echo $DISTNUM } function check_fedora { diff --git a/SPECS/redhat-rpm-config.spec b/SPECS/redhat-rpm-config.spec index 7f8b443..670a324 100644 --- a/SPECS/redhat-rpm-config.spec +++ b/SPECS/redhat-rpm-config.spec @@ -4,7 +4,7 @@ # 2) When making changes, update version by +1, leave release alone. # -Summary: Red Hat specific rpm configuration files +Summary: CentOS specific rpm configuration files Name: redhat-rpm-config Version: 123 Release: 1%{?dist} @@ -118,7 +118,7 @@ Provides: system-rpm-config = %{version}-%{release} %global rrcdir /usr/lib/rpm/redhat %description -Red Hat specific rpm configuration files. +CentOS specific rpm configuration files. %package -n kernel-rpm-macros Summary: Macros and scripts for building kernel module packages.