diff --git a/fping.spec b/fping.spec index 768eed4d22927a226ed7cff431df3c87f09fcbfc..ab8f6e97e3b1d9e4a2bf7af447199f3f0cd6cb48 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