diff --git a/alertmanager.spec b/alertmanager.spec index bd532e13621c5337c741ca95187e6d6669ad84e8..cf03212eb01cad88a006fa1d206533c6bc7b70c0 100644 --- a/alertmanager.spec +++ b/alertmanager.spec @@ -2,18 +2,18 @@ Name: alertmanager Version: 0.21.0 -Release: 4 +Release: 5 Summary: Prometheus Alertmanager. License: ASL 2.0 URL: https://github.com/prometheus/%{name} - Source0: https://github.com/prometheus/%{name}/archive/refs/tags/v%{version}.tar.gz Source1: %{name}.service Source2: %{name}.default Source3: %{name}.yml BuildRequires: golang +BuildRequires: systemd %{?systemd_requires} Requires(pre): shadow-utils @@ -65,6 +65,9 @@ exit 0 %dir %attr(755, prometheus, prometheus)%{_sharedstatedir}/prometheus %changelog +* Fri Feb 03 2023 jiangxinyu - 0.21.0-5 +- Add buildRequires systemd + * Sat Jan 29 2022 yangzhao - 0.21.0-4 - Build from source code