auto-import changelog data from iputils-20001110-4.src.rpm
Thu Jun 28 2001 Philipp Knirsch <pknirsch@redhat.de> - Fixed ping statistics overflow bug (#43801) Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de> - Fixed a bunch of compiler warnings (#37131) - Fixed wrong exit code for no packets and deadline (#40323) - Moved arping to /sbin from /usr/sbin due to ifup call (#45785). Symlink from /usr/sbin/ provided for backwards compatibility. Mon Apr 30 2001 Preston Brown <pbrown@redhat.com> - install in.rdisc.8c as rdisc.8
This commit is contained in:
parent
d6a043f309
commit
4838864a5b
32
iputils.spec
32
iputils.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The ping program for checking to see if network hosts are alive.
|
Summary: The ping program for checking to see if network hosts are alive.
|
||||||
Name: iputils
|
Name: iputils
|
||||||
Version: 20001110
|
Version: 20001110
|
||||||
Release: 1
|
Release: 4
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss001110.tar.gz
|
Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss001110.tar.gz
|
||||||
@ -15,7 +15,9 @@ Patch5: iputils-20000418-timetravel.patch
|
|||||||
Patch6: iputils-20000418-speling.patch
|
Patch6: iputils-20000418-speling.patch
|
||||||
Patch7: iputils-20001007-rh7.patch
|
Patch7: iputils-20001007-rh7.patch
|
||||||
Patch8: iputils-20001007-bug23844.patch
|
Patch8: iputils-20001007-bug23844.patch
|
||||||
Patch9: iputils-kernel-2.4.patch
|
Patch9: iputils-20001007-compilerwarnings.patch
|
||||||
|
Patch10: iputils-20001007-deadline.patch
|
||||||
|
Patch11: iputils-20001110-overflow.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -44,7 +46,9 @@ mv -f bonding-0.2/README bonding-0.2/README.ifenslave
|
|||||||
|
|
||||||
%patch7 -p1 -b .rh7
|
%patch7 -p1 -b .rh7
|
||||||
%patch8 -p1 -b .bug23844
|
%patch8 -p1 -b .bug23844
|
||||||
%patch9 -p1 -b .kernel-2.4
|
%patch9 -p1 -b .compilerwarnings
|
||||||
|
%patch10 -p1 -b .deadline
|
||||||
|
%patch11 -p1 -b .overflow
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -55,12 +59,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
|
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
|
||||||
mkdir -p ${RPM_BUILD_ROOT}/{bin,sbin}
|
mkdir -p ${RPM_BUILD_ROOT}/{bin,sbin}
|
||||||
install -c arping ${RPM_BUILD_ROOT}%{_sbindir}/
|
|
||||||
install -c clockdiff ${RPM_BUILD_ROOT}%{_sbindir}/
|
install -c clockdiff ${RPM_BUILD_ROOT}%{_sbindir}/
|
||||||
%ifos linux
|
%ifos linux
|
||||||
|
install -c arping ${RPM_BUILD_ROOT}/sbin/
|
||||||
|
ln -s ../../sbin/arping ${RPM_BUILD_ROOT}%{_sbindir}/arping
|
||||||
install -c ping ${RPM_BUILD_ROOT}/bin/
|
install -c ping ${RPM_BUILD_ROOT}/bin/
|
||||||
install -c bonding-0.2/ifenslave ${RPM_BUILD_ROOT}/sbin/
|
install -c bonding-0.2/ifenslave ${RPM_BUILD_ROOT}/sbin/
|
||||||
%else
|
%else
|
||||||
|
install -c arping ${RPM_BUILD_ROOT}%{_sbindir}/
|
||||||
install -c ping ${RPM_BUILD_ROOT}%{_sbindir}/
|
install -c ping ${RPM_BUILD_ROOT}%{_sbindir}/
|
||||||
install -c bonding-0.2/ifenslave ${RPM_BUILD_ROOT}%{_sbindir}/
|
install -c bonding-0.2/ifenslave ${RPM_BUILD_ROOT}%{_sbindir}/
|
||||||
%endif
|
%endif
|
||||||
@ -73,7 +79,7 @@ install -c traceroute6 ${RPM_BUILD_ROOT}%{_sbindir}/
|
|||||||
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
|
||||||
install -c arping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
install -c arping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||||
install -c clockdiff.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
install -c clockdiff.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||||
install -c in.rdisc.8c ${RPM_BUILD_ROOT}%{_mandir}/man8/in.rdisc.8
|
install -c in.rdisc.8c ${RPM_BUILD_ROOT}%{_mandir}/man8/rdisc.8
|
||||||
install -c ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
install -c ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||||
install -c tracepath.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
install -c tracepath.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||||
|
|
||||||
@ -83,13 +89,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README RELNOTES bonding*/README.ifenslave
|
%doc README RELNOTES bonding*/README.ifenslave
|
||||||
%{_sbindir}/arping
|
|
||||||
%{_sbindir}/clockdiff
|
%{_sbindir}/clockdiff
|
||||||
%ifos linux
|
%ifos linux
|
||||||
%attr(4755,root,root) /bin/ping
|
%attr(4755,root,root) /bin/ping
|
||||||
|
/sbin/arping
|
||||||
|
%{_sbindir}/arping
|
||||||
/sbin/ifenslave
|
/sbin/ifenslave
|
||||||
%else
|
%else
|
||||||
%attr(4755,root,root) %{_sbindir}/ping
|
%attr(4755,root,root) %{_sbindir}/ping
|
||||||
|
%{_sbindir}/arping
|
||||||
%{_sbindir}/ifenslave
|
%{_sbindir}/ifenslave
|
||||||
%endif
|
%endif
|
||||||
%{_sbindir}/ping6
|
%{_sbindir}/ping6
|
||||||
@ -100,6 +108,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 28 2001 Philipp Knirsch <pknirsch@redhat.de>
|
||||||
|
- Fixed ping statistics overflow bug (#43801)
|
||||||
|
|
||||||
|
* Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de>
|
||||||
|
- Fixed a bunch of compiler warnings (#37131)
|
||||||
|
- Fixed wrong exit code for no packets and deadline (#40323)
|
||||||
|
- Moved arping to /sbin from /usr/sbin due to ifup call (#45785). Symlink from
|
||||||
|
/usr/sbin/ provided for backwards compatibility.
|
||||||
|
|
||||||
|
* Mon Apr 30 2001 Preston Brown <pbrown@redhat.com>
|
||||||
|
- install in.rdisc.8c as rdisc.8
|
||||||
|
|
||||||
* Tue Jan 16 2001 Jeff Johnson <jbj@redhat.com>
|
* Tue Jan 16 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
- update to ss001110
|
- update to ss001110
|
||||||
- doco fixes (#23844).
|
- doco fixes (#23844).
|
||||||
|
Loading…
Reference in New Issue
Block a user