auto-import changelog data from iputils-20020124-2.src.rpm
Thu Mar 14 2002 Phil Knirsch <pknirsch@redhat.com> - Added fix by Tom "spot" Callaway to fix buffer overflow problems in stats. Wed Feb 27 2002 Phil Knirsch <pknirsch@redhat.com> - Update to iputils-ss020124. Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
e009efbbbe
commit
611f202c8d
@ -1,2 +1,2 @@
|
||||
bonding-0.2.tar.gz
|
||||
iputils-ss001110.tar.gz
|
||||
iputils-ss020124.tar.gz
|
||||
|
66
iputils.spec
66
iputils.spec
@ -1,24 +1,14 @@
|
||||
Summary: Network monitoring tools including ping.
|
||||
Name: iputils
|
||||
Version: 20001110
|
||||
Release: 6
|
||||
Version: 20020124
|
||||
Release: 2
|
||||
Copyright: BSD
|
||||
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-ss020124.tar.gz
|
||||
Source1: bonding-0.2.tar.gz
|
||||
Patch0: ping-deadline.patch
|
||||
Patch1: iputils-991024.manfix
|
||||
Patch2: iputils-20000418-reverseDNS.patch
|
||||
Patch3: iputils-20000418-glibc22.patch
|
||||
Patch4: iputils-20000418-doco.patch
|
||||
Patch5: iputils-20000418-timetravel.patch
|
||||
Patch6: iputils-20000418-speling.patch
|
||||
Patch7: iputils-20001007-rh7.patch
|
||||
Patch8: iputils-20001007-bug23844.patch
|
||||
Patch9: iputils-20001007-compilerwarnings.patch
|
||||
Patch10: iputils-20001007-deadline.patch
|
||||
Patch11: iputils-20001110-overflow.patch
|
||||
Patch12: iputils-20001110-datalen.patch
|
||||
Patch0: iputils-20001007-rh7.patch
|
||||
Patch1: iputils-20001110-datalen.patch
|
||||
Patch2: iputils-20020124-ping_sparcfix.patch
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
@ -34,31 +24,20 @@ the target machine is alive and receiving network traffic.
|
||||
rm -f bonding-0.2/ifenslave
|
||||
mv -f bonding-0.2/README bonding-0.2/README.ifenslave
|
||||
|
||||
%patch0 -p1 -b .deadline
|
||||
#%patch1 -p1 -b .manfix
|
||||
#%patch2 -p1 -b .reverseDNS
|
||||
|
||||
# XXX hack around <arpa/inet.h> include problem with glibc-2.2
|
||||
#%patch3 -p1 -b .glibc22
|
||||
|
||||
#%patch4 -p1 -b .doco
|
||||
#%patch5 -p1 -b .timetravel
|
||||
#%patch6 -p1 -b .speling
|
||||
|
||||
%patch7 -p1 -b .rh7
|
||||
%patch8 -p1 -b .bug23844
|
||||
%patch9 -p1 -b .compilerwarnings
|
||||
%patch10 -p1 -b .deadline
|
||||
%patch11 -p1 -b .overflow
|
||||
%patch12 -p1 -b .datalen
|
||||
%patch0 -p1 -b .rh7
|
||||
%patch1 -p1 -b .datalen
|
||||
%patch2 -p1 -b .ping_sparcfix
|
||||
|
||||
%build
|
||||
make
|
||||
make ifenslave -C bonding-0.2
|
||||
make -C doc man
|
||||
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
make install DESTDIR=${RPM_BUILD_ROOT}
|
||||
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
|
||||
mkdir -p ${RPM_BUILD_ROOT}/{bin,sbin}
|
||||
install -c clockdiff ${RPM_BUILD_ROOT}%{_sbindir}/
|
||||
@ -79,18 +58,18 @@ install -c tracepath6 ${RPM_BUILD_ROOT}%{_sbindir}/
|
||||
install -c traceroute6 ${RPM_BUILD_ROOT}%{_sbindir}/
|
||||
|
||||
mkdir -p ${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 in.rdisc.8c ${RPM_BUILD_ROOT}%{_mandir}/man8/rdisc.8
|
||||
install -c ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
install -c tracepath.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
install -c doc/arping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
install -c doc/clockdiff.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
install -c doc/rdisc.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/rdisc.8
|
||||
install -c doc/ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
install -c doc/tracepath.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README RELNOTES bonding*/README.ifenslave
|
||||
%doc RELNOTES bonding*/README.ifenslave
|
||||
%{_sbindir}/clockdiff
|
||||
%ifos linux
|
||||
%attr(4755,root,root) /bin/ping
|
||||
@ -110,6 +89,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 14 2002 Phil Knirsch <pknirsch@redhat.com>
|
||||
- Added fix by Tom "spot" Callaway to fix buffer overflow problems in stats.
|
||||
|
||||
* Wed Feb 27 2002 Phil Knirsch <pknirsch@redhat.com>
|
||||
- Update to iputils-ss020124.
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Mon Aug 27 2001 Philipp Knirsch <pknirsch@redhat.de> 20001110-6
|
||||
- Fixed buffer overflow problem in traceroute6.c (#51135)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user