- fixing return values if setuid() fails
This commit is contained in:
parent
0d125d69e9
commit
cd2caf7c3d
@ -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 <rvokal@redhat.com> 20020927-19
|
||||
- return values fixed - patch from suse.de
|
||||
|
||||
* Mon Oct 18 2004 Radek Vokal <rvokal@redhat.com>
|
||||
- ifenslave.c and README.bonding updated from kernel-2.6.8-1.521 (#136059)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user