Accepting request 50187 from home:RedDwarf:branches:network:utilities

OBS-URL: https://build.opensuse.org/request/show/50187
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=15
This commit is contained in:
Pavol Rusnak 2010-10-11 12:51:32 +00:00 committed by Git OBS Bridge
parent c5c1e72571
commit c087db1fbb
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 11 03:56:55 UTC 2010 - reddwarf@opensuse.org
- Use POSIX capabilities instead of SUID for ping
-------------------------------------------------------------------
Tue Sep 7 20:35:03 UTC 2010 - aj@suse.de

View File

@ -100,8 +100,14 @@ rm -rf $RPM_BUILD_ROOT
/sbin/arping
/sbin/ifenslave
/sbin/clockdiff
# Official rpm packages prior to 11.4 hadn't libcap support
%if 0%{?suse_version} <= 1130
%attr(4755,root,root) /bin/ping
%attr(4755,root,root) /bin/ping6
%else
%caps(cap_net_raw=ep) /bin/ping
%caps(cap_net_raw=ep) /bin/ping6
%endif
/bin/ipg
/sbin/tracepath
/sbin/tracepath6