From cd2caf7c3ddc26767e37a6dae827bdc82ba95d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Tue, 7 Dec 2004 14:47:41 +0000 Subject: [PATCH] - fixing return values if setuid() fails --- iputils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/iputils.spec b/iputils.spec index 8a2f646..de0603a 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,7 +1,7 @@ Summary: Network monitoring tools including ping. Name: iputils Version: 20020927 -Release: 18 +Release: 19 License: BSD Group: System Environment/Daemons Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz @@ -18,6 +18,7 @@ Patch7: iputils-glibckernheaders.patch Patch8: iputils-20020927-headers.patch Patch9: iputils-20020927-unaligned.patch Patch10: iputils-20020927-inet_pton.patch +Patch11: iputils-retvals.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: docbook-utils perl-SGMLSpm @@ -45,6 +46,7 @@ cp %{SOURCE2} . %patch8 -p1 -b .headers %patch9 -p1 -b .unaligned %patch10 -p1 -b .inet_pton +%patch11 -p1 -b .retvals %build %ifarch s390 s390x @@ -121,6 +123,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Tue Dec 07 2004 Radek Vokal 20020927-19 +- return values fixed - patch from suse.de + * Mon Oct 18 2004 Radek Vokal - ifenslave.c and README.bonding updated from kernel-2.6.8-1.521 (#136059)