Update package to version 0.23.0

This commit is contained in:
jxy_git 2023-01-31 10:09:22 +08:00
parent 5fdcb9d681
commit 32c20337ed
4 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -1,12 +1,12 @@
%define __debug_install_post %{_rpmconfigdir}/find-debuginfo.sh %{?_find_debuginfo_opts} "%{_builddir}/%{?buildsubdir}" %{nil}
%define debug_package %{nil}
Name: blackbox_exporter
Version: 0.19.0
Release: 2
Version: 0.23.0
Release: 1
Summary: Prometheus blackbox prober exporter
License: Apache-2.0
Url: https://github.com/prometheus/blackbox_exporter
Source: https://github.com/prometheus/blackbox_exporter/archive/refs/tags/v%{version}.tar.gz
URL: https://github.com/prometheus/blackbox_exporter
Source0: https://github.com/prometheus/blackbox_exporter/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}.service
Source2: vendor.tar.gz
BuildRequires: golang promu
@ -41,6 +41,9 @@ install -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/prometheus/blackbox.yml
%changelog
* Tue Jan 31 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.23.0-1
- Update package to version 0.23.0
* Tue Aug 10 2021 huanghaitao <huanghaitao8@huawei.com> - 0.19.0-2
- Fix systemd macro spelling errors.

Binary file not shown.

Binary file not shown.