parent
5d3f0c0e87
commit
3f9ce81039
11
iputils.spec
11
iputils.spec
@ -3,7 +3,7 @@
|
||||
Summary: Network monitoring tools including ping
|
||||
Name: iputils
|
||||
Version: 20161105
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
# some parts are under the original BSD (ping.c)
|
||||
# some are under GPLv2+ (tracepath.c)
|
||||
License: BSD and GPLv2+
|
||||
@ -137,9 +137,9 @@ mv -f RELNOTES.tmp RELNOTES
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license bsd.txt gpl-2.0.txt
|
||||
%{_unitdir}/rdisc.service
|
||||
%attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/clockdiff
|
||||
%attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/arping
|
||||
%attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping
|
||||
%attr(0755,root,root) %caps(cap_net_raw=p) %{_sbindir}/clockdiff
|
||||
%attr(0755,root,root) %caps(cap_net_raw=p) %{_sbindir}/arping
|
||||
%attr(0755,root,root) %caps(cap_net_raw=p cap_net_admin=p) %{_bindir}/ping
|
||||
%{_sbindir}/ifenslave
|
||||
%{_sbindir}/rdisc
|
||||
%{_bindir}/tracepath
|
||||
@ -166,6 +166,9 @@ mv -f RELNOTES.tmp RELNOTES
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2017 Jan Synáček <jsynacek@redhat.com> - 20161105-5
|
||||
- ping does not work in dkr images (#1350019)
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161105-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user