From c2155c43b779325e0cfb2261e524fd9b84b5f3c2 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:33:26 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- setserial.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setserial.spec b/setserial.spec index d3ce63e..bd01c22 100644 --- a/setserial.spec +++ b/setserial.spec @@ -1,7 +1,7 @@ %define _bindir /bin Name: setserial Version: 2.17 -Release: 51 +Release: 52 Summary: A utility for configuring serial ports License: GPL+ URL: http://setserial.sourceforge.net @@ -13,7 +13,7 @@ Patch2: setserial-2.17-spelling.patch Patch3: setserial-hayesesp.patch Patch4: setserial-aarch64.patch -BuildRequires: gcc groff git +BuildRequires: gcc groff %description setserial is a program designed to set and/or report the @@ -22,7 +22,7 @@ configuration information associated with a serial port. %package_help %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %set_build_flags @@ -47,6 +47,9 @@ install -d %{buildroot}/%{_mandir}/man8 %{_mandir}/man*/*.gz %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.17-52 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Tue Dec 15 2020 xihaochen - 2.17-51 - Type:requirement - ID:NA