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:
parent
004bcb38f4
commit
aee71f07fa
@ -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>
|
Mon Feb 5 13:40:52 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||||
|
|
||||||
|
@ -47,13 +47,8 @@ BuildRequires: golang-packaging
|
|||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
BuildRequires: golang(API) >= 1.20
|
BuildRequires: golang(API) >= 1.20
|
||||||
Provides: group(%{gname})
|
|
||||||
Provides: user(%{uname})
|
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%{sysusers_requires}
|
%{sysusers_requires}
|
||||||
%{go_provides}
|
|
||||||
# Make sure that the binary is not getting stripped.
|
|
||||||
%{go_nostrip}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Caddy is a powerful, extensible platform to serve your sites, services, and
|
Caddy is a powerful, extensible platform to serve your sites, services, and
|
||||||
|
Loading…
Reference in New Issue
Block a user