delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:39:32 +08:00
parent 9acff0acd4
commit cf9c095087
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -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 <chenyanpan@huawei.com> - 0.8.0-6
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Tue Jun 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 0.8.0-5
- add buildrequire gcc.