%bcond_without tipc Summary: Advanced IP routing and network device configuration tools Summary(ja): IP ルーティング,ネットワークデバイスの設定ツール Name: iproute Version: 5.6.0 Release: 1%{?_dist_release} Group: Applications/System Vendor: Project Vine Distribution: Vine Linux License: GPLv2+ and Public Domain URL: https://wiki.linuxfoundation.org/networking/iproute2 Source: https://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bison flex BuildRequires: iptables-devel >= 1.4.10, libdb-devel BuildRequires: pkgconfig %if %{with tipc} BuildRequires: libmnl-devel %endif Requires: iptables >= 1.4.10 %description The iproute package contains networking utilities (ip and rtmon, for example) which are designed to use the advanced networking capabilities of the Linux kernel. %description -l ja  このiprouteパッケージには、進歩したカーネルのネットワーク技術を使うように 設計されたネットワーキングユーティリティ(ip, rtmon等々)が収録されています。 %package doc Summary: ip and tc documentation with examples Summary(ja): ip, tcのドキュメントとサンプル Group: Applications/System License: GPLv2+ %description doc The iproute documentation contains howtos and examples of settings. %package devel Summary: Libraries, includes, etc. to develop iptables Summary(ja): iproute の開発用ライブラリ,ヘッダファイル Group: Development/Libraries Requires: %{name} = %{version} %description devel Libraries, include files, etc you can use to develop iproute2. %package -n arpd Summary: arpd - userspace arp daemon Summary(ja): arpd - ユーザー空間のarpデーモン Group: Applications/System Requires: %{name} = %{version} %description -n arpd The arpd daemon collects gratuitous ARP information, saving it on local disk and feeding it to the kernel on demand to avoid redundant broad casting due to limited size of the kernel ARP cache. %prep %setup -q -n iproute2-%{version} %build export CFLAGS="%{optflags}" export LIBDIR=/%{_libdir} export IPT_LIB_DIR=/%{_lib}/xtables ./configure make %{?_smp_mflags} %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT export DESTDIR='%{buildroot}' export SBINDIR='%{_sbindir}' export MANDIR='%{_mandir}' export LIBDIR='%{_libdir}' export CONFDIR='%{_sysconfdir}/iproute2' export DOCDIR='%{_docdir}' make install mkdir -p %{buildroot}/sbin for f in ifcfg ip rtmon tc; do mv -f %{buildroot}%{_sbindir}/$f %{buildroot}/sbin/ done # libnetlink install -D -m644 include/libnetlink.h %{buildroot}%{_includedir}/libnetlink.h install -D -m644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %license COPYING %doc README %dir %{_sysconfdir}/iproute2 %attr(644,root,root) %config(noreplace) %{_sysconfdir}/iproute2/* /sbin/* %{_sbindir}/* %exclude %{_sbindir}/arpd %dir %{_libdir}/tc/ %{_libdir}/tc/* %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/tc %{_mandir}/man7/* %{_mandir}/man8/* %exclude %{_mandir}/man8/arpd.8* %files doc %license COPYING %doc doc/* %doc examples %files devel %license COPYING %{_mandir}/man3/* %{_libdir}/libnetlink.a %{_includedir}/libnetlink.h %{_includedir}/iproute2/bpf_elf.h %files -n arpd %license COPYING %{_sbindir}/arpd %{_mandir}/man8/arpd.8* %changelog * Sun Apr 12 2020 Tomohiro "Tomo-p" KATO 5.6.0-1 - new upstream release. - dropped Source1 and 2. - dropped Patch1 and 100. - added a new subpackage "arpd". - modified %%description. * Sat Feb 24 2018 Tomohiro "Tomo-p" KATO 4.14.1-2 - rebuilt with iptables-1.6. * Fri Dec 01 2017 Tomohiro "Tomo-p" KATO 4.14.1-1 - new upstream release. - dropped TeX docs. * Sat May 21 2016 Tomohiro "Tomo-p" KATO 4.1.1-1 - new upstream release. - dropped all patches and imported from fc23. * Thu May 22 2014 Tomohiro "Tomo-p" KATO 3.14.0-1 - new upstream release. - replaced Patch100. * Fri Apr 22 2011 Daisuke SUZUKI 2.6.38-1 - update to 2.6.38.1 - build with iptables-1.4.10 - add BR: iptables-devel * Mon Apr 18 2011 Daisuke SUZUKI 2.6.31-5 - don't build/include documents. (almost same as man pages...) - remove BR: texlive ,linuxdoc-tools * Sun Apr 17 2011 Shu KONNO - 2.6.31-4 - rebuilt with rpm-4.8.1-3 * Fri Feb 12 2010 MATSUBAYASHI Kohji - 2.6.31-3 - rebuilt with gcc-4.4.3-3 on ppc * Fri Feb 5 2010 MATSUBAYASHI Kohji - 2.6.31-2 - rebuilt with rpm-4.8.0-3 (on ppc) * Wed Feb 03 2010 Daisuke SUZUKI 2.6.31-1 - new upstream release - import patches from fedora package - build with db4-4.8 * Fri Jun 20 2008 MATSUBAYASHI Kohji 2.6.25-2 - updated to 2.6.25 based on 2.6.25-1 from Fedora - build with db4-4.6.21 - keep Patch100 from 2.6.16-1vl5 -changelogs for previous Vine package as follows: - Fri Apr 11 2008 Tomohiro 'Tomo-p' KATO 2.6.16-1 - apply new versioning policy. - Thu May 10 2007 MATSUBAYASHI Kohji 2.6.16-0vl1 - updated to 2.6.16 and merged several patches from FC 2.6.16-6 (Patch10 not applied until VineSeed kernel goes higher versions) - rebuilt with new toolchain and db4-4.3.x - Fri Sep 15 2006 MATSUBAYASHI Kohji 2.6.15-0vl2 - added Patch5 to make documents without errors - Thu Mar 23 2006 Daisuke SUZUKI 2.6.15-0vl1 - update to 2.6.15-060110 - Mon Jun 6 2005 Ryoichi INAGAKI - 2.6.11-1vl3 - added BuildRequires: linuxdoc-tools - Mon Jun 6 2005 Ryoichi INAGAKI - 2.6.11-1vl2 - lib*.a is moved to %{_libdir}/iproute2 (ad-hoc?) - Sun Jun 5 2005 Ryoichi INAGAKI - 2.6.11-1vl1 - new upstream release - changed Group: of devel package - applyed patches from Fedora development - Wed May 26 2004 Phil Knirsch 2.4.7-16 - Took tons of manpages from debian, much more complete (#123952). - added Japanese translation from spec translation project :-) - Sun Mar 23 2003 Takeru INOUE - 2.2.4-14vl2 - rename package name iproute to iproute2 - rebuild development version * Mon Apr 21 2008 Marcela Maslanova - 2.6.25-1 - update - remove patch for backward compatibility - add patch for AEAD compatibility * Thu Feb 21 2008 Marcela Maslanova - 2.6.23-4 - add creating ps file again. Fix was done in texlive * Wed Feb 6 2008 Marcela Maslanova - 2.6.23-3 - rebuild without tetex files. It isn't working in rawhide yet. Added new source for ps files. - #431179 backward compatibility for previous iproute versions * Mon Jan 21 2008 Marcela Maslanova - 2.6.23-2 - rebuild with fix tetex and linuxdoc-tools -> manual pdf - clean unnecessary patches - add into spec *.so objects, new BR linux-atm-libs-devel * Wed Oct 31 2007 Marcela Maslanova - 2.6.23-1 - new version from upstrem 2.3.23 * Tue Oct 23 2007 Marcela Maslanova - 2.6.22-5 - move files from /usr/lib/tc to /usr/share/tc - remove listing files twice * Thu Aug 30 2007 Marcela Maslanova - 2.6.22-3 - package review #225903 * Mon Aug 27 2007 Jeremy Katz - 2.6.22-2 - rebuild for new db4 * Wed Jul 11 2007 Radek Vokál - 2.6.22-1 - upgrade to 2.6.22 * Mon Mar 19 2007 Radek Vokál - 2.6.20-2 - fix broken tc-pfifo man page (#232891) * Thu Mar 15 2007 Radek Vokál - 2.6.20-1 - upgrade to 2.6.20 * Fri Dec 15 2006 Radek Vokál - 2.6.19-1 - upgrade to 2.6.19 * Mon Dec 11 2006 Radek Vokál - 2.6.18-5 - fix snapshot version * Fri Dec 1 2006 Radek Vokál - 2.6.18-4 - spec file cleanup - one more rebuilt against db4 * Thu Nov 16 2006 Radek Vokál - 2.6.18-3 - fix defective manpage for tc-pfifo (#215399) * Mon Nov 13 2006 Radek Vokál - 2.6.18-2 - rebuilt against new db4 * Tue Oct 3 2006 Radek Vokal - 2.6.18-1 - upgrade to upstream 2.6.18 - initcwnd patch merged - bug fix for xfrm monitor - alignment fixes for cris - documentation corrections * Mon Oct 2 2006 Radek Vokal - 2.6.16-7 - fix ip.8 man page, add initcwnd option * Sun Oct 01 2006 Jesse Keating - 2.6.16-6 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Tue Sep 19 2006 Radek Vokal - 2.6.16-5 - fix crash when resolving ip address * Mon Aug 21 2006 Radek Vokál - 2.6.16-4 - add LOWER_UP and DORMANT flags (#202199) - use dist tag * Wed Jul 12 2006 Jesse Keating - 2.6.16-3.1 - rebuild * Mon Jun 26 2006 Radek Vokál - 2.6.16-3 - improve handling of initcwnd value (#179719) * Sun May 28 2006 Radek Vokál - 2.6.16-2 - fix BuildRequires: flex (#193403) * Sun Mar 26 2006 Radek Vokál - 2.6.16-1 - upgrade to 2.6.16-060323 - don't hardcode /usr/lib in tc (#186607) * Wed Feb 22 2006 Radek Vokál - 2.6.15-2 - own /usr/lib/tc (#181953) - obsoletes shapecfg (#182284) * Fri Feb 10 2006 Jesse Keating - 2.6.15-1.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 2.6.15-1.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Tue Jan 17 2006 Radek Vokal 2.6.15-1 - upgrade to 2.6.15-060110 * Mon Dec 12 2005 Radek Vokal 2.6.14-11 - rebuilt * Fri Dec 09 2005 Radek Vokal 2.6.14-10 - remove backup of config files (#175302) * Fri Nov 11 2005 Radek Vokal 2.6.14-9 - use tc manpages and cbq.init from source tarball (#172851) * Thu Nov 10 2005 Radek Vokal 2.6.14-8 - new upstream source * Mon Oct 31 2005 Radek Vokal 2.6.14-7 - add warning to ip tunnel add command (#128107) * Fri Oct 07 2005 Bill Nottingham 2.6.14-6 - update from upstream (appears to fix #170111) * Fri Oct 07 2005 Radek Vokal 2.6.14-5 - update from upstream - fixed host_len size for memcpy (#168903) * Fri Sep 23 2005 Radek Vokal 2.6.14-4 - add RPM_OPT_FLAGS * Mon Sep 19 2005 Radek Vokal 2.6.14-3 - forget to apply the patch :( * Mon Sep 19 2005 Radek Vokal 2.6.14-2 - make ip help work again (#168449) * Wed Sep 14 2005 Radek Vokal 2.6.14-1 - upgrade to ss050901 for 2.6.14 kernel headers * Fri Aug 26 2005 Radek Vokal 2.6.13-3 - added /sbin/cbq script and sample configuration files (#166301) * Fri Aug 19 2005 Radek Vokal 2.6.13-2 - upgrade to iproute2-050816 * Thu Aug 11 2005 Radek Vokal 2.6.13-1 - update to snapshot for 2.6.13+ kernel * Tue May 24 2005 Radek Vokal 2.6.11-2 - removed useless initvar patch (#150798) - new upstream source * Tue Mar 15 2005 Radek Vokal 2.6.11-1 - update to iproute-2.6.11 * Fri Mar 04 2005 Radek Vokal 2.6.10-2 - gcc4 rebuilt * Wed Feb 16 2005 Radek Vokal 2.6.10-1 - update to iproute-2.6.10 * Thu Dec 23 2004 Radek Vokal 2.6.9-6 - added arpd into sbin * Mon Nov 29 2004 Radek Vokal 2.6.9-5 - debug info removed from makefile and from spec (#140891) * Tue Nov 16 2004 Radek Vokal 2.6.9-4 - source file updated from snapshot version - endian patch adding * Sat Sep 18 2004 Joshua Blanton 2.6.9-3 - added installation of netem module for tc * Mon Sep 06 2004 Radek Vokal 2.6.9-2 - fixed possible buffer owerflow, path by Steve Grubb * Wed Sep 01 2004 Radek Vokal 2.6.9-1 - updated to iproute-2.6.9, spec file change, patches cleared * Tue Jun 15 2004 Elliot Lee - rebuilt * Wed May 26 2004 Phil Knirsch 2.4.7-16 - Took tons of manpages from debian, much more complete (#123952). * Thu May 06 2004 Phil Knirsch 2.4.7-15 - rebuilt * Thu May 06 2004 Phil Knirsch 2.4.7-13.2 - Built security errata version for FC1. * Wed Apr 21 2004 Phil Knirsch 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). * Fri Feb 13 2004 Elliot Lee - rebuilt * Wed Nov 05 2003 Phil Knirsch 2.4.7-12 - Security errata for netlink (CAN-2003-0856). * Thu Oct 23 2003 Phil Knirsch - 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 - rebuilt * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt * Thu Jan 16 2003 Phil Knirsch 2.4.7-7 - Added htb3-tc patch from http://luxik.cdi.cz/~devik/qos/htb/ (#75486). * Fri Oct 11 2002 Bill Nottingham 2.4.7-6 - remove flags patch at author's request * Fri Jun 21 2002 Tim Powers - automated rebuild * Wed Jun 19 2002 Phil Knirsch 2.4.7-4 - Don't forcibly strip binaries * Mon May 27 2002 Phil Knirsch 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 2.4.7-2 - Added patch to fix crosscompiling by Adrian Linkins. * Fri Mar 15 2002 Phil Knirsch 2.4.7-1 - Update to latest stable release 2.4.7-now-ss010824. - Added simple man page for ip. * Wed Aug 8 2001 Bill Nottingham - allow setting of allmulti & promisc flags (#48669) * Mon Jul 02 2001 Than Ngo - fix build problem in beehive if kernel-sources is not installed * Fri May 25 2001 Helge Deller - 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 * Tue May 1 2001 Bill Nottingham - use the system headers - the included ones are broken - ETH_P_ECHO went away * Sat Jan 6 2001 Jeff Johnson - test for specific KERNEL_INCLUDE directories. * Thu Oct 12 2000 Than Ngo - rebuild for 7.1 * Thu Oct 12 2000 Than Ngo - add default configuration files for iproute (Bug #10549, #18887) * Tue Jul 25 2000 Jakub Jelinek - fix include-glibc/ to cope with glibc 2.2 new resolver headers * Thu Jul 13 2000 Prospector - automatic rebuild * Sun Jun 18 2000 Than Ngo - rebuilt in the new build environment - use RPM macros - handle RPM_OPT_FLAGS * Sat Jun 03 2000 Than Ngo - fix iproute to build with new glibc * Fri May 26 2000 Ngo Than - update to 2.2.4-now-ss000305 - add configuration files * Mon Sep 13 1999 Bill Nottingham - strip binaries * Mon Aug 16 1999 Cristian Gafton - first build