From c3111fefd2ac8ffcebdee9c2be001920102c5579 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:10:03 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- ntpstat.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ntpstat.spec b/ntpstat.spec index 0537757..83bc820 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 -- Gitee