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
This commit is contained in:
parent
f68920d7df
commit
415296d795
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/prometheus/promu.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">0.1.0</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">0.2.0</param>
|
||||
<param name="revision">v0.2.0</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">promu-*.tar</param>
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 8 11:05:48 UTC 2019 - Jan Fajerski <jan.fajerski@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 10:13:29 UTC 2018 - kkaempf@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package golang-github-prometheus-promu
|
||||
#
|
||||
# Copyright (c) 2017 Silvio Moioli <moio@suse.com>
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,19 +12,21 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{go_nostrip}
|
||||
|
||||
Name: golang-github-prometheus-promu
|
||||
Version: 0.1.0
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Prometheus Utility Tool
|
||||
Url: https://github.com/prometheus/promu
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
Url: https://github.com/prometheus/promu
|
||||
Source: promu-%{version}.tar.xz
|
||||
BuildRequires: go1.11
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -48,7 +50,8 @@ The Prometheus Utility Tool is used by the Prometheus project to build other com
|
||||
|
||||
%files -f file.lst
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md LICENSE
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/promu
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47213b22e9f3565694a6d65b85ab453a2d5f42b03ef0571be41a24f93ce1fd9a
|
||||
size 449488
|
3
promu-0.2.0.tar.xz
Normal file
3
promu-0.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffb06771bf63610296b557f6879b8e4e8a2086bc96133353e657b9d1edf2e9b0
|
||||
size 451812
|
Loading…
x
Reference in New Issue
Block a user