From 1fb16759ad745f232c5e1caf66de7fb47ac46c0b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 12 2020 00:23:46 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/iputils.spec b/SPECS/iputils.spec index 4bda4ad..43e74f7 100644 --- a/SPECS/iputils.spec +++ b/SPECS/iputils.spec @@ -3,7 +3,7 @@ Summary: Network monitoring tools including ping Name: iputils Version: 20180629 -Release: 3%{?dist} +Release: 4%{?dist} # some parts are under the original BSD (ping.c) # some are under GPLv2+ (tracepath.c) License: BSD and GPLv2+ @@ -22,6 +22,7 @@ Patch0: iputils-rh.patch Patch1: iputils-ifenslave.patch Patch2: iputils-freeaddrinfo.patch Patch3: fix-incorrect-statistics.patch +Patch4: ping-add-support-for-sub-second-timeouts.patch %if ! 0%{?_module_build} BuildRequires: docbook-utils perl-SGMLSpm @@ -64,6 +65,7 @@ cp %{SOURCE4} %{SOURCE5} . %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %ifarch s390 s390x @@ -167,6 +169,9 @@ install -m 644 %SOURCE3 ${RPM_BUILD_ROOT}/%{_unitdir} %endif %changelog +* Wed Dec 09 2020 Jan Macku - 20180629-4 +- Fix infinite loop caused by subsecond timeouts (#1852638) + * Tue Dec 08 2020 Jan Macku - 20180629-3 - Fix incorrect ping statistics (#1901780)