- fixes #646444 - Replace SETUID in spec file with the correct file capabilities

This commit is contained in:
Jiri Skala 2010-10-27 10:38:48 +02:00
parent 1dba23a03d
commit 37d219fe53

View File

@ -1,7 +1,7 @@
Summary: Network monitoring tools including ping
Name: iputils
Version: 20101006
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD
URL: http://www.skbuff.net/iputils
Group: System Environment/Daemons
@ -134,10 +134,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/clockdiff
/sbin/arping
%{_sbindir}/arping
%attr(4755,root,root) /bin/ping
%attr(0755,root,root) %caps(cap_net_raw=ep) /bin/ping
/sbin/ifenslave
/sbin/rdisc
%attr(4755,root,root) /bin/ping6
%attr(0755,root,root) %caps(cap_net_raw=ep) /bin/ping6
/bin/tracepath
/bin/tracepath6
%{_sbindir}/ping6
@ -147,6 +147,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sysconfdir}/rc.d/init.d/rdisc
%changelog
* Wed Oct 27 2010 Jiri Skala <jskala@redhat.com> - 20101006-2
- fixes #646444 - Replace SETUID in spec file with the correct file capabilities
* Mon Oct 11 2010 Jiri Skala <jskala@redhat.com> - 20101006-1
- update to latest upstream