2004-09-09 06:19:41 +00:00
|
|
|
Summary: Advanced IP routing and network device configuration tools.
|
2004-09-09 06:18:30 +00:00
|
|
|
Name: iproute
|
2004-09-09 06:19:55 +00:00
|
|
|
Version: 2.4.7
|
2004-09-09 06:23:22 +00:00
|
|
|
Release: 16
|
2004-09-09 06:18:30 +00:00
|
|
|
Group: Applications/System
|
2004-09-09 06:21:50 +00:00
|
|
|
Source: http://ftp.sunet.se/pub/os/Linux/ip-routing/iproute2-2.4.7-now-ss020116-try.tar.gz
|
2004-09-09 06:19:55 +00:00
|
|
|
Source1: ip.8
|
2004-09-09 06:23:22 +00:00
|
|
|
Source2: tc.8
|
|
|
|
Source3: tc-cbq.8
|
|
|
|
Source4: tc-cbq-details.8
|
|
|
|
Source5: tc-htb.8
|
|
|
|
Source6: tc-pbfifo.8
|
|
|
|
Source7: tc-pfifo_fast.8
|
|
|
|
Source8: tc-prio.8
|
|
|
|
Source9: tc-red.8
|
|
|
|
Source10: tc-sfq.8
|
|
|
|
Source11: tc-tbf.8
|
2004-09-09 06:21:50 +00:00
|
|
|
Patch0: iproute2-2.4.7-docmake.patch
|
|
|
|
Patch1: iproute2-2.4.7-misc.patch
|
|
|
|
Patch2: iproute2-2.4.7-rt_config.patch
|
|
|
|
Patch4: iproute2-2.4.7-in_port_t.patch
|
|
|
|
Patch5: iproute2-2.4.7-kernel.patch
|
|
|
|
Patch6: iproute2-2.4.7-hex.patch
|
|
|
|
Patch7: iproute2-2.4.7-config.patch
|
|
|
|
Patch8: iproute2-2.4.7-htb3-tc.patch
|
|
|
|
Patch9: iproute2-2.4.7-ss.patch
|
|
|
|
Patch10: iproute2-2.4.7-db.patch
|
2004-09-09 06:22:43 +00:00
|
|
|
Patch11: iproute2-2.4.7-netlink.patch
|
2004-09-09 06:23:12 +00:00
|
|
|
Patch12: iproute2-2.4.7-optarg.patch
|
|
|
|
Patch13: iproute2-2.4.7-initvar.patch
|
|
|
|
Patch14: iproute2-2.4.7-default.patch
|
2004-09-09 06:18:58 +00:00
|
|
|
License: GNU GPL
|
2004-09-09 06:18:30 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2004-09-09 06:23:12 +00:00
|
|
|
BuildPrereq: tetex-latex tetex-dvips psutils linuxdoc-tools db4-devel bison
|
2004-09-09 06:18:30 +00:00
|
|
|
|
|
|
|
%description
|
2004-09-09 06:19:41 +00:00
|
|
|
The iproute package contains networking utilities (ip and rtmon, for
|
|
|
|
example) which are designed to use the advanced networking
|
2004-09-09 06:23:12 +00:00
|
|
|
capabilities of the Linux 2.4.x and 2.6.x kernel.
|
2004-09-09 06:18:30 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n iproute2
|
2004-09-09 06:21:32 +00:00
|
|
|
%patch0 -p1 -b .docmake
|
2004-09-09 06:18:58 +00:00
|
|
|
%patch1 -p1 -b .misc
|
2004-09-09 06:23:17 +00:00
|
|
|
%patch2 -p1 -b .rt_config
|
2004-09-09 06:21:50 +00:00
|
|
|
%patch4 -p1 -b .glibc22
|
|
|
|
%patch5 -p1 -b .kernel
|
|
|
|
%patch6 -p1 -b .hex
|
|
|
|
%patch7 -p1 -b .config
|
|
|
|
%patch8 -p1 -b .htb3-tc
|
|
|
|
%patch9 -p1 -b .ss
|
|
|
|
%patch10 -p1 -b .db
|
2004-09-09 06:22:43 +00:00
|
|
|
%patch11 -p1 -b .netlink
|
2004-09-09 06:23:12 +00:00
|
|
|
%patch12 -p1 -b .optarg
|
|
|
|
%patch13 -p1 -b .initvar
|
|
|
|
%patch14 -p1 -b .default
|
2004-09-09 06:18:30 +00:00
|
|
|
|
|
|
|
%build
|
2004-09-09 06:18:58 +00:00
|
|
|
make
|
2004-09-09 06:18:30 +00:00
|
|
|
make -C doc
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/sbin \
|
2004-09-09 06:18:35 +00:00
|
|
|
$RPM_BUILD_ROOT%{_sbindir} \
|
2004-09-09 06:19:55 +00:00
|
|
|
$RPM_BUILD_ROOT%{_mandir}/man8 \
|
2004-09-09 06:18:35 +00:00
|
|
|
$RPM_BUILD_ROOT/etc/iproute2
|
2004-09-09 06:18:30 +00:00
|
|
|
|
2004-09-09 06:20:01 +00:00
|
|
|
install -m 755 ip/ip ip/ifcfg ip/rtmon tc/tc $RPM_BUILD_ROOT/sbin
|
2004-09-09 06:21:50 +00:00
|
|
|
install -m 755 misc/ss misc/nstat misc/rtacct misc/rtstat $RPM_BUILD_ROOT%{_sbindir}
|
2004-09-09 06:20:01 +00:00
|
|
|
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_mandir}/man8
|
2004-09-09 06:23:22 +00:00
|
|
|
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
install -m 644 %{SOURCE6} $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT/%{_mandir}/man8
|
2004-09-09 06:18:30 +00:00
|
|
|
|
2004-09-09 06:18:35 +00:00
|
|
|
cp -f etc/iproute2/* $RPM_BUILD_ROOT/etc/iproute2
|
|
|
|
|
2004-09-09 06:18:30 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 06:18:35 +00:00
|
|
|
%dir /etc/iproute2
|
2004-09-09 06:18:30 +00:00
|
|
|
%doc README.decnet README.iproute2+tc RELNOTES
|
|
|
|
%doc doc/*.ps examples
|
|
|
|
/sbin/*
|
2004-09-09 06:19:55 +00:00
|
|
|
%{_mandir}/man8/*
|
2004-09-09 06:18:35 +00:00
|
|
|
%attr(644,root,root) %config(noreplace) /etc/iproute2/*
|
2004-09-09 06:18:30 +00:00
|
|
|
%{_sbindir}/*
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 06:23:22 +00:00
|
|
|
* Wed May 26 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-16
|
|
|
|
- Took tons of manpages from debian, much more complete (#123952).
|
|
|
|
|
2004-09-09 06:23:17 +00:00
|
|
|
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-15
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-13.2
|
|
|
|
- Built security errata version for FC1.
|
|
|
|
|
2004-09-09 06:23:12 +00:00
|
|
|
* Wed Apr 21 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-14
|
|
|
|
- Fixed -f option for ss (#118355).
|
|
|
|
- Small description fix (#110997).
|
|
|
|
- Added initialization of some vars (#74961).
|
|
|
|
- Added patch to initialize "default" rule as well (#60693).
|
|
|
|
|
2004-09-09 06:22:43 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Nov 05 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-12
|
|
|
|
- Security errata for netlink (CAN-2003-0856).
|
|
|
|
|
2004-09-09 06:21:50 +00:00
|
|
|
* Thu Oct 23 2003 Phil Knirsch <pknirsch@redhat.com>
|
|
|
|
- Updated to latest version. Used by other distros, so seems stable. ;-)
|
|
|
|
- Quite a few patches needed updating in that turn.
|
|
|
|
- Added ss (#107363) and several other new nifty tools.
|
|
|
|
|
|
|
|
* Tue Jun 17 2003 Phil Knirsch <pknirsch@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Jan 16 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-7
|
|
|
|
- Added htb3-tc patch from http://luxik.cdi.cz/~devik/qos/htb/ (#75486).
|
2004-09-09 06:20:10 +00:00
|
|
|
|
|
|
|
* Fri Oct 11 2002 Bill Nottingham <notting@redhat.com> 2.4.7-6
|
|
|
|
- remove flags patch at author's request
|
|
|
|
|
2004-09-09 06:20:04 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 06:20:01 +00:00
|
|
|
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-4
|
|
|
|
- Don't forcibly strip binaries
|
|
|
|
|
|
|
|
* Mon May 27 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-3
|
|
|
|
- Fixed missing diffserv and atm support in config (#57278).
|
|
|
|
- Fixed inconsistent numeric base problem for command line (#65473).
|
|
|
|
|
|
|
|
* Tue May 14 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-2
|
|
|
|
- Added patch to fix crosscompiling by Adrian Linkins.
|
|
|
|
|
|
|
|
* Fri Mar 15 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-1
|
2004-09-09 06:19:55 +00:00
|
|
|
- Update to latest stable release 2.4.7-now-ss010824.
|
|
|
|
- Added simple man page for ip.
|
|
|
|
|
2004-09-09 06:19:41 +00:00
|
|
|
* Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- allow setting of allmulti & promisc flags (#48669)
|
|
|
|
|
2004-09-09 06:18:58 +00:00
|
|
|
* Mon Jul 02 2001 Than Ngo <than@redhat.com>
|
|
|
|
- fix build problem in beehive if kernel-sources is not installed
|
|
|
|
|
|
|
|
* Fri May 25 2001 Helge Deller <hdeller@redhat.de>
|
|
|
|
- updated to iproute2-2.2.4-now-ss001007.tar.gz
|
|
|
|
- bzip2 source tar file
|
|
|
|
- "License" replaces "Copyright"
|
|
|
|
- added "BuildPrereq: tetex-latex tetex-dvips psutils"
|
|
|
|
- rebuilt for 7.2
|
|
|
|
|
2004-09-09 06:18:45 +00:00
|
|
|
* Tue May 1 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- use the system headers - the included ones are broken
|
|
|
|
- ETH_P_ECHO went away
|
|
|
|
|
2004-09-09 06:18:42 +00:00
|
|
|
* Sat Jan 6 2001 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- test for specific KERNEL_INCLUDE directories.
|
|
|
|
|
|
|
|
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
|
|
|
|
- rebuild for 7.1
|
|
|
|
|
2004-09-09 06:18:35 +00:00
|
|
|
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
|
|
|
|
- add default configuration files for iproute (Bug #10549, #18887)
|
|
|
|
|
2004-09-09 06:18:30 +00:00
|
|
|
* Tue Jul 25 2000 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
- fix include-glibc/ to cope with glibc 2.2 new resolver headers
|
|
|
|
|
|
|
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
|
|
|
|
- rebuilt in the new build environment
|
|
|
|
- use RPM macros
|
|
|
|
- handle RPM_OPT_FLAGS
|
|
|
|
|
|
|
|
* Sat Jun 03 2000 Than Ngo <than@redhat.de>
|
|
|
|
- fix iproute to build with new glibc
|
|
|
|
|
|
|
|
* Fri May 26 2000 Ngo Than <than@redhat.de>
|
|
|
|
- update to 2.2.4-now-ss000305
|
|
|
|
- add configuration files
|
|
|
|
|
|
|
|
* Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- strip binaries
|
|
|
|
|
|
|
|
* Mon Aug 16 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- first build
|