Accepting request 1082519 from home:michals
- Do not build on s390 (bsc#1210732) OBS-URL: https://build.opensuse.org/request/show/1082519 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-default-base?expand=0&rev=56
This commit is contained in:
parent
220065ad7b
commit
90d0316a8f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 12:29:26 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
- Do not build on s390 (bsc#1210732)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 15:17:18 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@ -86,7 +86,10 @@ Group: %group
|
||||
URL: %url
|
||||
# on SLE limit to architectures that actually have a kernel :-)
|
||||
%if 0%{?sle_version}
|
||||
ExclusiveArch: aarch64 armv7hl ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv7hl ppc64le x86_64
|
||||
%else
|
||||
# does not boot on s390, s390 drivers are not included
|
||||
ExcludeArch: s390 s390x
|
||||
%endif
|
||||
|
||||
# Internal stuff begins
|
||||
|
Loading…
x
Reference in New Issue
Block a user