- 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
|
iputils-ss020927.tar.gz
|
||||||
rdisc.initd
|
rdisc.initd
|
||||||
|
ifenslave.tar.gz
|
||||||
|
14
iputils.spec
14
iputils.spec
@ -1,12 +1,11 @@
|
|||||||
Summary: Network monitoring tools including ping.
|
Summary: Network monitoring tools including ping.
|
||||||
Name: iputils
|
Name: iputils
|
||||||
Version: 20020927
|
Version: 20020927
|
||||||
Release: 30
|
Release: 31
|
||||||
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
|
||||||
Source1: ifenslave.c
|
Source1: ifenslave.tar.gz
|
||||||
Source2: README.bonding
|
|
||||||
Source3: rdisc.initd
|
Source3: rdisc.initd
|
||||||
Patch0: iputils-20020927-rh.patch
|
Patch0: iputils-20020927-rh.patch
|
||||||
Patch1: iputils-20020124-ping_sparcfix.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.
|
the target machine is alive and receiving network traffic.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -a 1 -n %{name}
|
||||||
cp %{SOURCE1} .
|
|
||||||
cp %{SOURCE2} .
|
|
||||||
|
|
||||||
%patch0 -p1 -b .rh
|
%patch0 -p1 -b .rh
|
||||||
%patch1 -p1 -b .ping_sparcfix
|
%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/ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||||
install -c doc/rdisc.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 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/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
|
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
|
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> 20020927-30
|
||||||
- don't ship traceroute6, now part of traceroute package
|
- don't ship traceroute6, now part of traceroute package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user