forked from pool/systemd
- systemd-testsuite: some of the integration tests depend on the bin, daemon,
games and nobody users/groups. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1513
This commit is contained in:
parent
183a1defb4
commit
ef8e19e17d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 08:57:30 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- systemd-testsuite: some of the integration tests depend on the bin, daemon,
|
||||
games and nobody users/groups.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 09:20:36 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -616,6 +616,15 @@ Recommends: knot
|
||||
Recommends: selinux-policy-devel
|
||||
Recommends: selinux-policy-targeted
|
||||
%endif
|
||||
# System users/groups that some tests rely on.
|
||||
Requires: group(bin)
|
||||
Requires: group(daemon)
|
||||
Requires: group(games)
|
||||
Requires: group(nobody)
|
||||
Requires: user(bin)
|
||||
Requires: user(daemon)
|
||||
Requires: user(games)
|
||||
Requires: user(nobody)
|
||||
# The following deps on libs are for test-dlopen-so whereas the pkgconfig ones
|
||||
# are used by test-funtions to find the libs on the host and install them in the
|
||||
# image, see install_missing_libraries() for details.
|
||||
|
Loading…
Reference in New Issue
Block a user