forked from pool/busybox
- 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
This commit is contained in:
parent
ca2cb2b5de
commit
37f162f0c7
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 14:40:27 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- 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 <kukuk@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user