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