[OS-BUILD PATCHv4 7/7] redhat/self-test: Update self-test data

2023-02-15 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Update self-test data Update the self-test data to reflect the variable changes for SPECPACKAGE_NAME. Signed-off-by: Prarit Bhargava diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7 b/redhat/self-test/data/centos-2585cf9dfaad.el7 index

[OS-BUILD PATCHv4 6/7] redhat/kernel.spec.template: Fix hardcoded "kernel"

2023-02-15 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Fix hardcoded "kernel" There are a few places where kernel is hardcoded in the spec. Replace hardcoded "kernel" with the package name, %{name}. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template

[OS-BUILD PATCHv4 5/7] redhat/configs/generate_all_configs.sh: Fix config naming

2023-02-15 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs/generate_all_configs.sh: Fix config naming The existing config naming hardcoded the number of hyphens in the config string name, causing SPECPACKAGE_NAME strings with hyphens to fail. Fix the config naming to allow for hyphens in the package name.

[OS-BUILD PATCHv4 4/7] redhat/kernel.spec.template: Pass SPECPACKAGE_NAME to generate_all_configs.sh

2023-02-15 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Pass SPECPACKAGE_NAME to generate_all_configs.sh Pass the SPECPACKAGE_NAME variable to the generate_all_configs.sh script. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index

[OS-BUILD PATCHv4 3/7] kernel.spec.template: Use SPECPACKAGE_NAME

2023-02-15 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava kernel.spec.template: Use SPECPACKAGE_NAME The SPECPACKAGE_NAME variable is used to change the kernel RPM name. The variable should be used to override the RPM name field. This also requires changing the name of the kernel config files to use %{name}. Use

[OS-BUILD PATCHv4 0/7] redhat: Fix PACKAGE_NAME variable

2023-02-15 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2253 The PACKAGE_NAME variable description implies that 'make PACKAGE_NAME="foo" dist-all-rpms' will create a set of rpms with Name "foo". This, unfortunately, does not work. The

[OS-BUILD PATCH] Fix underline mark-up after text change

2023-02-15 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Fix underline mark-up after text change After MR 2278, the docs build was broken complaining that the underline was too short. Renaming pending-ark to pending-rhel required adding a character to the underline to match. Signed-off-by: Justin M. Forbes diff --git