Add gcc as explicit BR. Pulled in by libtool atm but let's be explicit anyway

This commit is contained in:
Peter Hutterer 2018-07-13 13:36:33 +10:00
parent 5e950562cb
commit 614d75ffa2

View File

@ -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 <peter.hutterer@redhat.com> 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 <peter.hutterer@redhat.com> 1.5.9-4
- Replace all python3 calls with the rpm macro
- Switch to autosetup git to match other packages