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