|
|
@ -1,8 +1,8 @@
|
|
|
|
%global _hardened_build 1
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: fping
|
|
|
|
Name: fping
|
|
|
|
Version: 4.1
|
|
|
|
Version: 4.2
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Scriptable, parallelized ping-like utility
|
|
|
|
Summary: Scriptable, parallelized ping-like utility
|
|
|
|
License: BSD with advertising
|
|
|
|
License: BSD with advertising
|
|
|
|
URL: http://www.fping.org/
|
|
|
|
URL: http://www.fping.org/
|
|
|
@ -17,21 +17,27 @@ monitoring of large numbers of systems, and is developed with ease of
|
|
|
|
use in scripting in mind.
|
|
|
|
use in scripting in mind.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%configure
|
|
|
|
make
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make DESTDIR="$RPM_BUILD_ROOT" install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc CHANGELOG.md COPYING
|
|
|
|
%doc CHANGELOG.md
|
|
|
|
|
|
|
|
%license COPYING
|
|
|
|
%attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/fping
|
|
|
|
%attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/fping
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Feb 27 2019 Charles R. Anderson <cra@wpi.edu> - 4.2-1
|
|
|
|
|
|
|
|
- update to 4.2
|
|
|
|
|
|
|
|
- use %%autosetup, %%make_build, %%make_install macros
|
|
|
|
|
|
|
|
- mark COPYING as %%license
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-2
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|