diff --git a/usbutils.spec b/usbutils.spec index 0e5687fed2d5836759a7805f5be79a44d800c2ca..7dbc5b2525cb45d8fe0aa847c4477d9904a7e367 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