SHA256
1
0
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:
Franck Bui 2024-04-25 08:58:33 +00:00 committed by Git OBS Bridge
parent 183a1defb4
commit ef8e19e17d
2 changed files with 15 additions and 0 deletions

View File

@ -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>

View File

@ -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.