SHA256
1
0
forked from pool/caddy

Accepting request 1144504 from home:dimstar:Factory

- Drop deprecated go_provides macro: even though it tries to guard
  on suse_version <= 1110, it has entirely disarms the dep scanner.
- Remove the manual user/group provides: the package uses
  sysusers.d; the auto-provides were not working due to the broken
  go_provides.

OBS-URL: https://build.opensuse.org/request/show/1144504
OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=43
This commit is contained in:
Alexandre Vicenzi 2024-02-06 08:54:28 +00:00 committed by Git OBS Bridge
parent 004bcb38f4
commit aee71f07fa
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 6 08:23:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop deprecated go_provides macro: even though it tries to guard
on suse_version <= 1110, it has entirely disarms the dep scanner.
- Remove the manual user/group provides: the package uses
sysusers.d; the auto-provides were not working due to the broken
go_provides.
-------------------------------------------------------------------
Mon Feb 5 13:40:52 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>

View File

@ -47,13 +47,8 @@ BuildRequires: golang-packaging
BuildRequires: systemd-rpm-macros
BuildRequires: sysuser-tools
BuildRequires: golang(API) >= 1.20
Provides: group(%{gname})
Provides: user(%{uname})
%{?systemd_requires}
%{sysusers_requires}
%{go_provides}
# Make sure that the binary is not getting stripped.
%{go_nostrip}
%description
Caddy is a powerful, extensible platform to serve your sites, services, and