From cf9c095087ec9721b2cbd2937b1127dadf1a41af Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:39:32 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- usbredir.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/usbredir.spec b/usbredir.spec index a4110d3..d9e0033 100644 --- a/usbredir.spec +++ b/usbredir.spec @@ -1,13 +1,13 @@ Name: usbredir Version: 0.8.0 -Release: 5 +Release: 6 Summary: network protocol libraries for sending USB device traffic License: LGPLv2+ and GPLv2+ URL: https://www.spice-space.org/usbredir.html Source0: http://spice-space.org/download/%{name}/%{name}-%{version}.tar.bz2 -BuildRequires: libusb1-devel >= 1.0.9 git gcc +BuildRequires: libusb1-devel >= 1.0.9 gcc Provides: %{name}-server Obsoletes: %{name}-server @@ -35,7 +35,7 @@ This contains man files for the using of usbredir. %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %configure --disable-static @@ -66,6 +66,9 @@ make %{?_smp_mflags} V=1 %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.8.0-6 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Tue Jun 29 2021 zhouwenpei - 0.8.0-5 - add buildrequire gcc.