From de69b5e8f090eae41073c5a83e2910be4585dd1a9a9e0ff41b85092d266874e3 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 24 Mar 2022 10:23:13 +0000 Subject: [PATCH] Accepting request 964306 from home:dimstar:Factory - 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. OBS-URL: https://build.opensuse.org/request/show/964306 OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=99 --- busybox.changes | 7 +++++++ busybox.spec | 1 + 2 files changed, 8 insertions(+) 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