Go to file
Alexandre Vicenzi 75bea2c98f Accepting request 1144628 from home:jfkw:branches:server:http
- Packaging improvements:
  * Remove define github project name components no longer needed
  * Remove define gname and uname for user and group creation, use
    package name macro with identical value
  * Drop BuildRequires: golang-packaging. The original macros for
    file movements into GOPATH are obsolete with Go modules. Macro
    go_nostrip is no longer needed with current binutils and Go.
  * Use autosetup -a 1 to unpack source and vendored dependencies
  * Drop export CGO_ENABLED="0". Use the default unless there is a
    defined requirement or benefit.
  * Build PIE with pattern that may become recommended procedure:
    %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
    A go toolchain buildmode default config would be preferable
    but none exist at this time.
  * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
  * Remove ldflags -s (Omit symbol table and debug info) and -w
    (Omit DWARF symbol table). This information is used to produce
    separate debuginfo packages and binaries are stripped for
    reduced size by GNU strip during RPM build.
  * Add basic %check to execute binary --help

OBS-URL: https://build.opensuse.org/request/show/1144628
OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=44
2024-02-06 15:10:28 +00:00
_service Accepting request 1132018 from home:jfkw:branches:server:http 2023-12-08 12:47:48 +00:00
_servicedata Accepting request 1132018 from home:jfkw:branches:server:http 2023-12-08 12:47:48 +00:00
.gitattributes Accepting request 889343 from home:avicenzi 2021-05-05 09:08:17 +00:00
.gitignore Accepting request 889343 from home:avicenzi 2021-05-05 09:08:17 +00:00
bash-completion Accepting request 889343 from home:avicenzi 2021-05-05 09:08:17 +00:00
caddy-2.7.6.tar.gz Accepting request 1132018 from home:jfkw:branches:server:http 2023-12-08 12:47:48 +00:00
caddy.changes Accepting request 1144628 from home:jfkw:branches:server:http 2024-02-06 15:10:28 +00:00
caddy.service Accepting request 978655 from home:avicenzi:branches:server:http 2022-05-23 08:58:48 +00:00
caddy.spec Accepting request 1144628 from home:jfkw:branches:server:http 2024-02-06 15:10:28 +00:00
caddy.sysusers Accepting request 1144293 from home:avicenzi:branches:server:http 2024-02-05 14:30:55 +00:00
Caddyfile Accepting request 889343 from home:avicenzi 2021-05-05 09:08:17 +00:00
index.html Accepting request 889343 from home:avicenzi 2021-05-05 09:08:17 +00:00
vendor.tar.gz Accepting request 1132018 from home:jfkw:branches:server:http 2023-12-08 12:47:48 +00:00
zsh-completion Accepting request 978655 from home:avicenzi:branches:server:http 2022-05-23 08:58:48 +00:00