From 1a5ad6129c6a0520cda5fef05832a128269f41f3298e7f78688f1fd7139b549b Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 9 Aug 2021 14:23:12 +0000 Subject: [PATCH] - Don't require systemd (works without, too) - Change to sysuser-tools to create system user OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=16 --- etcd.changes | 7 ++++++- etcd.spec | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/etcd.changes b/etcd.changes index bdd8f68..c900e67 100644 --- a/etcd.changes +++ b/etcd.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 9 14:22:24 UTC 2021 - Thorsten Kukuk + +- Don't require systemd (works without, too) + ------------------------------------------------------------------- Sun Aug 8 19:17:44 UTC 2021 - Callum Farmer -- Change to systemd-sysusers +- Change to sysuser-tools to create system user ------------------------------------------------------------------- Thu May 13 13:42:05 UTC 2021 - alexandre.vicenzi@suse.com diff --git a/etcd.spec b/etcd.spec index 509e3c8..4bab4b5 100644 --- a/etcd.spec +++ b/etcd.spec @@ -42,7 +42,6 @@ BuildRequires: xz Requires(post): %fillup_prereq ExcludeArch: s390 %ix86 %sysusers_requires -%{?systemd_requires} %{go_provides} # Make sure that the binary is not getting stripped. %{go_nostrip}