From fb531fa37a81188d4bb86fddd89010226f82fd32fca21461f5357e4da5edfc0b Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 22 Oct 2019 13:55:46 +0000 Subject: [PATCH] Accepting request 734636 from home:kukuk:container - Make systemd a weak dependency as we don't want that in a container OBS-URL: https://build.opensuse.org/request/show/734636 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=202 --- dhcp.changes | 5 +++++ dhcp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dhcp.changes b/dhcp.changes index 0134331..beeab0d 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -6,6 +6,11 @@ Tue Oct 15 15:18:59 UTC 2019 - Reinhard Max - Add compile option --enable-secs-byteorder to avoid duplicate lease warnings [bsc#1089524]. +------------------------------------------------------------------- +Wed Oct 2 16:50:48 CEST 2019 - kukuk@suse.de + +- Make systemd a weak dependency as we don't want that in a container + ------------------------------------------------------------------- Wed Aug 28 12:38:32 UTC 2019 - Reinhard Max diff --git a/dhcp.spec b/dhcp.spec index b651829..734390e 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -105,7 +105,7 @@ Requires: dhcp = %{version} Requires: net-tools Requires(post): %fillup_prereq Requires(pre): shadow -%systemd_requires +%systemd_ordering %if 0%{?suse_version} >= 1330 Requires(pre): group(nogroup) %endif