From d8ba696ae91c5cd9ca1f38339496ac7026b6ce6d Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 5 Dec 2019 12:18:41 -0600 Subject: Re-enable ppc64le --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 6ae9ee5c5..23db2b8c1 100644 --- a/kernel.spec +++ b/kernel.spec @@ -461,7 +461,7 @@ Summary: The Linux kernel # We only build kernel-headers on the following... %if 0%{?fedora} -%define nobuildarches i386 ppc64le +%define nobuildarches i386 %else %define nobuildarches i386 i686 %endif -- cgit From 4bdf8f6ab4722f4a976929b018b57029a197ffc7 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 6 Dec 2019 12:36:54 -0600 Subject: Linux v5.4-12941-gb0d4beaa5a4b --- kernel.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 23db2b8c1..faa1c1c54 100644 --- a/kernel.spec +++ b/kernel.spec @@ -104,7 +104,7 @@ Summary: The Linux kernel # The rc snapshot level %global rcrev 0 # The git snapshot level -%define gitrev 6 +%define gitrev 7 # Set rpm version accordingly %define rpmversion 5.%{upstream_sublevel}.0 %endif @@ -819,8 +819,6 @@ Patch305: ARM-tegra-usb-no-reset.patch Patch320: arm64-tegra-jetson-tx1-fixes.patch # https://www.spinics.net/lists/linux-tegra/msg43110.html Patch321: arm64-tegra-Jetson-TX2-Allow-bootloader-to-configure.patch -# https://www.spinics.net/lists/linux-tegra/msg44216.html -Patch324: arm64-tegra186-enable-USB-on-Jetson-TX2.patch # 400 - IBM (ppc/s390x) patches @@ -2889,6 +2887,9 @@ fi # # %changelog +* Fri Dec 06 2019 Justin M. Forbes - 5.5.0-0.rc0.git7.1 +- Linux v5.4-12941-gb0d4beaa5a4b + * Thu Dec 05 2019 Justin M. Forbes - 5.5.0-0.rc0.git6.1 - Linux v5.4-11747-g2f13437b8917 -- cgit