auto-import changelog data from iputils-20001110-1.src.rpm
Wed Jan 17 2001 Jeff Johnson <jbj@redhat.com> - update to ss001110 - doco fixes (#23844).
This commit is contained in:
parent
0c02c35fd2
commit
d6a043f309
@ -1,2 +1,2 @@
|
|||||||
bonding-0.2.tar.gz
|
bonding-0.2.tar.gz
|
||||||
iputils-ss001010.tar.gz
|
iputils-ss001110.tar.gz
|
||||||
|
32
iputils.spec
32
iputils.spec
@ -1,14 +1,21 @@
|
|||||||
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: 20001010
|
Version: 20001110
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss001010.tar.gz
|
Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss001110.tar.gz
|
||||||
Source1: bonding-0.2.tar.gz
|
Source1: bonding-0.2.tar.gz
|
||||||
Patch0: ping-deadline.patch
|
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
|
Patch7: iputils-20001007-rh7.patch
|
||||||
Patch8: iputils-20001010-bug16677.patch
|
Patch8: iputils-20001007-bug23844.patch
|
||||||
|
Patch9: iputils-kernel-2.4.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -25,8 +32,19 @@ rm -f bonding-0.2/ifenslave
|
|||||||
mv -f bonding-0.2/README bonding-0.2/README.ifenslave
|
mv -f bonding-0.2/README bonding-0.2/README.ifenslave
|
||||||
|
|
||||||
%patch0 -p1 -b .deadline
|
%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
|
%patch7 -p1 -b .rh7
|
||||||
%patch8 -p1 -b .bug16677
|
%patch8 -p1 -b .bug23844
|
||||||
|
%patch9 -p1 -b .kernel-2.4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -82,9 +100,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 10 2000 Jeff Johnson <jbj@redhat.com>
|
* Tue Jan 16 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
- update to ss001010.
|
- update to ss001110
|
||||||
- don't segfault as root with large buffers (#16677).
|
- doco fixes (#23844).
|
||||||
|
|
||||||
* Sun Oct 8 2000 Jeff Johnson <jbj@redhat.com>
|
* Sun Oct 8 2000 Jeff Johnson <jbj@redhat.com>
|
||||||
- update to ss001007.
|
- update to ss001007.
|
||||||
|
Loading…
Reference in New Issue
Block a user