From 21f2c9d7de35fcbd3fdc1bdb1ad0ccb984489ff1 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Thu, 28 Apr 2022 15:30:09 +0800 Subject: [PATCH] rebuild ntpstat --- ntpstat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ntpstat.spec b/ntpstat.spec index 83bc820..d74c5b0 100644 --- a/ntpstat.spec +++ b/ntpstat.spec @@ -1,6 +1,6 @@ Name: ntpstat Version: 0.6 -Release: 2 +Release: 3 Summary: Print NTP synchronisation status License: MIT URL: https://github.com/mlichvar/ntpstat @@ -43,6 +43,9 @@ install -p -m644 ./ntpstat.1 $RPM_BUILD_ROOT%{_mandir}/man1 %{_mandir}/man1/ntpstat.* %changelog +* Thu Apr 28 2022 yanglu - 0.6-3 +- DESC: rebuild ntpstat + * Fri Jul 30 2021 chenyanpanHW - 0.6-2 - DESC: delete -S git from %autosetup, and delete BuildRequires git -- Gitee