From: Prarit Bhargava
kernel.spec.template: Use xz for KABI
Use xz for KABI instead of gzip.
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
+++ b/redhat/kernel.spec.templat
From: Prarit Bhargava on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173
Most of the kernel and its packing is currently xz. There are two
exceptions: the aarch64 boot an initrd images [1] and KABI. Mark gzip as
only being necessary for aarch64, and chan
From: Prarit Bhargava
kernel.spec.template: Only use gzip with aarch64
gzip is only needed for aarch64.
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
+++ b/redhat/kernel.s
From: Prarit Bhargava
kernel.spec.template: Add global compression variables
Add global compression variables. 'compression' is the compression
utility, and 'compext' is the compression extension. In the case of xz,
these variables have the same value but that may not always be the
case.
Sign
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1195335799
I was saying it is fine as 32bit will be going away.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an ema
From: Al Stone on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1195334512
Right -- istr that the configs weren't processing correctly if I skipped the
arm dir, but I'll double check that.
@jmflinuxtx : so are you suggesting I should fix this or it's fine as is s