From e444861756f2c347ad267866c9385d0c204be372 Mon Sep 17 00:00:00 2001 From: zhanzhimin Date: Wed, 30 Jun 2021 14:22:47 +0800 Subject: [PATCH] fix build failure due to lack of git buildrequires --- linuxconsoletools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/linuxconsoletools.spec b/linuxconsoletools.spec index 0a17eb6..a5b7cf6 100644 --- a/linuxconsoletools.spec +++ b/linuxconsoletools.spec @@ -2,7 +2,7 @@ Name: linuxconsoletools Version: 1.7.0 -Release: 1 +Release: 2 Summary: Tools for connecting/testing joysticks & legacy devices to the kernel's input subsystem License: GPLv2+ URL: http://sourceforge.net/projects/linuxconsole/ @@ -31,7 +31,7 @@ Summary: Help manual for %{name} The %{name}-help package conatins man manual etc %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %make_build PREFIX=%{_prefix} CFLAGS="%{optflags}" @@ -64,6 +64,9 @@ chmod -x %{buildroot}%{_mandir}/man1/* %changelog +* Wed Jun 30 2021 zhanzhimin - 1.7.0-2 +- fix build failure due to lack of git buildrequires + * Mon Oct 26 2020 weishengjing1 - 1.7.0-1 - upgrade to v1.7.0