diff --git a/systemd.changes b/systemd.changes index 81184b8d..42fef767 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 25 08:57:30 UTC 2024 - Franck Bui + +- 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 diff --git a/systemd.spec b/systemd.spec index 77e32b44..bff9c475 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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.