update package to version 1.3.3

This commit is contained in:
zouzhimin 2023-12-06 16:19:58 +08:00
parent c043801504
commit 14704988d4
4 changed files with 7 additions and 3 deletions

Binary file not shown.

View File

@ -2,7 +2,7 @@
Name: prometheus-ha_cluster_exporter
# Version will be processed via set_version source service
Version: 1.3.1
Version: 1.3.3
Release: 1
Summary: Prometheus exporter for Pacemaker HA clusters metrics
License: Apache-2.0
@ -10,10 +10,11 @@ URL: https://github.com/ClusterLabs/ha_cluster_exporter
Source: https://github.com/ClusterLabs/ha_cluster_exporter/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# tar -xvf Source0
# run 'go mod vendor' in it
# tar -czvf promu-vendor.tar.gz vendor
# run 'go env -w GOPROXY=https://goproxy.cn'
# tar -czvf vendor.tar.gz vendor
Source1: vendor.tar.gz
BuildRequires: golang >= 1.14
BuildRequires: golang >= 1.20
BuildRequires: systemd
Provides: ha_cluster_exporter = %{version}-%{release}
@ -59,5 +60,8 @@ install -D -m 644 %{shortname}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig.%{
%{_sysconfdir}/sysconfig.%{name}
%changelog
* Tue Dec 5 2023 <zouzhimin@kylinos.cn> -1.3.3-1
- update package to version 1.3.3
* Mon Nov 27 2023 <zouzhimin@kylinos.cn> -1.3.1-1
- init package 1.3.1 release

Binary file not shown.