- ifenslave.8 from debian.org

- separate ifenslave to its own tarball
This commit is contained in:
Radek Vokál 2005-12-05 11:15:21 +00:00
parent e3900ee4ec
commit a2d67b87d8
3 changed files with 10 additions and 6 deletions

View File

@ -1,2 +1,3 @@
iputils-ss020927.tar.gz
rdisc.initd
ifenslave.tar.gz

View File

@ -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

View File

@ -1,2 +1,3 @@
b5493f7a2997130a4f86c486c9993b86 iputils-ss020927.tar.gz
349c02b907d61a143876f85cbd006c89 rdisc.initd
cdffde10730ce9cb4356caa3e8b025da ifenslave.tar.gz