Accepting request 927936 from home:eeich:branches:Base:System

- Build busybox-warewulf3 for i586 as well. This allowes to set up
  i586 nodes.

OBS-URL: https://build.opensuse.org/request/show/927936
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=93
This commit is contained in:
Ihno Krumreich 2021-10-28 13:02:22 +00:00 committed by Git OBS Bridge
parent 5040491c97
commit 27c2717678
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 27 17:22:38 UTC 2021 - Egbert Eich <eich@suse.com>
- Build busybox-warewulf3 for i586 as well. This allowes to set up
i586 nodes.
-------------------------------------------------------------------
Fri Oct 22 12:10:55 UTC 2021 - Lukas Lansky <lukas.lansky@suse.com>

View File

@ -44,7 +44,7 @@ BuildRequires: pkgconfig(libselinux)
# for test suite
BuildRequires: zip
%ifarch x86_64 aarch64
%ifarch x86_64 aarch64 i586
%define build_ww3 1
%endif