Switch to xz source packages

kernel.org no longer provide bz2 packages.

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
stable-3.12
Marek Marczykowski-Górecki 10 years ago
parent 55e12b2859
commit 599a6f01c8

1
.gitignore vendored

@ -1,3 +1,4 @@
linux-*.tar.bz2
linux-*.tar.xz
linux-*.sign
kernel-*/

@ -36,7 +36,7 @@ all: help
MIRROR := ftp.kernel.org
SRC_BASEURL := http://${MIRROR}/pub/linux/kernel/v$(shell echo $(VERSION) | sed 's/^\(2\.[0-9]*\).*/\1/;s/^3\..*/3.x/')
SRC_FILE := linux-${VERSION}.tar.bz2
SRC_FILE := linux-${VERSION}.tar.xz
ifeq ($(BUILD_FLAVOR),pvops)
SIGN_FILE := linux-${VERSION}.tar.sign
else
@ -60,7 +60,7 @@ import-keys:
verify-sources: import-keys
ifeq ($(BUILD_FLAVOR),pvops)
@bzcat $(SRC_FILE) | gpg -q --verify $(SIGN_FILE) - 2>/dev/null
@xzcat $(SRC_FILE) | gpg -q --verify $(SIGN_FILE) - 2>/dev/null
else
# @gpg --verify $(SIGN_FILE) $(SRC_FILE)
# The key has been compromised

@ -70,7 +70,7 @@ Conflicts: lvm2 < 2.02.33
Provides: kernel = %kernelrelease
Provides: kernel-uname-r = %kernelrelease
Source0: linux-%version.tar.bz2
Source0: linux-%version.tar.xz
Source14: series-%{build_flavor}.conf
Source16: guards
Source17: apply-patches
@ -89,7 +89,7 @@ ExclusiveArch: x86_64
Qubes Dom0 kernel.
%prep
if ! [ -e %_sourcedir/linux-%version.tar.bz2 ]; then
if ! [ -e %_sourcedir/linux-%version.tar.xz ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1

Loading…
Cancel
Save