From 84886a19df07e28f14157bfff349977224f88e50 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 25 Mar 2022 10:17:42 +0800 Subject: [PATCH] Delete release %{?dist} --- prometheus2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/prometheus2.spec b/prometheus2.spec index 91d7a6f..f6e3619 100644 --- a/prometheus2.spec +++ b/prometheus2.spec @@ -2,7 +2,7 @@ Name: prometheus2 Version: 2.20.0 -Release: 1%{?dist} +Release: 2 Summary: The Prometheus 2.x monitoring system and time series database. License: ASL 2.0 URL: https://prometheus.io @@ -76,5 +76,8 @@ exit 0 %dir %attr(755, prometheus, prometheus)%{_sharedstatedir}/prometheus %changelog +* Fri Mar 25 2022 yaoxin - 2.20.0-2 +- Delete release %{?dist} + * Tue Aug 11 2020 houjian - 2.20.0-1 - Init project prometheus -- Gitee