Accepting request 1082550 from Kernel:stable

- Do not build on s390 (bsc#1210729)

OBS-URL: https://build.opensuse.org/request/show/1082550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-default-base?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2023-05-03 10:56:32 +00:00 committed by Git OBS Bridge
commit d853c76283
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 24 12:29:26 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
- Do not build on s390 (bsc#1210729)
-------------------------------------------------------------------
Tue Mar 28 15:17:18 UTC 2023 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file
# spec file for package kernel-default-base
#
# Copyright (c) 2023 SUSE LLC
#
@ -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