From 59a9d5e4805096d12639f22f0fbe6ca678c5a7cf368b766ded89a7b06fa04e7f Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 25 Apr 2024 08:58:33 +0000 Subject: [PATCH] - 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 --- systemd.changes | 6 ++++++ systemd.spec | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/systemd.changes b/systemd.changes index 81184b8..42fef76 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 77e32b4..bff9c47 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.