From c2bd31fe07daaab2b7bbdafd9d00f663f0f197f3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Nov 30 2020 22:28:25 +0000 Subject: Add make to BuildRequires --- diff --git a/evtest.spec b/evtest.spec index 3f90e2d..9253e33 100644 --- a/evtest.spec +++ b/evtest.spec @@ -1,17 +1,17 @@ Name: evtest Version: 1.34 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Event device test program License: GPLv2+ URL: http://cgit.freedesktop.org/evtest/ Source0: http://cgit.freedesktop.org/evtest/snapshot/%{name}-%{version}.tar.bz2 -BuildRequires: automake gcc +BuildRequires: automake gcc make BuildRequires: asciidoc xmlto libxml2-devel %description -%{name} is a simple utility to query information about input devices +%{name} is a simple utility to query information about input devices and watch the event stream generated by input devices. %prep @@ -32,6 +32,9 @@ make install DESTDIR=%{buildroot} %{_mandir}/man1/evtest.1* %changelog +* Tue Dec 01 2020 Peter Hutterer 1.34-4 +- Add make to BuildRequires + * Mon Jul 27 2020 Fedora Release Engineering - 1.34-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild