From cc7bd3a554ac8853c6a9b8060357c6612081b5e4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 18 Feb 2018 21:28:43 +0100 Subject: [PATCH] Add BuildRequires: make/gcc Signed-off-by: Igor Gnatenko --- iio-sensor-proxy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/iio-sensor-proxy.spec b/iio-sensor-proxy.spec index cca10f6..f708740 100644 --- a/iio-sensor-proxy.spec +++ b/iio-sensor-proxy.spec @@ -1,12 +1,14 @@ Name: iio-sensor-proxy Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: IIO accelerometer sensor to input device proxy License: GPLv3+ URL: https://github.com/hadess/iio-sensor-proxy Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz +BuildRequires: make +BuildRequires: gcc BuildRequires: gtk-doc BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(systemd) @@ -63,6 +65,9 @@ This package contains the documentation for %{name}. %{_datadir}/gtk-doc/html/%{name}/ %changelog +* Sun Feb 18 2018 Igor Gnatenko - 2.4-3 +- Add BuildRequires: make/gcc + * Wed Feb 07 2018 Fedora Release Engineering - 2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild