[main] update fping to v5.0 (#2073)

* update fping to v5.0

* update changelog comment

* address spec linter
This commit is contained in:
Cameron E Baird 2022-02-02 16:11:32 -08:00 committed by GitHub
parent 3398b7ccd8
commit 28a258c6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 15 deletions

View File

@ -1,5 +1,5 @@
{
"Signatures": {
"fping-4.2.tar.gz": "7d339674b6a95aae1d8ad487ff5056fd95b474c3650938268f6a905c3771b64a"
"fping-5.0.tar.gz": "ed38c0b9b64686a05d1b3bc1d66066114a492e04e44eef1821d43b1263cd57b8"
}
}

View File

@ -1,15 +1,15 @@
Summary: Utility to send ICMP echo probes to network hosts
Name: fping
Version: 4.2
Release: 3%{?dist}
License: BSD
Group: Productivity/Networking/Diagnostic
Summary: Utility to send ICMP echo probes to network hosts
Name: fping
Version: 5.0
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Distribution: Mariner
URL: https://www.fping.org/
Source0: https://fping.org/dist/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
Group: Productivity/Networking/Diagnostic
URL: https://www.fping.org/
Source0: https://github.com/schweikert/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
%description
fping is a ping like program which uses the Internet Control Message Protocol
@ -29,13 +29,16 @@ rm -rf %{buildroot}%{_infodir}
%files
%defattr(-, root, root)
%license COPYING
%{_sbindir}/fping
%{_sbindir}/fping6
%doc CHANGELOG.md COPYING
%license COPYING
%doc CHANGELOG.md
%doc %{_mandir}/man8/fping.8*
%changelog
* Wed Feb 02 2022 Cameron Baird <cameronbaird@microsoft.com> - 5.0-1
- Update to 5.0
* Thu Dec 16 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 4.2-3
- Removing the explicit %%clean stage.
- License verified.
@ -45,7 +48,9 @@ rm -rf %{buildroot}%{_infodir}
* Mon Mar 16 2020 Henry Beberman <henry.beberman@microsoft.com> 4.2-1
- Updated to 4.2. Updated License.
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 4.1-2
- Initial CBL-Mariner import from Photon (license: Apache2).
* Wed Jan 23 2019 Dweep Advani <dadvani@vmware.com> 4.1-1
- Added fping package to Photon 2.0

View File

@ -3950,8 +3950,8 @@
"type": "other",
"other": {
"name": "fping",
"version": "4.2",
"downloadUrl": "https://fping.org/dist/fping-4.2.tar.gz"
"version": "5.0",
"downloadUrl": "https://github.com/schweikert/fping/releases/download/v5.0/fping-5.0.tar.gz"
}
}
},