Commit Graph

10 Commits

Author SHA256 Message Date
Witek Bedyk
ccf681c86f Accepting request 1173105 from home:ojkastl_buildservice:Branch_server_monitoring
update to 0.17.0

OBS-URL: https://build.opensuse.org/request/show/1173105
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=40
2024-05-10 14:37:01 +00:00
Ana Guerrero
a7b421fc68 Accepting request 1145684 from home:jfkw:branches:server:monitoring
- Packaging improvements:
  * _service change disabled to manual per osc deprecation warning:
    WARNING: Command 'disabledrun/dr' is obsolete, please convert
    your _service to use 'manual' and then 'manualrun/mr' instead.
  * Define shortname corresponding to binary name when different
    from package name. Use shortname where applicable to normalize
    common lines across Go app packages, similar to name macro.
  * 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.
  * 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 -X entries for upstream import path and version.
    This information is embedded in binaries with go1.18+ and
    available via go version -m or runtime/debug.ReadBuildInfo().
  * 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.
  * Drop go build -o arg, default binary name is pkg of main()
  * Add basic %check to execute binary --help

OBS-URL: https://build.opensuse.org/request/show/1145684
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=38
2024-02-15 11:01:48 +00:00
Dirk Stoecker
eb52279fd6 Accepting request 1096756 from home:ojkastl_buildservice:Branch_server_monitoring
update to 0.15.0

OBS-URL: https://build.opensuse.org/request/show/1096756
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=30
2023-07-11 13:27:27 +00:00
Stefano Torresi
60e9b32f9d Accepting request 1073776 from home:ojkastl_buildservice:Branch_server_monitoring
rework spec file to use obscpio

OBS-URL: https://build.opensuse.org/request/show/1073776
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=28
2023-05-03 11:26:46 +00:00
Witek Bedyk
e5ff7d8fe0 Accepting request 1057808 from home:ojkastl_buildservice:Prometheus_Grafana_SLES15
- Update to version 0.14.0:
  * Add the ability to override tags per GOOS
  * Remove ioutil
  * Update common Prometheus files (#232) (#224)
  * Validate environment variable value
  * Set build date from SOURCE_DATE_EPOCH
- drop patch 0001-Set-build-date-from-SOURCE_DATE_EPOCH.patch that is
  included upstream now

OBS-URL: https://build.opensuse.org/request/show/1057808
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=26
2023-01-11 15:53:40 +00:00
e950921561 Accepting request 959292 from home:ecsos:monitoring
- Update to version 0.13.0:

Need for new golang-github-prometheus-alertmanager.

OBS-URL: https://build.opensuse.org/request/show/959292
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=10
2022-03-03 21:31:36 +00:00
Klaus Kämpf
02546398a6 Accepting request 772196 from home:witekbedyk:branches:server:monitoring
- Update to 0.5.0
  + Features:
    * Add support for aix/ppc64. #151
    * Fallback to git describe output if no VERSION. #130
    * Make extldflags extensible by configuration. #125
  + Enhancements:
    * cmd/release: add --timeout option. #142
    * cmd/release: create release in GitHub if none exists. #148
    * Avoid bind-mounting to allow building with a remote docker engine #95
  + Bug Fixes:
    * cmd/tarball: restore --prefix flag. #133
    * cmd/release: don't leak credentials in case of error. #136
- Use obs-service-go_modules

OBS-URL: https://build.opensuse.org/request/show/772196
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=6
2020-03-04 17:25:30 +00:00
Joop Boonen
415296d795 Accepting request 672761 from home:jfajerski:branches:server:monitoring
- Update to 0.2.0
  + Features:
    * Adding changes to support s390x
    * Add option to disable static linking
    * Add support for 32bit MIPS.
    * Added check_licenses Command to Promu
  + Enhancements:
    * Allow to customize nested options via env variables
    * Bump Go version to 1.11
    * Add warning if promu info is unable to determine repo info
  + Bug Fixes:
    * Fix build on SmartOS by not setting gcc's -static flag
    * Fix git repository url parsing

OBS-URL: https://build.opensuse.org/request/show/672761
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=4
2019-02-08 18:24:14 +00:00
Lars Vogdt
680b2cf4f3 Accepting request 569459 from security:logging
- Update to 0.1.0

OBS-URL: https://build.opensuse.org/request/show/569459
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=2
2018-01-29 12:36:02 +00:00
Lars Vogdt
2410bce719 Accepting request 492591 from home:SilvioMoioli:tools
Prometheus build dependency

OBS-URL: https://build.opensuse.org/request/show/492591
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-promu?expand=0&rev=1
2017-05-17 21:59:02 +00:00