From ea6db3632d8450bf4dbce658955f7414dab879715637cec2c4745945e05f7267 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 7 Aug 2023 08:07:39 +0000 Subject: [PATCH] make systemd-testsuite pull the new subpackage systemd-homed in OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1417 --- systemd.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systemd.spec b/systemd.spec index a25d7ec..1ac2dfc 100644 --- a/systemd.spec +++ b/systemd.spec @@ -615,6 +615,9 @@ Requires: systemd-coredump %if %{with experimental} Requires: systemd-experimental %endif +%if %{with homed} +Requires: systemd-homed +%endif %if %{with journal_remote} Requires: systemd-journal-remote %endif