From 614d75ffa27a388b0db9ddd32a932bba72d1b599 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 13 Jul 2018 13:36:33 +1000 Subject: [PATCH] Add gcc as explicit BR. Pulled in by libtool atm but let's be explicit anyway --- libevdev.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libevdev.spec b/libevdev.spec index f2b57b6..4badf45 100644 --- a/libevdev.spec +++ b/libevdev.spec @@ -1,6 +1,6 @@ Name: libevdev Version: 1.5.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Kernel Evdev Device Wrapper Library Group: System Environment/Libraries @@ -9,7 +9,7 @@ URL: http://www.freedesktop.org/wiki/Software/libevdev Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz BuildRequires: git-core -BuildRequires: automake libtool +BuildRequires: automake libtool gcc BuildRequires: python3 python3-devel %description @@ -67,6 +67,10 @@ rm -f %{buildroot}%{_libdir}/*.la %{_bindir}/libevdev-tweak-device %changelog +* Fri Jul 13 2018 Peter Hutterer 1.5.9-5 +- Add gcc as explicit BR. Pulled in by libtool atm but let's be + explicit anyway + * Thu Jul 12 2018 Peter Hutterer 1.5.9-4 - Replace all python3 calls with the rpm macro - Switch to autosetup git to match other packages