!8 fix build failure that unitdir cannot be identified

From: @zmr_2020 
Reviewed-by: @biannm 
Signed-off-by: @biannm
This commit is contained in:
openeuler-ci-bot 2023-03-03 09:56:11 +00:00 committed by Gitee
commit ee2bff90b0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <zhang_jian7@hoperun.com> - 0.21.0-5
- fix build failure that unitdir cannot be identified
* Sat Jan 29 2022 yangzhao <yangzhao1@kylinos.cn> - 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 <houjian@kylinos.cn> - 0.21.0-2
- Package init
- Package init