From 270ede5b58ae7a0563dcc521d3889731afd539d2 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Jun 26 2020 01:12:12 +0000 Subject: add a CentOS Stream product definition --- diff --git a/SOURCES/0004-add-centos-stream-product-definition.patch b/SOURCES/0004-add-centos-stream-product-definition.patch new file mode 100644 index 0000000..1c0720e --- /dev/null +++ b/SOURCES/0004-add-centos-stream-product-definition.patch @@ -0,0 +1,33 @@ +diff -uNrp anaconda-33.16.3.5.orig/data/product.d/centos-stream.conf anaconda-33.16.3.5/data/product.d/centos-stream.conf +--- anaconda-33.16.3.5.orig/data/product.d/centos-stream.conf 1969-12-31 18:00:00.000000000 -0600 ++++ anaconda-33.16.3.5/data/product.d/centos-stream.conf 2020-06-25 20:09:07.254321790 -0500 +@@ -0,0 +1,29 @@ ++# Anaconda configuration file for CentOS Stream. ++ ++[Product] ++product_name = CentOS Stream ++ ++[Base Product] ++product_name = Red Hat Enterprise Linux ++ ++[Anaconda] ++# List of enabled Anaconda DBus modules for RHEL. ++# but without org.fedoraproject.Anaconda.Modules.Subscription ++kickstart_modules = ++ org.fedoraproject.Anaconda.Modules.Timezone ++ org.fedoraproject.Anaconda.Modules.Network ++ org.fedoraproject.Anaconda.Modules.Localization ++ org.fedoraproject.Anaconda.Modules.Security ++ org.fedoraproject.Anaconda.Modules.Users ++ org.fedoraproject.Anaconda.Modules.Payloads ++ org.fedoraproject.Anaconda.Modules.Storage ++ org.fedoraproject.Anaconda.Modules.Services ++ ++[Bootloader] ++efi_dir = centos ++ ++[User Interface] ++default_help_pages = ++ CentOSPlaceholder.txt ++ CentOSPlaceholder.html ++ CentOSPlaceholder.html diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index a3cbb5f..efeca83 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -16,6 +16,7 @@ Patch100: centos-l10n.patch Patch101: 0001-disable-subscription-spoke.py Patch102: 0002-add-centos-background-color.patch #Patch103: 0003-disable-subscription-button.patch +Patch104: 0004-add-centos-stream-product-definition.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things).