From 915f76b231b0cf3df0b729e18199f1b6c25531cf Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Jul 20 2018 12:44:39 +0000 Subject: Fixed FTBFS by adding gcc requirement Resolves: rhbz#1603377 --- diff --git a/amprd.spec b/amprd.spec index d0f3e27..d2b0d60 100644 --- a/amprd.spec +++ b/amprd.spec @@ -9,11 +9,11 @@ Summary: An user-space IPIP encapsulation daemon for the ampr network Name: amprd Version: 2.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ Group: Applications/Communications URL: http://www.yo2loj.ro/hamprojects/ -BuildRequires: dos2unix, systemd +BuildRequires: gcc, dos2unix, systemd Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -66,6 +66,10 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} startup_example.sh interface %{_unitdir}/amprd.service %changelog +* Fri Jul 20 2018 Jaroslav Škarvada - 2.1-6 +- Fixed FTBFS by adding gcc requirement + Resolves: rhbz#1603377 + * Thu Jul 12 2018 Fedora Release Engineering - 2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild