!2 update package to version 1.3.3

From: @xiangbudaomz 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2023-12-06 08:37:15 +00:00 committed by Gitee
commit 397573a138
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 7 additions and 3 deletions

Binary file not shown.

View File

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

Binary file not shown.