- fix ifenslave man page (#185223)
This commit is contained in:
parent
7dbadef037
commit
dc61282663
@ -1,7 +1,7 @@
|
||||
Summary: Network monitoring tools including ping.
|
||||
Name: iputils
|
||||
Version: 20020927
|
||||
Release: 35
|
||||
Release: 36
|
||||
License: BSD
|
||||
Group: System Environment/Daemons
|
||||
Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz
|
||||
@ -26,7 +26,7 @@ Patch15: iputils-20020927-12-arping.patch
|
||||
Patch16: iputils-getaddrinfo.patch
|
||||
Patch17: iputils-flood.patch
|
||||
Patch18: iputils-ping-168166.patch
|
||||
Patch19: iputils-ipv6-hoplimit.patch
|
||||
Patch19: iputils-ipv6-hoplimit2.patch
|
||||
Patch20: iputils-gcc41.patch
|
||||
Patch21: iputils-ping_cleanup.patch
|
||||
Prefix: %{_prefix}
|
||||
@ -71,7 +71,7 @@ the target machine is alive and receiving network traffic.
|
||||
%ifarch s390 s390x
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
|
||||
%else
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fpie -Werror"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fpie"
|
||||
%endif
|
||||
export LDFLAGS="-pie"
|
||||
make
|
||||
@ -165,6 +165,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
||||
|
||||
%changelog
|
||||
* Sun Mar 12 2006 Radek Vokál <rvokal@redhat.com> - 20020927-36
|
||||
- fix ifenslave man page (#185223)
|
||||
|
||||
* Fri Feb 24 2006 Radek Vokál <rvokal@redhat.com> - 20020927-35
|
||||
- add PreReq: chkconfig (#182799,#182798)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user