From b44740ef6db0f20680df53fc6c4187632bc593bf Mon Sep 17 00:00:00 2001 From: linjiaxin Date: Fri, 30 Jul 2021 06:37:04 +0000 Subject: [PATCH] update fping.spec. --- fping.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fping.spec b/fping.spec index 768eed4..ab8f6e9 100644 --- a/fping.spec +++ b/fping.spec @@ -2,7 +2,7 @@ Name: fping Version: 4.2 -Release: 1 +Release: 2 Summary: fping is a program to send ICMP echo probes to network hosts License: BSD like URL: http://www.fping.org/ @@ -17,7 +17,7 @@ fping is a program to send ICMP echo probes to network hosts, similar to ping, b %setup -q -n %{name}-%{version}/ %build -%configure +%configure CFLAGS="$CFLAGS -fcommon" %make_build %install @@ -37,6 +37,9 @@ fping is a program to send ICMP echo probes to network hosts, similar to ping, b %{_mandir}/* %changelog +* Fri Jul 30 2021 linjiaxin5 - 4.2-2 +- Fix failure caused by GCC upgrade to 10 + * Sun Mar 29 2020 Wei Xiong - Package init -- Gitee