[main] update fping to v5.0 (#2073)
* update fping to v5.0 * update changelog comment * address spec linter
This commit is contained in:
parent
3398b7ccd8
commit
28a258c6a8
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"Signatures": {
|
"Signatures": {
|
||||||
"fping-4.2.tar.gz": "7d339674b6a95aae1d8ad487ff5056fd95b474c3650938268f6a905c3771b64a"
|
"fping-5.0.tar.gz": "ed38c0b9b64686a05d1b3bc1d66066114a492e04e44eef1821d43b1263cd57b8"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,13 +1,13 @@
|
||||||
Summary: Utility to send ICMP echo probes to network hosts
|
Summary: Utility to send ICMP echo probes to network hosts
|
||||||
Name: fping
|
Name: fping
|
||||||
Version: 4.2
|
Version: 5.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Productivity/Networking/Diagnostic
|
|
||||||
Vendor: Microsoft Corporation
|
Vendor: Microsoft Corporation
|
||||||
Distribution: Mariner
|
Distribution: Mariner
|
||||||
|
Group: Productivity/Networking/Diagnostic
|
||||||
URL: https://www.fping.org/
|
URL: https://www.fping.org/
|
||||||
Source0: https://fping.org/dist/%{name}-%{version}.tar.gz
|
Source0: https://github.com/schweikert/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
|
||||||
|
@ -29,13 +29,16 @@ rm -rf %{buildroot}%{_infodir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%license COPYING
|
|
||||||
%{_sbindir}/fping
|
%{_sbindir}/fping
|
||||||
%{_sbindir}/fping6
|
%{_sbindir}/fping6
|
||||||
%doc CHANGELOG.md COPYING
|
%license COPYING
|
||||||
|
%doc CHANGELOG.md
|
||||||
%doc %{_mandir}/man8/fping.8*
|
%doc %{_mandir}/man8/fping.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 16 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 4.2-3
|
||||||
- Removing the explicit %%clean stage.
|
- Removing the explicit %%clean stage.
|
||||||
- License verified.
|
- License verified.
|
||||||
|
@ -45,7 +48,9 @@ rm -rf %{buildroot}%{_infodir}
|
||||||
|
|
||||||
* Mon Mar 16 2020 Henry Beberman <henry.beberman@microsoft.com> 4.2-1
|
* Mon Mar 16 2020 Henry Beberman <henry.beberman@microsoft.com> 4.2-1
|
||||||
- Updated to 4.2. Updated License.
|
- Updated to 4.2. Updated License.
|
||||||
|
|
||||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 4.1-2
|
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 4.1-2
|
||||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||||
|
|
||||||
* Wed Jan 23 2019 Dweep Advani <dadvani@vmware.com> 4.1-1
|
* Wed Jan 23 2019 Dweep Advani <dadvani@vmware.com> 4.1-1
|
||||||
- Added fping package to Photon 2.0
|
- Added fping package to Photon 2.0
|
||||||
|
|
|
@ -3950,8 +3950,8 @@
|
||||||
"type": "other",
|
"type": "other",
|
||||||
"other": {
|
"other": {
|
||||||
"name": "fping",
|
"name": "fping",
|
||||||
"version": "4.2",
|
"version": "5.0",
|
||||||
"downloadUrl": "https://fping.org/dist/fping-4.2.tar.gz"
|
"downloadUrl": "https://github.com/schweikert/fping/releases/download/v5.0/fping-5.0.tar.gz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue