diff --git a/busybox.changes b/busybox.changes index c6f9117..cd353cc 100644 --- a/busybox.changes +++ b/busybox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 27 17:22:38 UTC 2021 - Egbert Eich + +- Build busybox-warewulf3 for i586 as well. This allowes to set up + i586 nodes. + ------------------------------------------------------------------- Fri Oct 22 12:10:55 UTC 2021 - Lukas Lansky diff --git a/busybox.spec b/busybox.spec index cc999e5..2c8be46 100644 --- a/busybox.spec +++ b/busybox.spec @@ -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