!10 [sync] PR-7: 修复%{_unitdir}宏不能识别问题
From: @openeuler-sync-bot Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
14907a2604
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: prometheus2
|
Name: prometheus2
|
||||||
Version: 2.20.0
|
Version: 2.20.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Prometheus 2.x monitoring system and time series database.
|
Summary: The Prometheus 2.x monitoring system and time series database.
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://prometheus.io
|
URL: https://prometheus.io
|
||||||
@ -19,6 +19,7 @@ Source0: prometheus-%{version}.linux-%{hostarch}.tar.gz
|
|||||||
Source1: prometheus.service
|
Source1: prometheus.service
|
||||||
Source2: prometheus.default
|
Source2: prometheus.default
|
||||||
|
|
||||||
|
BuildRequires: systemd
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
|
|
||||||
@ -76,5 +77,8 @@ exit 0
|
|||||||
%dir %attr(755, prometheus, prometheus)%{_sharedstatedir}/prometheus
|
%dir %attr(755, prometheus, prometheus)%{_sharedstatedir}/prometheus
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 28 2022 wulei <wulei80@huawei.com> - 2.20.0-2
|
||||||
|
- Fix %{_unitdir} not identified
|
||||||
|
|
||||||
* Tue Aug 11 2020 houjian <houjian@kylinos.cn> - 2.20.0-1
|
* Tue Aug 11 2020 houjian <houjian@kylinos.cn> - 2.20.0-1
|
||||||
- Init project prometheus
|
- Init project prometheus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user