diff --git a/ntpstat.spec b/ntpstat.spec index 0537757aff6faa9985b3a39463c2f7fed584ac57..83bc8201f7ff9caa48e66fa85a2a8db880e4ed04 100644 --- a/ntpstat.spec +++ b/ntpstat.spec @@ -1,13 +1,12 @@ Name: ntpstat Version: 0.6 -Release: 1 +Release: 2 Summary: Print NTP synchronisation status License: MIT URL: https://github.com/mlichvar/ntpstat Source0: https://github.com/mlichvar/ntpstat/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: git Requires: (ntp or chrony) %description @@ -23,7 +22,7 @@ Contains secondary development documentation and interface function descriptions, man, info, etc. related documents and manuals for %{name} %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build @@ -44,6 +43,9 @@ install -p -m644 ./ntpstat.1 $RPM_BUILD_ROOT%{_mandir}/man1 %{_mandir}/man1/ntpstat.* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.6-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Wed Jul 22 2020 yuboyun - 0.6-1 - Type:bugfix - ID:NA