diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-26 16:29:17 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-26 16:29:17 -0500 |
commit | 8dbfc48c5c691f38a8c3e3e6c6bcb0fa8d382cf2 (patch) | |
tree | 9e86a72ca2e8f06194fffc4cb91de51bcf147ac3 /kernel.spec | |
parent | 46911ba68ecc364d7609f07a660d0983f78a2179 (diff) | |
download | kernel-8dbfc48c5c691f38a8c3e3e6c6bcb0fa8d382cf2.tar.gz kernel-8dbfc48c5c691f38a8c3e3e6c6bcb0fa8d382cf2.tar.xz kernel-8dbfc48c5c691f38a8c3e3e6c6bcb0fa8d382cf2.zip |
Fix build issue on s390
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 7f9c455fb..88e529951 100644 --- a/kernel.spec +++ b/kernel.spec @@ -717,6 +717,7 @@ Source4000: README.rst Patch1: patch-%{rpmversion}-redhat.patch Patch2: 0001-Fix-up-a-merge-issue-with-rxe.c.patch +Patch3: s390_build_fix.patch %endif # empty final patch to facilitate testing of kernel patches @@ -1221,6 +1222,7 @@ cp -a %{SOURCE1} . ApplyOptionalPatch patch-%{rpmversion}-redhat.patch ApplyOptionalPatch 0001-Fix-up-a-merge-issue-with-rxe.c.patch +ApplyOptionalPatch s390_build_fix.patch %endif ApplyOptionalPatch linux-kernel-test.patch |