SHA256
1
0
forked from pool/etcd

- 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
This commit is contained in:
Thorsten Kukuk 2021-08-09 14:23:12 +00:00 committed by Git OBS Bridge
parent 6f4a7fda84
commit 1a5ad6129c
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Mon Aug 9 14:22:24 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- Don't require systemd (works without, too)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 8 19:17:44 UTC 2021 - Callum Farmer <gmbr3@opensuse.org> Sun Aug 8 19:17:44 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Change to systemd-sysusers - Change to sysuser-tools to create system user
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 13 13:42:05 UTC 2021 - alexandre.vicenzi@suse.com Thu May 13 13:42:05 UTC 2021 - alexandre.vicenzi@suse.com

View File

@ -42,7 +42,6 @@ BuildRequires: xz
Requires(post): %fillup_prereq Requires(post): %fillup_prereq
ExcludeArch: s390 %ix86 ExcludeArch: s390 %ix86
%sysusers_requires %sysusers_requires
%{?systemd_requires}
%{go_provides} %{go_provides}
# Make sure that the binary is not getting stripped. # Make sure that the binary is not getting stripped.
%{go_nostrip} %{go_nostrip}