!7 Add buildRequires systemd

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-02-03 08:14:49 +00:00 committed by Gitee
commit 731a4cc7b8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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