diff --git a/alertmanager.spec b/alertmanager.spec index bd532e13621c5337c741ca95187e6d6669ad84e8..b09b133d3d0e506675c45ba8613c9c2acb655419 100644 --- a/alertmanager.spec +++ b/alertmanager.spec @@ -2,7 +2,7 @@ Name: alertmanager Version: 0.21.0 -Release: 4 +Release: 5 Summary: Prometheus Alertmanager. License: ASL 2.0 URL: https://github.com/prometheus/%{name} @@ -14,6 +14,7 @@ Source2: %{name}.default Source3: %{name}.yml BuildRequires: golang +BuildRequires: systemd %{?systemd_requires} Requires(pre): shadow-utils @@ -65,6 +66,9 @@ exit 0 %dir %attr(755, prometheus, prometheus)%{_sharedstatedir}/prometheus %changelog +* Thu Mar 2 2023 zhangjian - 0.21.0-5 +- fix build failure that unitdir cannot be identified + * Sat Jan 29 2022 yangzhao - 0.21.0-4 - Build from source code @@ -74,4 +78,4 @@ exit 0 - DESC: solve empty postun transaction issue. * Tue Aug 11 2020 houjian - 0.21.0-2 -- Package init \ No newline at end of file +- Package init