Add buildRequires systemd

This commit is contained in:
jxy_git 2023-02-03 15:59:18 +08:00
parent b0fb3ca4fa
commit 49ae448c9d

View File

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