[OS-BUILD PATCH] redhat/docs: Add a description of kernel naming

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/docs: Add a description of kernel naming Add a file that describes how kernel NVRs are constructed. Signed-off-by: Prarit Bhargava diff --git a/redhat/docs/index.rst b/redhat/docs/index.rst index blahblah..blahblah 100644 --- a/redhat/docs/index.rst +++

[OS-BUILD PATCH] redhat/configs: Fix rm warning on error

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/configs: Fix rm warning on error When an unset config is found, process_configs.sh cleans up and returns an error. In this case the .newconfigs file is not created and errors like rm: cannot remove '.newoptions18': No such file or directory rm: cannot remove

Re: [OS-BUILD PATCHv2 0/17] redhat/Makefile: General improvements and fixes

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1757#note_945045363 >I quickly took a look at the state of things after this patchset and noticed a few odd things I thought I mention; some or all of them are from before this patchset, but with all

[OS-BUILD PATCHv2 9/17] redhat/kernel.spec.template: Move genspec variables into one section

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Move genspec variables into one section Move the genspec variables into one section. This re-introduces the SPECKVERSION variable into the specfile. Additional fix: add a tarfile_release variable that maps to SPECTARFILE_RELEASE.

[OS-BUILD PATCHv2 16/17] redhat/Makefile: Rename PREBUILD to UPSTREAMBUILD

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename PREBUILD to UPSTREAMBUILD PREBUILD isn't a good name for this variable. It is the portion of the string that references upstream build information. Rename it to UPSTREAMBUILD. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile

[OS-BUILD PATCHv2 17/17] self-test/data/create-data.sh: Avoid SINGLE_TARBALL warning

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava self-test/data/create-data.sh: Avoid SINGLE_TARBALL warning 'make dist-self-test-data' outputs the warning "Makefile:25: WARNING: SINGLE_TARBALL will be deprecated in a later release." Unset the parameter before the make calls. Signed-off-by: Prarit Bhargava diff --git

[OS-BUILD PATCHv2 14/17] redhat/Makefile: Fix dist-brew & distg-brew targets

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Fix dist-brew & distg-brew targets The dist-brew and distg-brew targets always require some variable manipulation on the command line. Hardcode DIST, DISTRO, and SCRATCH_TARGET to always create a "RHEL9" brew build. Signed-off-by: Prarit Bhargava diff

[OS-BUILD PATCHv2 12/17] redhat/scripts/new_release.sh: Use Makefile variables

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/scripts/new_release.sh: Use Makefile variables Use Makefile variables in new_release.sh. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -607,7 +607,7 @@

[OS-BUILD PATCHv2 15/17] redhat/Makefile: Rename BUILDID to LOCALVERSION

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename BUILDID to LOCALVERSION BUILDID isn't a very descriptive name. Rename the variable to LOCALVERSION. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++

[OS-BUILD PATCHv2 13/17] redhat/Makefile: Reorganize MARKER code

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Reorganize MARKER code Reorganize the MARKER code. MARKER is always UPSTREAM_TARBALL_NAME prefixed with a 'v'. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++

[OS-BUILD PATCHv2 11/17] redhat/Makefile: Rename __YSTREAM and __ZSTREAM

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename __YSTREAM and __ZSTREAM The __YSTREAM and __ZSTREAM names can be replaced with YSTREAM_FLAG and ZSTREAM_FLAG. This makes future changes easier. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv2 10/17] redhat/genspec.sh: Add comment about SPECBUILDID variable

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec.sh: Add comment about SPECBUILDID variable Add a comment about the non-obvious use of SPECBUILDID in the specfile. Move the definition of SPECRELEASE to a better location. Signed-off-by: Prarit Bhargava diff --git a/redhat/genspec.sh b/redhat/genspec.sh

[OS-BUILD PATCHv2 8/17] redhat/kernel.spec.template: Remove kversion

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Remove kversion Remove kversion. It is unused. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++

[OS-BUILD PATCHv2 7/17] redhat/Makefile: Add SPECTARFILE_RELEASE comment

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Add SPECTARFILE_RELEASE comment Add comment about the SPECTARFILE_RELEASE variable. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -246,11

[OS-BUILD PATCHv2 4/17] redhat/Makefile: Move SPECRELEASE to genspec.sh

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Move SPECRELEASE to genspec.sh Move SPECRELEASE to genspec.sh. It is the only place it is used. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@

[OS-BUILD PATCHv2 6/17] redhat/Makefile: Rename RPMVERSION to BASEVERSION

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMVERSION to BASEVERSION RPMVERSION is the rpm NVR without the dist tag. It is not the RPM version so RPMVERSION is not an accurate name for this field. Rename RPMVERSION to BASEVERSION. Signed-off-by: Prarit Bhargava diff --git

[OS-BUILD PATCHv2 3/17] redhat/Makefile: Add kernel-NVR comment

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Add kernel-NVR comment Add a comment explaining the variables used in constructing the kernel package's NVR, and reorganize the variables. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv2 5/17] redhat/Makefile: Target whitespace cleanup

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Target whitespace cleanup Some simple whitespace cleanups. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -442,7 +442,6 @@ $(KABIDW_TARBALL):

[OS-BUILD PATCHv2 2/17] redhat/Makefile: Use SPECFILE variable

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Use SPECFILE variable Use the SPECFILE variable throughout the Makefiles. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -548,7 +548,7 @@

[OS-BUILD PATCHv2 1/17] redhat/Makefile: Remove KEXTRAVERSION

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Remove KEXTRAVERSION KEXTRAVERSION isn't used for anything and can be removed. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -147,11 +147,9 @@

[OS-BUILD PATCHv2 0/17] redhat/Makefile: General improvements and fixes

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1757 Depends: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1728 This is a collection of various improvements and fixes for the redhat/Makefile variables. These fixes

Re: [OS-BUILD PATCH 0/17] redhat/Makefile: General improvements and fixes

2022-05-12 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1757#note_944835271 >- [3/17] `030f50682c27` ("redhat/Makefile: Add kernel-NVR comment") > > Is there any reason to make RELEASETAG variable a recursively expanded variable instead of simply expanded

[OS-BUILD PATCH 9/17] redhat/kernel.spec.template: Move genspec variables into one section

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Move genspec variables into one section Move the genspec variables into one section. Additional fix: add a tarfile_release variable that maps to SPECTARFILE_RELEASE. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template

[OS-BUILD PATCH 16/17] redhat/Makefile: Rename PREBUILD to UPSTREAMBUILD

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename PREBUILD to UPSTREAMBUILD PREBUILD isn't a good name for this variable. It is the portion of the string that references upstream build information. Rename it to UPSTREAMBUILD. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile

[OS-BUILD PATCH 17/17] self-test/data/create-data.sh: Avoid SINGLE_TARBALL warning

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava self-test/data/create-data.sh: Avoid SINGLE_TARBALL warning 'make dist-self-test-data' outputs the warning "Makefile:25: WARNING: SINGLE_TARBALL will be deprecated in a later release." Unset the parameter before the make calls. Signed-off-by: Prarit Bhargava diff --git

[OS-BUILD PATCH 15/17] redhat/Makefile: Rename BUILDID to LOCALVERSION

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename BUILDID to LOCALVERSION BUILDID isn't a very descriptive name. Rename the variable to LOCALVERSION. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++

[OS-BUILD PATCH 13/17] redhat/Makefile: Reorganize MARKER code

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Reorganize MARKER code Reorganize the MARKER code. MARKER is always UPSTREAM_TARBALL_NAME prefixed with a 'v'. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++

[OS-BUILD PATCH 11/17] redhat/Makefile: Rename __YSTREAM and __ZSTREAM

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename __YSTREAM and __ZSTREAM The __YSTREAM and __ZSTREAM names can be replaced with YSTREAM_FLAG and ZSTREAM_FLAG. This makes future changes easier. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCH 10/17] redhat/genspec.sh: Remove SPECBUILDID

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec.sh: Remove SPECBUILDID The buildid variable isn't used in the spec file. The variable declaration and the SPECBUILDID variable can be safely removed. Signed-off-by: Prarit Bhargava diff --git a/redhat/genspec.sh b/redhat/genspec.sh index

[OS-BUILD PATCH 8/17] redhat/kernel.spec.template: Remove kversion

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/kernel.spec.template: Remove kversion Remove kversion. It is unused. Signed-off-by: Prarit Bhargava diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++

[OS-BUILD PATCH 4/17] redhat/Makefile: Move SPECRELEASE to genspec.sh

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Move SPECRELEASE to genspec.sh Move SPECRELEASE to genspec.sh. It is the only place it is used. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@

[OS-BUILD PATCH 6/17] redhat/Makefile: Rename RPMVERSION to BASEVERSION

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMVERSION to BASEVERSION RPMVERSION is the rpm NVR without the dist tag. It is not the RPM version so RPMVERSION is not an accurate name for this field. Rename RPMVERSION to BASEVERSION. Signed-off-by: Prarit Bhargava diff --git

[OS-BUILD PATCH 7/17] redhat/Makefile: General cleanup

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: General cleanup Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -246,11 +246,14 @@

[OS-BUILD PATCH 5/17] redhat/Makefile: Target whitespace cleanup

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Target whitespace cleanup Some simple whitespace cleanups. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -442,7 +442,6 @@ $(KABIDW_TARBALL):

[OS-BUILD PATCH 3/17] redhat/Makefile: Add kernel-NVR comment

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Add kernel-NVR comment Add a comment explaining the variables used in constructing the kernel package's NVR, and reorganize the variables. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 ---

[OS-BUILD PATCH 0/17] redhat/Makefile: General improvements and fixes

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1757 Depends: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1728 This is a collection of various improvements and fixes for the redhat/Makefile variables. These fixes

[OS-BUILD PATCH 2/17] redhat/Makefile: Use SPECFILE variable

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Use SPECFILE variable Use the SPECFILE variable throughout the Makefiles. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -548,7 +548,7 @@

[OS-BUILD PATCH 1/17] redhat/Makefile: Remove KEXTRAVERSION

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Remove KEXTRAVERSION KEXTRAVERSION isn't used for anything and can be removed. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -147,11 +147,9 @@

[OS-BUILD PATCH] RHMAINTAINERS: Update for May 6 2022

2022-05-09 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava RHMAINTAINERS: Update for May 6 2022 Update RHMAINTAINERS to latest. Signed-off-by: Prarit Bhargava diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv3 1/2] redhat/Makefile: Add RHTEST

2022-05-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Add RHTEST For a long time we have wanted a mechanism by which we could do a 'test run' of Makefile targets. Make has built-in options '-n, --just-print, --dry-run, --recon' that can be added on the command line that allow users to show the output for

[OS-BUILD PATCHv3 2/2] redhat/self-test: Add test to verify Makefile declarations.

2022-05-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Add test to verify Makefile declarations. The Makefiles have been organized such that only Makefile.variables contain external variables that can be set on the command line, and the Makefile only contains variables that can set within the Makefile itself.

[OS-BUILD PATCHv3 0/2] redhat: test updates

2022-05-06 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1728 Depends: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1727 Add a test to verify Makefile declarations, and add the RHTEST variable. The latter of these changes allows

[OS-BUILD PATCHv5 16/17] redhat/self-test/data: Cleanup data

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test/data: Cleanup data There have been some additional redhat/Makefile changes that modified variables. Run 'make dist-self-test-data' to clean these changes up. Signed-off-by: Prarit Bhargava diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7

[OS-BUILD PATCHv5 13/17] redhat/Makefile: Rename TARFILE_RELEASE to SPECTARFILE_RELEASE

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename TARFILE_RELEASE to SPECTARFILE_RELEASE Change TARFILE_RELEASE to SPECTARFILE_RELEASE so that readers understand it is passed into the spec file. Rename TARFILE_RELEASE to SPECTARFILE_RELEASE. Signed-off-by: Prarit Bhargava diff --git

[OS-BUILD PATCHv5 17/17] redhat: shellcheck cleanup

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: shellcheck cleanup Some shellcheck cleanups. Signed-off-by: Prarit Bhargava diff --git a/redhat/genspec.sh b/redhat/genspec.sh index blahblah..blahblah 100755 --- a/redhat/genspec.sh +++ b/redhat/genspec.sh @@ -114,7 +114,7 @@ cdate="$(LC_ALL=C date +"%a %b %d

[OS-BUILD PATCHv5 14/17] redhat/Makefile: Add 'duplicate' SPEC entries for user set variables

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Add 'duplicate' SPEC entries for user set variables INCLUDE_FEDORA_FILES, INCLUDE_RHEL_FILES, and RELEASED_KERNEL are specified in Makefile.variables as they can be set in userspace. Create duplicate entries for these variables that begin with SPEC. This

[OS-BUILD PATCHv5 15/17] redhat/self-test: Add test to verify SPEC variables

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Add test to verify SPEC variables This test looks at the spec file variable replacement code in redhat/genspec.sh and confirms that each variable begins with "SPEC". Signed-off-by: Prarit Bhargava diff --git a/redhat/docs/makefile-changes.rst

[OS-BUILD PATCHv5 10/17] redhat/Makefile: Rename PKGRELEASE to SPECBUILD

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename PKGRELEASE to SPECBUILD PKGRELEASE is a confusing variable name, and it really is the BUILD string for the specfile. Rename PKGRELEASE to SPECBUILD. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv5 8/17] redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG Change CHANGELOG to SPECCHANGELOG so that readers understand it is passed into the spec file. While the CHANGELOG does have use other than in the spec file it is useful to know that the string is used in the spec file.

[OS-BUILD PATCHv5 12/17] redhat/genspec: Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec: Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG Change PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG so that readers understand it is passed into the spec file. Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG. Signed-off-by: Prarit Bhargava

[OS-BUILD PATCHv5 11/17] redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED Change DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED so that readers understand it is passed into the spec file. Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED. Signed-off-by: Prarit

[OS-BUILD PATCHv5 9/17] redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID Change BUILDID_DEFINE to SPECBUILDID so that readers understand it is passed into the spec file. Rename BUILDID_DEFINE to SPECBUILDID. Signed-off-by: Prarit Bhargava diff --git a/redhat/genspec.sh b/redhat/genspec.sh

[OS-BUILD PATCHv5 7/17] redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION Change RPMKEXTRAVERSION to SPECEXTRAVERSION so that readers understand it is passed into the spec file. Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION. Signed-off-by: Prarit Bhargava diff --git

[OS-BUILD PATCHv5 5/17] redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL Change RPMKPATCHLEVEL to SPECPATCHLEVEL so that readers understand it is passed into the spec file. Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile

[OS-BUILD PATCHv5 3/17] redhat/Makefile: Rename KVERSION to SPECVERSION

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename KVERSION to SPECVERSION KVERSION is passed into the spec file and is easy to confuse with the kernel KVERSION. Change the name to SPECVERSION so that readers understand it is the %Version field of the specfile. As a result RPMKSUBLEVEL can be

[OS-BUILD PATCHv5 6/17] redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL Change RPMKSUBLEVEL to SPECSUBLEVEL so that readers understand it is passed into the spec file. Rename RPMKSUBLEVEL to SPECKSUBLEVEL. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile

[OS-BUILD PATCHv5 4/17] redhat/Makefile: Rename RPMKVERSION to SPECKVERSION

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKVERSION to SPECKVERSION Change RPMKVERSION to SPECVERSION so that readers understand it is passed into the spec file. Rename RPMKVERSION to SPECKVERSION. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv5 2/17] redhat/Makefile: Deprecate some simple targets

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Deprecate some simple targets Deprecate some simple targets. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -420,15 +420,23 @@

[OS-BUILD PATCHv5 1/17] redhat/Makefile: Use KVERSION

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Use KVERSION Use KVERSION where appropriate in the Makefile. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -144,6 +144,9 @@ else

[OS-BUILD PATCHv5 0/17] redhat: Use SPEC variable naming

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1727 Depends: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1647 One of the common complaints about the redhat Makefiles, genspec.sh, and kernel.spec.template is that it is

[OS-BUILD PATCHv4 11/17] redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED Change DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED so that readers understand it is passed into the spec file. Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED. Signed-off-by: Prarit

[OS-BUILD PATCHv4 3/17] redhat/Makefile: Rename KVERSION to SPECVERSION

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename KVERSION to SPECVERSION KVERSION is passed into the spec file and is easy to confuse with the kernel KVERSION. Change the name to SPECVERSION so that readers understand it is the %Version field of the specfile. As a result RPMKSUBLEVEL can be

[OS-BUILD PATCHv4 10/17] redhat/Makefile: Rename PKGRELEASE to SPECBUILD

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename PKGRELEASE to SPECBUILD PKGRELEASE is a confusing variable name, and it really is the BUILD string for the specfile. Rename PKGRELEASE to SPECBUILD. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv4 8/17] redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG Change CHANGELOG to SPECCHANGELOG so that readers understand it is passed into the spec file. While the CHANGELOG does have use other than in the spec file it is useful to know that the string is used in the spec file.

[OS-BUILD PATCHv4 9/17] redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID Change BUILDID_DEFINE to SPECBUILDID so that readers understand it is passed into the spec file. Rename BUILDID_DEFINE to SPECBUILDID. Signed-off-by: Prarit Bhargava diff --git a/redhat/genspec.sh b/redhat/genspec.sh

[OS-BUILD PATCHv4 7/17] redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION Change RPMKEXTRAVERSION to SPECEXTRAVERSION so that readers understand it is passed into the spec file. Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION. Signed-off-by: Prarit Bhargava diff --git

[OS-BUILD PATCHv4 6/17] redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL Change RPMKSUBLEVEL to SPECSUBLEVEL so that readers understand it is passed into the spec file. Rename RPMKSUBLEVEL to SPECKSUBLEVEL. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile

[OS-BUILD PATCHv4 5/17] redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL Change RPMKPATCHLEVEL to SPECPATCHLEVEL so that readers understand it is passed into the spec file. Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile

[OS-BUILD PATCHv4 0/17] redhat: Use SPEC variable naming

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1727 Depends: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1647 One of the common complaints about the redhat Makefiles, genspec.sh, and kernel.spec.template is that it is

[OS-BUILD PATCHv4 4/17] redhat/Makefile: Rename RPMKVERSION to SPECKVERSION

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKVERSION to SPECKVERSION Change RPMKVERSION to SPECVERSION so that readers understand it is passed into the spec file. Rename RPMKVERSION to SPECKVERSION. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv4 2/17] redhat/Makefile: Deprecate some simple targets

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Deprecate some simple targets Deprecate some simple targets. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -420,15 +420,23 @@

[OS-BUILD PATCHv4 1/17] redhat/Makefile: Use KVERSION

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Use KVERSION Use KVERSION where appropriate in the Makefile. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -144,6 +144,9 @@ else

Re: [OS-BUILD PATCHv3 0/17] redhat: Use SPEC variable naming

2022-05-05 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1727#note_936452973 Oops. I forgot to commit those. Added now and fixed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

[OS-BUILD PATCHv3 13/17] redhat/Makefile: Rename TARFILE_RELEASE to SPECTARFILE_RELEASE

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename TARFILE_RELEASE to SPECTARFILE_RELEASE Change TARFILE_RELEASE to SPECTARFILE_RELEASE so that readers understand it is passed into the spec file. Rename TARFILE_RELEASE to SPECTARFILE_RELEASE. Signed-off-by: Prarit Bhargava diff --git

[OS-BUILD PATCHv3 16/17] redhat/self-test/data: Cleanup data

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test/data: Cleanup data There have been some additional redhat/Makefile changes that modified variables. Run 'make dist-self-test-data' to clean these changes up. Signed-off-by: Prarit Bhargava diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7

[OS-BUILD PATCHv3 17/17] redhat: shellcheck cleanup

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: shellcheck cleanup Some shellcheck cleanups. Signed-off-by: Prarit Bhargava diff --git a/redhat/genspec.sh b/redhat/genspec.sh index blahblah..blahblah 100755 --- a/redhat/genspec.sh +++ b/redhat/genspec.sh @@ -114,7 +114,7 @@ cdate="$(LC_ALL=C date +"%a %b %d

[OS-BUILD PATCHv3 15/17] redhat/self-test: Add test to verify SPEC variables

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Add test to verify SPEC variables This test looks at the spec file variable replacement code in redhat/genspec.sh and confirms that each variable begins with "SPEC". Signed-off-by: Prarit Bhargava diff --git a/redhat/docs/makefile-changes.rst

[OS-BUILD PATCHv3 14/17] redhat/Makefile: Add 'duplicate' SPEC entries for user set variables

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Add 'duplicate' SPEC entries for user set variables INCLUDE_FEDORA_FILES, INCLUDE_RHEL_FILES, and RELEASED_KERNEL are specified in Makefile.variables as they can be set in userspace. Create duplicate entries for these variables that begin with SPEC. This

[OS-BUILD PATCHv3 11/17] redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec: Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED Change DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED so that readers understand it is passed into the spec file. Rename DEBUG_BUILDS_ENABLED to SPECDEBUG_BUILDS_ENABLED. Signed-off-by: Prarit

[OS-BUILD PATCHv3 7/17] redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION Change RPMKEXTRAVERSION to SPECEXTRAVERSION so that readers understand it is passed into the spec file. Rename RPMKEXTRAVERSION to SPECKEXTRAVERSION. Signed-off-by: Prarit Bhargava diff --git

[OS-BUILD PATCHv3 12/17] redhat/genspec: Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec: Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG Change PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG so that readers understand it is passed into the spec file. Rename PATCHLIST_CHANGELOG to SPECPATCHLIST_CHANGELOG. Signed-off-by: Prarit Bhargava

[OS-BUILD PATCHv3 10/17] redhat/Makefile: Rename PKGRELEASE to SPECBUILD

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename PKGRELEASE to SPECBUILD PKGRELEASE is a confusing variable name, and it really is the BUILD string for the specfile. Rename PKGRELEASE to SPECBUILD. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv3 8/17] redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename CHANGELOG to SPECCHANGELOG Change CHANGELOG to SPECCHANGELOG so that readers understand it is passed into the spec file. While the CHANGELOG does have use other than in the spec file it is useful to know that the string is used in the spec file.

[OS-BUILD PATCHv3 9/17] redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/genspec: Rename BUILDID_DEFINE to SPECBUILDID Change BUILDID_DEFINE to SPECBUILDID so that readers understand it is passed into the spec file. Rename BUILDID_DEFINE to SPECBUILDID. Signed-off-by: Prarit Bhargava diff --git a/redhat/genspec.sh b/redhat/genspec.sh

[OS-BUILD PATCHv3 3/17] redhat/Makefile: Rename KVERSION to SPECVERSION

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename KVERSION to SPECVERSION KVERSION is passed into the spec file and is easy to confuse with the kernel KVERSION. Change the name to SPECVERSION so that readers understand it is the %Version field of the specfile. As a result RPMKSUBLEVEL can be

[OS-BUILD PATCHv3 6/17] redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKSUBLEVEL to SPECKSUBLEVEL Change RPMKSUBLEVEL to SPECSUBLEVEL so that readers understand it is passed into the spec file. Rename RPMKSUBLEVEL to SPECKSUBLEVEL. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile

[OS-BUILD PATCHv3 5/17] redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL Change RPMKPATCHLEVEL to SPECPATCHLEVEL so that readers understand it is passed into the spec file. Rename RPMKPATCHLEVEL to SPECKPATCHLEVEL. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile

[OS-BUILD PATCHv3 4/17] redhat/Makefile: Rename RPMKVERSION to SPECKVERSION

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Rename RPMKVERSION to SPECKVERSION Change RPMKVERSION to SPECVERSION so that readers understand it is passed into the spec file. Rename RPMKVERSION to SPECKVERSION. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index

[OS-BUILD PATCHv3 1/17] redhat/Makefile: Use KVERSION

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Use KVERSION Use KVERSION where appropriate in the Makefile. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -144,6 +144,9 @@ else

[OS-BUILD PATCHv3 2/17] redhat/Makefile: Deprecate some simple targets

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Deprecate some simple targets Deprecate some simple targets. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -420,15 +420,23 @@

[OS-BUILD PATCHv3 0/17] redhat: Use SPEC variable naming

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1727 Depends: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1647 One of the common complaints about the redhat Makefiles, genspec.sh, and kernel.spec.template is that it is

Re: [OS-BUILD PATCHv2 0/17] redhat: Use SPEC variable naming

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1727#note_935080527 Y'know, you busted me on this last time too. I swear I was careful this time and verified that the bodies all had "Makefile" instead of "Makfile". I guess I didn't check the

Re: [OS-BUILD PATCHv2 0/17] redhat: Use SPEC variable naming

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1727#note_935078977 Thanks, fixed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2 0/17] redhat: Use SPEC variable naming

2022-05-04 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1727#note_935078416 Thanks, fixed. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2 0/19] redhat: test updates

2022-05-02 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1728#note_932324020 Updated due to merge conflict from Herton's CHANGELOG modifications. Rebased on top of !1727. ___ kernel mailing list --

[OS-BUILD PATCHv2 19/19] redhat/self-test: Add test to verify Makefile declarations.

2022-05-02 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Add test to verify Makefile declarations. The Makefiles have been organized such that only Makefile.variables contain external variables that can be set on the command line, and the Makefile only contains variables that can set within the Makefile itself.

[OS-BUILD PATCHv2 16/19] redhat/self-test/data: Cleanup data

2022-05-02 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test/data: Cleanup data There have been some additional redhat/Makefile changes that modified variables. Run 'make dist-self-test-data' to clean these changes up. Signed-off-by: Prarit Bhargava diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7

[OS-BUILD PATCHv2 18/19] redhat/Makefile: Add RHTEST

2022-05-02 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile: Add RHTEST For a long time we have wanted a mechanism by which we could do a 'test run' of Makefile targets. Make has built-in options '-n, --just-print, --dry-run, --recon' that can be added on the command line that allow users to show the output for

[OS-BUILD PATCHv2 17/19] redhat: shellcheck cleanup

2022-05-02 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: shellcheck cleanup Some shellcheck cleanups. Signed-off-by: Prarit Bhargava diff --git a/redhat/genspec.sh b/redhat/genspec.sh index blahblah..blahblah 100755 --- a/redhat/genspec.sh +++ b/redhat/genspec.sh @@ -114,7 +114,7 @@ cdate="$(LC_ALL=C date +"%a %b %d

[OS-BUILD PATCHv2 15/19] redhat/self-test: Add test to verify SPEC variables

2022-05-02 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Add test to verify SPEC variables This test looks at the spec file variable replacement code in redhat/genspec.sh and confirms that each variable begins with "SPEC". Signed-off-by: Prarit Bhargava diff --git a/redhat/docs/makefile-changes.rst

<    4   5   6   7   8   9   10   11   12   13   >