From 37f162f0c70d03d3fc7e663c5c41992f5d9a72038527b658e4445211df2de2b1 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 9 Dec 2020 14:41:24 +0000 Subject: [PATCH] - Don't require nogroup for adduser command, as this can lead to a dependency cycle with sysusers-tools. OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=81 --- busybox.changes | 6 ++++++ busybox.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/busybox.changes b/busybox.changes index 84f4009..ddf932d 100644 --- a/busybox.changes +++ b/busybox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 9 14:40:27 UTC 2020 - Thorsten Kukuk + +- Don't require nogroup for adduser command, as this can lead to + a dependency cycle with sysusers-tools. + ------------------------------------------------------------------- Mon Dec 7 10:25:00 UTC 2020 - Thorsten Kukuk diff --git a/busybox.spec b/busybox.spec index ebce500..810975f 100644 --- a/busybox.spec +++ b/busybox.spec @@ -36,7 +36,6 @@ BuildRequires: glibc-devel-static BuildRequires: pkgconfig(libselinux) # for test suite BuildRequires: zip -Requires: group(nogroup) %description BusyBox combines tiny versions of many common UNIX utilities into a