From 38cde58c4aa3e9299e419ff5ead883efe5a7ed4c Mon Sep 17 00:00:00 2001 From: "Charles R. Anderson" Date: Sun, 18 Feb 2018 18:31:45 -0500 Subject: [PATCH] add BR gcc --- fping.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fping.spec b/fping.spec index c020d9d..8ad7f86 100644 --- a/fping.spec +++ b/fping.spec @@ -2,13 +2,15 @@ Name: fping Version: 4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Scriptable, parallelized ping-like utility Group: Applications/Internet License: BSD with advertising URL: http://www.fping.org/ Source0: http://fping.org/dist/%{name}-%{version}.tar.gz +BuildRequires: gcc + %description fping is a ping-like program which can determine the accessibility of multiple hosts using ICMP echo requests. fping is designed for parallelized @@ -32,6 +34,9 @@ make DESTDIR="$RPM_BUILD_ROOT" install %{_mandir}/man8/* %changelog +* Sun Feb 18 2018 Charles R. Anderson - 4.0-6 +- Add BR gcc + * Wed Feb 07 2018 Fedora Release Engineering - 4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild