diff --git a/caddy.changes b/caddy.changes index 1a39c0a..ae07929 100644 --- a/caddy.changes +++ b/caddy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 21 14:20:37 UTC 2023 - Alexandre Vicenzi + +- Require groupadd and useradd to fix failing build + ------------------------------------------------------------------- Thu Aug 17 22:55:36 UTC 2023 - jkowalczyk@suse.com diff --git a/caddy.spec b/caddy.spec index 063ada3..f8dd597 100644 --- a/caddy.spec +++ b/caddy.spec @@ -40,6 +40,8 @@ Source3: caddy.service Source4: index.html Source5: bash-completion Source6: zsh-completion +BuildRequires: /usr/sbin/groupadd +BuildRequires: /usr/sbin/useradd BuildRequires: golang-packaging BuildRequires: systemd-rpm-macros BuildRequires: golang(API) >= 1.20