[opensuse-kernel] [PATCH] rpm/kernel-obs-build.spec.in: Use Image for kernel_name on aarch64
26 Jun
2014
26 Jun
'14
15:35
--- rpm/kernel-obs-build.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpm/kernel-obs-build.spec.in b/rpm/kernel-obs-build.spec.in index 9448e50..7dd41e7 100644 --- a/rpm/kernel-obs-build.spec.in +++ b/rpm/kernel-obs-build.spec.in @@ -101,6 +101,9 @@ ROOT="" %ifarch s390 s390x %define kernel_name image %endif +%ifarch aarch64 +%define kernel_name Image +%endif %if 0%{?suse_version} < 1320 # For SLE 11 -- 2.0.1 -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
3827
Age (days ago)
3827
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andreas Schwab