From 07dd19fe4c1e91c95afa1cdd95bc84365f006fd0 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:39:43 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- usbutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/usbutils.spec b/usbutils.spec index 0e5687f..7dbc5b2 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -1,6 +1,6 @@ Name: usbutils Version: 012 -Release: 2 +Release: 3 Summary: Linux utilities for USB device License: GPLv2+ URL: http://www.linux-usb.org/ @@ -11,7 +11,7 @@ Source2: GPL-3.0.txt Patch1: 0001-usbmisc-initialize-string-buffer-before-reading-from.patch -BuildRequires: libusbx-devel systemd-devel git gcc autoconf automake libtool +BuildRequires: libusbx-devel systemd-devel gcc autoconf automake libtool Requires: hwdata %description @@ -25,7 +25,7 @@ Requires: man This contains man files for the using of usbutils. %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build autoreconf -vif @@ -46,6 +46,9 @@ install -D -m 644 %{SOURCE2} %{buildroot}%{_defaultlicensedir}/%{name}/GPL-3.0.t %{_mandir}/*/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 012-3 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Oct 29 2020 Zhiqiang Liu -012-2 - backport one patch to init string buffer before reading from it -- Gitee