diff options
author | Thorsten Leemhuis <fedora@leemhuis.info> | 2021-01-05 17:55:03 +0100 |
---|---|---|
committer | Thorsten Leemhuis <fedora@leemhuis.info> | 2021-01-05 18:20:22 +0100 |
commit | 4cc708ce420456362dc9f3f3e4b4e63ec0393c48 (patch) | |
tree | 8c812fe63053cd26f511479f74cbdb94618662c3 | |
parent | c6aa4364d055f1b02ed8aa61c465f40b45e4b078 (diff) | |
download | kernel-4cc708ce420456362dc9f3f3e4b4e63ec0393c48.tar.gz kernel-4cc708ce420456362dc9f3f3e4b4e63ec0393c48.tar.xz kernel-4cc708ce420456362dc9f3f3e4b4e63ec0393c48.zip |
adjust for vanillakernel-5.11.0-0.rc2.114.vanilla.1.fc34
-rwxr-xr-x | kernel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 733fa5577..b5bcc5786 100755 --- a/kernel.spec +++ b/kernel.spec @@ -745,9 +745,10 @@ Source4000: README.rst Patch1: patch-%{rpmversion}-redhat.patch Patch2: secureboot_merge_fix.patch +%endif + Patch3: gcc11-plugins-fix.patch Patch4: aarch64build.patch -%endif # empty final patch to facilitate testing of kernel patches Patch999999: linux-kernel-test.patch @@ -1251,9 +1252,11 @@ cd linux-%{KVERREL} ApplyOptionalPatch patch-%{rpmversion}-redhat.patch ApplyOptionalPatch secureboot_merge_fix.patch +%endif + ApplyOptionalPatch gcc11-plugins-fix.patch ApplyOptionalPatch aarch64build.patch -%endif + ApplyOptionalPatch linux-kernel-test.patch |