- #455713 not accepted - suid is back

This commit is contained in:
Jiri Skala 2008-09-26 05:58:17 +00:00
parent 921578f7dc
commit a75e8d6059

View File

@ -1,7 +1,7 @@
Summary: Network monitoring tools including ping
Name: iputils
Version: 20071127
Release: 5%{?dist}
Release: 6%{?dist}
License: BSD
URL: http://www.skbuff.net/iputils
Group: System Environment/Daemons
@ -31,7 +31,6 @@ BuildRequires: docbook-utils perl-SGMLSpm
BuildRequires: glibc-kernheaders >= 2.4-8.19
BuildRequires: libidn-devel
Requires(post): /sbin/chkconfig
Requires(post): /usr/sbin/setcap
Requires(preun): /sbin/chkconfig
Requires(preun): /sbin/service
Requires(postun): /sbin/service
@ -112,9 +111,6 @@ mv -f RELNOTES.tmp RELNOTES
%post
/sbin/chkconfig --add rdisc
/usr/sbin/setcap cap_net_raw=ep /bin/ping
/usr/sbin/setcap cap_net_raw=ep /bin/ping6
%preun
if [ $1 = 0 ]; then
service rdisc stop >/dev/null 2>&1
@ -139,10 +135,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/clockdiff
/sbin/arping
%{_sbindir}/arping
%attr(0755,root,root) /bin/ping
%attr(4755,root,root) /bin/ping
/sbin/ifenslave
/sbin/rdisc
%attr(0755,root,root) /bin/ping6
%attr(4755,root,root) /bin/ping6
/bin/tracepath
/bin/tracepath6
%{_sbindir}/ping6
@ -152,6 +148,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sysconfdir}/rc.d/init.d/rdisc
%changelog
* Fri Sep 26 2008 Jiri Skala <jskala@redhat.com> - 20071127-6
- #455713 not accepted - suid is back
* Fri Aug 15 2008 Jiri Skala <jskala@redhat.com> - 20071127-5
- removed a dependency on libsysfs library in arping