From cd383d9776492657305e6ed457a5702589b111abf1f6d588bcb946f9de28764c Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Thu, 21 Sep 2023 15:04:52 +0000 Subject: [PATCH] Accepting request 1112835 from home:avicenzi:branches:server:http Fix build OBS-URL: https://build.opensuse.org/request/show/1112835 OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=34 --- caddy.changes | 5 +++++ caddy.spec | 2 ++ 2 files changed, 7 insertions(+) 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