diff --git a/busybox.changes b/busybox.changes index 0580a50..f45fb28 100644 --- a/busybox.changes +++ b/busybox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 23 13:36:44 UTC 2022 - Dominique Leuenberger + +- BuildRequire hostname: the test suite wants to compare the output + of 'hostname' against 'busybox hostname'. We should not rely + hostname to be present in the build environment. + ------------------------------------------------------------------- Wed Jan 12 15:40:40 UTC 2022 - Thorsten Kukuk diff --git a/busybox.spec b/busybox.spec index 3a48828..34e0b84 100644 --- a/busybox.spec +++ b/busybox.spec @@ -40,6 +40,7 @@ Patch2: testsuite-gnu-echo.patch Patch100: busybox.install.patch Provides: useradd_or_adduser_dep BuildRequires: glibc-devel-static +BuildRequires: hostname BuildRequires: pkgconfig(libselinux) # for test suite BuildRequires: zip