- ifenslave.8 from debian.org
- separate ifenslave to its own tarball
This commit is contained in:
parent
e3900ee4ec
commit
a2d67b87d8
@ -1,2 +1,3 @@
|
||||
iputils-ss020927.tar.gz
|
||||
rdisc.initd
|
||||
ifenslave.tar.gz
|
||||
|
14
iputils.spec
14
iputils.spec
@ -1,12 +1,11 @@
|
||||
Summary: Network monitoring tools including ping.
|
||||
Name: iputils
|
||||
Version: 20020927
|
||||
Release: 30
|
||||
Release: 31
|
||||
License: BSD
|
||||
Group: System Environment/Daemons
|
||||
Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz
|
||||
Source1: ifenslave.c
|
||||
Source2: README.bonding
|
||||
Source1: ifenslave.tar.gz
|
||||
Source3: rdisc.initd
|
||||
Patch0: iputils-20020927-rh.patch
|
||||
Patch1: iputils-20020124-ping_sparcfix.patch
|
||||
@ -39,9 +38,7 @@ ECHO_REQUEST packets to a specified network host to discover whether
|
||||
the target machine is alive and receiving network traffic.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
%setup -q -a 1 -n %{name}
|
||||
|
||||
%patch0 -p1 -b .rh
|
||||
%patch1 -p1 -b .ping_sparcfix
|
||||
@ -108,6 +105,7 @@ install -c doc/arping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
install -c doc/ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
install -c doc/rdisc.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
install -c doc/tracepath.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
install -c ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
ln -s %{_mandir}/man8/ping.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/ping6.8.gz
|
||||
ln -s %{_mandir}/man8/tracepath.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/tracepath6.8.gz
|
||||
|
||||
@ -160,6 +158,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
||||
|
||||
%changelog
|
||||
* Mon Dec 02 2005 Radek Vokal <rvokal@redhat.com> 20020927-31
|
||||
- ifenslave.8 from debian.org
|
||||
- separate ifenslave to its own tarball
|
||||
|
||||
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> 20020927-30
|
||||
- don't ship traceroute6, now part of traceroute package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user