390a4c
%define rpmversion 5.3.0
0ac2f3
%define specrelease 5%{?dist}
7e752c
%define pkg_release %{specrelease}%{?buildid}
7e752c
7e752c
Summary:            Advanced IP routing and network device configuration tools
7e752c
Name:               iproute
7e752c
Version:            %{rpmversion}
7e752c
Release:            %{pkg_release}
7e752c
Group:              Applications/System
7e752c
URL:                http://kernel.org/pub/linux/utils/net/%{name}2/
7e752c
Source0:            http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.xz
7e752c
Source1:            cbq-0000.example
7e752c
Source2:            avpkt
7e752c
Source3:            rt_dsfield.deprecated
0ac2f3
Patch0:             0001-Update-kernel-headers.patch
0ac2f3
Patch1:             0002-Update-kernel-headers.patch
0ac2f3
Patch2:             0003-tc-implement-support-for-action-flags.patch
0ac2f3
Patch3:             0004-man-rdma-statistic-Add-filter-description.patch
0ac2f3
Patch4:             0005-man-rdma.8-Add-missing-resource-subcommand-descripti.patch
0ac2f3
Patch5:             0006-ip-xfrm-Fix-help-messages.patch
0ac2f3
Patch6:             0007-xfrm-not-try-to-delete-ipcomp-states-when-using-dele.patch
0ac2f3
Patch7:             0008-man-ip.8-Add-missing-vrf-subcommand-description.patch
0ac2f3
Patch8:             0009-nstat-print-useful-error-messages-in-abort-cases.patch
0ac2f3
Patch9:             0010-ip-link-xstats-fix-TX-IGMP-reports-string.patch
0ac2f3
Patch10:            0011-ip-fix-ip-route-show-json-output-for-multipath-nexth.patch
0ac2f3
Patch11:            0012-man-bridge.8-fix-bridge-link-show-description.patch
0ac2f3
Patch12:            0013-xfrm-also-check-for-ipv6-state-in-xfrm_state_keep.patch
0ac2f3
Patch13:            0014-Update-kernel-headers-and-import-udp.h.patch
0ac2f3
Patch14:            0015-ip-xfrm-add-espintcp-encapsulation.patch
0ac2f3
Patch15:            0016-Update-kernel-headers-and-import-mptcp.h.patch
0ac2f3
Patch16:            0017-add-support-for-mptcp-netlink-interface.patch
0ac2f3
Patch17:            0018-Update-kernel-headers.patch
0ac2f3
Patch18:            0019-Update-kernel-headers.patch
0ac2f3
Patch19:            0020-ss-allow-dumping-MPTCP-subflow-information.patch
0ac2f3
Patch20:            0021-man-mptcp-man-page.patch
0ac2f3
Patch21:            0022-man-ip.8-add-reference-to-mptcp-man-page.patch
0ac2f3
Patch22:            0023-Update-kernel-headers.patch
0ac2f3
Patch23:            0024-iproute_lwtunnel-add-options-support-for-geneve-meta.patch
0ac2f3
Patch24:            0025-iproute_lwtunnel-add-options-support-for-vxlan-metad.patch
0ac2f3
Patch25:            0026-iproute_lwtunnel-add-options-support-for-erspan-meta.patch
0ac2f3
Patch26:            0027-tc-m_tunnel_key-add-options-support-for-vxlan.patch
0ac2f3
Patch27:            0028-tc-m_tunnel_key-add-options-support-for-erpsan.patch
0ac2f3
Patch28:            0029-tc-f_flower-add-options-support-for-vxlan.patch
0ac2f3
Patch29:            0030-tc-f_flower-add-options-support-for-erspan.patch
0ac2f3
Patch30:            0031-devlink-Add-health-error-recovery-status-monitoring.patch
0ac2f3
Patch31:            0032-ss-allow-dumping-kTLS-info.patch
0ac2f3
Patch32:            0033-Import-tc_act-tc_ct.h-uapi-file.patch
0ac2f3
Patch33:            0034-tc-add-NLA_F_NESTED-flag-to-all-actions-options-nest.patch
0ac2f3
Patch34:            0035-tc-Introduce-tc-ct-action.patch
0ac2f3
Patch35:            0036-tc-flower-Add-matching-on-conntrack-info.patch
0ac2f3
Patch36:            0037-man-tc-ct.8-Add-manual-page-for-ct-tc-action.patch
7e752c
License:            GPLv2+ and Public Domain
7e752c
BuildRequires:      bison
7e752c
BuildRequires:      elfutils-libelf-devel
7e752c
BuildRequires:      flex
7e752c
BuildRequires:      iptables-devel >= 1.4.5
7e752c
BuildRequires:      libdb-devel
7e752c
BuildRequires:      libmnl-devel
7e752c
BuildRequires:      libselinux-devel
7e752c
BuildRequires:      pkgconfig
7e752c
%if ! 0%{?_module_build}
7e752c
%if 0%{?fedora}
7e752c
BuildRequires:      linux-atm-libs-devel
7e752c
%endif
7e752c
%endif
7e752c
# For the UsrMove transition period
7e752c
Conflicts:          filesystem < 3
7e752c
Provides:           /sbin/ip
7e752c
Obsoletes:          %{name} < 4.5.0-3
7e752c
7e752c
%description
7e752c
The iproute package contains networking utilities (ip and rtmon, for example)
7e752c
which are designed to use the advanced networking capabilities of the Linux
7e752c
kernel.
7e752c
7e752c
%package tc
7e752c
Summary:            Linux Traffic Control utility
7e752c
Group:              Applications/System
7e752c
License:            GPLv2+
7e752c
Obsoletes:          %{name} < 4.5.0-3
7e752c
Requires:           %{name}%{?_isa} = %{version}-%{release}
7e752c
Provides:           tc
7e752c
7e752c
%description tc
7e752c
The Traffic Control utility manages queueing disciplines, their classes and
7e752c
attached filters and actions. It is the standard tool to configure QoS in
7e752c
Linux.
7e752c
7e752c
%if ! 0%{?_module_build}
7e752c
%package doc
7e752c
Summary:            Documentation for iproute2 utilities with examples
7e752c
Group:              Applications/System
7e752c
License:            GPLv2+
7e752c
Requires:           %{name} = %{version}-%{release}
7e752c
7e752c
%description doc
7e752c
The iproute documentation contains howtos and examples of settings.
7e752c
%endif
7e752c
7e752c
%package devel
7e752c
Summary:            iproute development files
7e752c
Group:              Development/Libraries
7e752c
License:            GPLv2+
7e752c
Requires:           %{name} = %{version}-%{release}
7e752c
Provides:           iproute-static = %{version}-%{release}
7e752c
7e752c
%description devel
7e752c
The libnetlink static library.
7e752c
7e752c
%prep
7e752c
%autosetup -p1 -n %{name}2-%{version}
7e752c
7e752c
%build
7e752c
export CFLAGS="%{optflags} -fno-exceptions"
7e752c
export LDFLAGS="%{build_ldflags}"
7e752c
export LIBDIR=/%{_libdir}
7e752c
export IPT_LIB_DIR=/%{_lib}/xtables
7e752c
./configure
7e752c
make %{?_smp_mflags}
7e752c
7e752c
%install
7e752c
export DESTDIR='%{buildroot}'
7e752c
export SBINDIR='%{_sbindir}'
7e752c
export MANDIR='%{_mandir}'
7e752c
export LIBDIR='%{_libdir}'
7e752c
export CONFDIR='%{_sysconfdir}/iproute2'
7e752c
export DOCDIR='%{_docdir}'
7e752c
%make_install
7e752c
390a4c
install -m755 examples/cbqinit.eth1 ${DESTDIR}/${SBINDIR}/cbq
7e752c
echo '.so man8/tc-cbq.8' > %{buildroot}%{_mandir}/man8/cbq.8
7e752c
7e752c
install -d -m755 %{buildroot}%{_sysconfdir}/sysconfig/cbq
7e752c
for config in \
7e752c
    %{SOURCE1} \
7e752c
    %{SOURCE2}
7e752c
    do install -m644 ${config} %{buildroot}%{_sysconfdir}/sysconfig/cbq
7e752c
done
7e752c
7e752c
# libnetlink
7e752c
install -D -m644 include/libnetlink.h %{buildroot}%{_includedir}/libnetlink.h
7e752c
install -D -m644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a
7e752c
7e752c
# drop these files, iproute-doc package extracts files directly from _builddir
7e752c
rm -rf '%{buildroot}%{_docdir}'
7e752c
7e752c
# Append deprecated values to rt_dsfield for compatibility reasons
7e752c
cat %{SOURCE3} >>%{buildroot}%{_sysconfdir}/iproute2/rt_dsfield
7e752c
7e752c
%files
7e752c
%dir %{_sysconfdir}/iproute2
7e752c
%{!?_licensedir:%global license %%doc}
7e752c
%license COPYING
390a4c
%doc README README.iproute2+tc README.distribution README.lnstat
7e752c
%{_mandir}/man7/*
7e752c
%exclude %{_mandir}/man7/tc-*
7e752c
%{_mandir}/man8/*
7e752c
%exclude %{_mandir}/man8/tc*
7e752c
%exclude %{_mandir}/man8/cbq*
7e752c
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/iproute2/*
7e752c
%{_sbindir}/*
7e752c
%exclude %{_sbindir}/tc
7e752c
%exclude %{_sbindir}/cbq
7e752c
7e752c
%files tc
7e752c
%{!?_licensedir:%global license %%doc}
7e752c
%license COPYING
7e752c
%doc README.iproute2+tc
7e752c
%{_mandir}/man7/tc-*
7e752c
%{_mandir}/man8/tc*
7e752c
%{_mandir}/man8/cbq*
7e752c
%dir %{_libdir}/tc/
7e752c
%{_libdir}/tc/*
7e752c
%{_sbindir}/tc
7e752c
%{_sbindir}/cbq
7e752c
%dir %{_sysconfdir}/sysconfig/cbq
7e752c
%config(noreplace) %{_sysconfdir}/sysconfig/cbq/*
7e752c
%{_datadir}/bash-completion/completions/tc
7e752c
7e752c
%if ! 0%{?_module_build}
7e752c
%files doc
7e752c
%{!?_licensedir:%global license %%doc}
7e752c
%license COPYING
7e752c
%doc examples
7e752c
%endif
7e752c
7e752c
%files devel
7e752c
%{!?_licensedir:%global license %%doc}
7e752c
%license COPYING
7e752c
%{_mandir}/man3/*
7e752c
%{_libdir}/libnetlink.a
7e752c
%{_includedir}/libnetlink.h
7e752c
%{_includedir}/iproute2/bpf_elf.h
7e752c
7e752c
%changelog
0ac2f3
* Mon Jun 29 2020 Andrea Claudi <aclaudi@redhat.com> [5.3.0-5.el8]
0ac2f3
- man: tc-ct.8: Add manual page for ct tc action (Andrea Claudi) [1844637]
0ac2f3
- tc: flower: Add matching on conntrack info (Andrea Claudi) [1844637]
0ac2f3
- tc: Introduce tc ct action (Andrea Claudi) [1844637]
0ac2f3
- tc: add NLA_F_NESTED flag to all actions options nested block (Andrea Claudi) [1844637]
0ac2f3
- Import tc_act/tc_ct.h uapi file (Andrea Claudi) [1844637]
0ac2f3
- ss: allow dumping kTLS info (Andrea Claudi) [1812207]
0ac2f3
- devlink: Add health error recovery status monitoring (Andrea Claudi) [1821039]
0ac2f3
0ac2f3
* Fri Jun 05 2020 Andrea Claudi <aclaudi@redhat.com> [5.3.0-4.el8]
0ac2f3
- tc: f_flower: add options support for erspan (Andrea Claudi) [1830485]
0ac2f3
- tc: f_flower: add options support for vxlan (Andrea Claudi) [1830485]
0ac2f3
- tc: m_tunnel_key: add options support for erpsan (Andrea Claudi) [1830485]
0ac2f3
- tc: m_tunnel_key: add options support for vxlan (Andrea Claudi) [1830485]
0ac2f3
- iproute_lwtunnel: add options support for erspan metadata (Andrea Claudi) [1830485]
0ac2f3
- iproute_lwtunnel: add options support for vxlan metadata (Andrea Claudi) [1830485]
0ac2f3
- iproute_lwtunnel: add options support for geneve metadata (Andrea Claudi) [1830485]
0ac2f3
- Update kernel headers (Andrea Claudi) [1830485]
0ac2f3
- man: ip.8: add reference to mptcp man-page (Andrea Claudi) [1812207]
0ac2f3
- man: mptcp man page (Andrea Claudi) [1812207]
0ac2f3
- ss: allow dumping MPTCP subflow information (Andrea Claudi) [1812207]
0ac2f3
- Update kernel headers (Andrea Claudi) [1812207]
0ac2f3
- Update kernel headers (Andrea Claudi) [1812207]
0ac2f3
- add support for mptcp netlink interface (Andrea Claudi) [1812207]
0ac2f3
- Update kernel headers and import mptcp.h (Andrea Claudi) [1812207]
0ac2f3
- ip: xfrm: add espintcp encapsulation (Andrea Claudi) [1844045]
0ac2f3
- Update kernel headers and import udp.h (Andrea Claudi) [1844045]
0ac2f3
0ac2f3
* Thu Apr 30 2020 Andrea Claudi <aclaudi@redhat.com> [5.3.0-3.el8]
0ac2f3
- xfrm: also check for ipv6 state in xfrm_state_keep (Andrea Claudi) [1828033]
0ac2f3
- man: bridge.8: fix bridge link show description (Andrea Claudi) [1817571]
0ac2f3
- ip: fix ip route show json output for multipath nexthops (Andrea Claudi) [1738633]
0ac2f3
- ip link: xstats: fix TX IGMP reports string (Andrea Claudi) [1796041]
0ac2f3
- nstat: print useful error messages in abort() cases (Andrea Claudi) [1824896]
0ac2f3
0ac2f3
* Thu Apr 23 2020 Andrea Claudi <aclaudi@redhat.com> [5.3.0-2.el8]
0ac2f3
- man: ip.8: Add missing vrf subcommand description (Andrea Claudi) [1780010]
0ac2f3
- xfrm: not try to delete ipcomp states when using deleteall (Andrea Claudi) [1808634]
0ac2f3
- ip-xfrm: Fix help messages (Andrea Claudi) [1796045]
0ac2f3
- man: rdma.8: Add missing resource subcommand description (Andrea Claudi) [1786576]
0ac2f3
- man: rdma-statistic: Add filter description (Andrea Claudi) [1786565]
0ac2f3
- tc: implement support for action flags (Andrea Claudi) [1770671]
0ac2f3
- Update kernel headers (Andrea Claudi) [1770671]
0ac2f3
- Update kernel headers (Andrea Claudi) [1770671]
0ac2f3
390a4c
* Tue Oct 15 2019 Andrea Claudi <aclaudi@redhat.com> [5.3.0-1.el8]
390a4c
- New version 5.3.0 [1752857]
390a4c
390a4c
* Thu Jul 04 2019 Andrea Claudi <aclaudi@redhat.com> [4.18.0-15.el8]
390a4c
- netns: make netns_{save,restore} static (Andrea Claudi) [1719759]
390a4c
- ip vrf: use hook to change VRF in the child (Andrea Claudi) [1719759]
390a4c
- netns: switch netns in the child when executing commands (Andrea Claudi) [1719759]
390a4c
- m_mirred: don't bail if the control action is missing (Andrea Claudi) [1711760]
390a4c
- tc: introduce support for chain templates (Andrea Claudi) [1710291]
390a4c
- ip: reset netns after each command in batch mode (Andrea Claudi) [1671016]
390a4c
390a4c
* Thu Jun 20 2019 Andrea Claudi <aclaudi@redhat.com> [4.18.0-14.el8]
390a4c
- ss: Review ssfilter (Andrea Claudi) [1698401]
390a4c
7e752c
* Fri Jun 14 2019 Andrea Claudi <aclaudi@redhat.com> [4.18.0-13.el8]
7e752c
- ip-xfrm: Respect family in deleteall and list commands (Andrea Claudi) [1656717]
7e752c
- Update kernel headers (Andrea Claudi) [1716361]
7e752c
- uapi: update bpf header (Andrea Claudi) [1716361]
7e752c
- uapi: update headers to 4.20-rc1 (Andrea Claudi) [1716361]
7e752c
- bpf: add btf func and func_proto kind support (Andrea Claudi) [1716361]
7e752c
- lib/bpf: fix build warning if no elf (Andrea Claudi) [1716361]
7e752c
- bpf: initialise map symbol before retrieving and comparing its type (Andrea Claudi) [1716361]
7e752c
- Include bsd/string.h only in include/utils.h (Andrea Claudi) [1716361]
7e752c
- Use libbsd for strlcpy if available (Andrea Claudi) [1716361]
7e752c
- bpf: check map symbol type properly with newer llvm compiler (Andrea Claudi) [1716361]
7e752c
- bpf: implement btf handling and map annotation (Andrea Claudi) [1716361]
7e752c
- bpf: implement bpf to bpf calls support (Andrea Claudi) [1716361]
7e752c
- bpf: remove strict dependency on af_alg (Andrea Claudi) [1716361]
7e752c
- bpf: move bpf_elf_map fixup notification under verbose (Andrea Claudi) [1716361]
7e752c
- iplink: add support for reporting multiple XDP programs (Andrea Claudi) [1716361]
7e752c
- rdma: Document IB device renaming option (Andrea Claudi) [1663228]
7e752c
- rdma: Add an option to rename IB device interface (Andrea Claudi) [1663228]
7e752c
- rdma: Introduce command execution helper with required device name (Andrea Claudi) [1663228]
7e752c
- rdma: Update kernel include file to support IB device renaming (Andrea Claudi) [1663228]
7e752c
- libnetlink: Convert GETADDR dumps to use rtnl_addrdump_req (Andrea Claudi) [1716772]
7e752c
7e752c
* Wed May 29 2019 Andrea Claudi <aclaudi@redhat.com> [4.18.0-12.el8]
7e752c
- devlink: Add param command support (Andrea Claudi) [1663199]
7e752c
- rdma: Fix representation of PortInfo CapabilityMask (Andrea Claudi) [1664694]
7e752c
- uapi: update ib_verbs (Andrea Claudi) [1664694]
7e752c
- tc: flower: Add support for QinQ (Andrea Claudi) [1615928]
7e752c
- ip rule: Add ipproto and port range to filter list (Andrea Claudi) [1678111]
7e752c
7e752c
* Thu Jan 31 2019 Phil Sutter <psutter@redhat.com> [4.18.0-11.el8]
7e752c
- tc: m_tunnel_key: Add tunnel option support to act_tunnel_key (Phil Sutter) [1654761]
7e752c
- tc: f_flower: add geneve option match support to flower (Phil Sutter) [1654761]
7e752c
- l2tp: Fix printing of cookie and peer_cookie values (Phil Sutter) [1643805]
7e752c
7e752c
* Tue Dec 18 2018 Phil Sutter <psutter@redhat.com> [4.18.0-10.el8]
7e752c
- iplink: fix incorrect any address handling for ip tunnels (Phil Sutter) [1626304]
7e752c
7e752c
* Tue Dec 11 2018 Phil Sutter <psutter@redhat.com> [4.18.0-9.el8]
7e752c
- man: rdma: Add reference to rdma-resource.8 (Phil Sutter) [1610334]
7e752c
7e752c
* Thu Nov 29 2018 Phil Sutter <psutter@redhat.com> [4.18.0-8.el8]
7e752c
- Bump release to run fresh CI tests.
7e752c
7e752c
* Mon Nov 26 2018 Phil Sutter <psutter@redhat.com> [4.18.0-7.el8]
7e752c
- ip-route: Fix nexthop encap parsing (Phil Sutter) [1625358]
7e752c
- man: ip-route.8: Document nexthop limit (Phil Sutter) [1625358]
7e752c
7e752c
* Thu Oct 25 2018 Phil Sutter <psutter@redhat.com> [4.18.0-6.el8]
7e752c
- Update kernel headers (Phil Sutter) [1637440]
7e752c
- tc_util: Add support for showing TCA_STATS_BASIC_HW statistics (Phil Sutter) [1637440]
7e752c
- tc: Remove pointless assignments in batch() (Phil Sutter) [1602555]
7e752c
- tipc: Drop unused variable 'genl' (Phil Sutter) [1602555]
7e752c
- ip-route: Fix parse_encap_seg6() srh parsing (Phil Sutter) [1602555]
7e752c
- rdma: Don't pass garbage to rd_check_is_filtered() (Phil Sutter) [1602555]
7e752c
- ip-route: Fix for memleak in error path (Phil Sutter) [1602555]
7e752c
- rdma: Fix for ineffective check in add_filter() (Phil Sutter) [1602555]
7e752c
- devlink: Fix error reporting in cmd_resource_set() (Phil Sutter) [1602555]
7e752c
- libnetlink: fix use-after-free of message buf (Phil Sutter) [1602555]
7e752c
- libnetlink: don't return error on success (Phil Sutter) [1602555]
7e752c
- libnetlink: fix leak and using unused memory on error (Phil Sutter) [1602555]
7e752c
- tc: htb: Print default value in hex (Phil Sutter) [1641053]
7e752c
7e752c
* Thu Oct 18 2018 Phil Sutter <psutter@redhat.com> [4.18.0-5.el8]
7e752c
- utils: fix get_rtnl_link_stats_rta stats parsing (Phil Sutter) [1626306]
7e752c
- uapi: add snmp header file (Phil Sutter) [1626306]
7e752c
- macsec: fix off-by-one when parsing attributes (Phil Sutter) [1628428]
7e752c
- json: make 0xhex handle u64 (Phil Sutter) [1628428]
7e752c
7e752c
* Thu Oct 18 2018 Phil Sutter <psutter@redhat.com> [4.18.0-4.el8]
7e752c
- iplink_vxlan: take into account preferred_family creating vxlan device (Phil Sutter) [1626321]
7e752c
- ip-addrlabel: Fix printing of label value (Phil Sutter) [1639412]
7e752c
- bridge: fdb: Fix for missing keywords in non-JSON output (Phil Sutter) [1636532]
7e752c
7e752c
* Wed Sep 19 2018 Phil Sutter <psutter@redhat.com> [4.18.0-3.el8]
7e752c
- lib: introduce print_nl (Phil Sutter) [1625500]
7e752c
7e752c
* Wed Sep 19 2018 Phil Sutter <psutter@redhat.com> [4.18.0-2.el8]
7e752c
- bridge/mdb: fix missing new line when show bridge mdb (Phil Sutter) [1625500]
7e752c
- ip-route: Fix segfault with many nexthops (Phil Sutter) [1625358]
7e752c
- Update kernel headers (Phil Sutter) [1615915]
7e752c
- tc/flower: Add match on encapsulating tos/ttl (Phil Sutter) [1615915]
7e752c
- tc/act_tunnel_key: Enable setup of tos and ttl (Phil Sutter) [1615915]
7e752c
- iprule: Fix destination prefix output (Phil Sutter) [1623503]
7e752c
- ip: Add missing -M flag to help text (Phil Sutter) [1612704]
7e752c
- man: ss.8: Describe --events option (Phil Sutter) [1612704]
7e752c
- rtmon: List options in help text (Phil Sutter) [1612704]
7e752c
- man: rtacct.8: Fix nstat options (Phil Sutter) [1612704]
7e752c
- man: ifstat.8: Document --json and --pretty options (Phil Sutter) [1612704]
7e752c
- genl: Fix help text (Phil Sutter) [1612704]
7e752c
- man: devlink.8: Document -verbose option (Phil Sutter) [1612704]
7e752c
- devlink: trivial: Make help text consistent (Phil Sutter) [1612704]
7e752c
- bridge: trivial: Make help text consistent (Phil Sutter) [1612704]
7e752c
- man: bridge.8: Document -oneline option (Phil Sutter) [1612704]
7e752c
7e752c
* Tue Aug 14 2018 Phil Sutter - 4.18.0-1
7e752c
- New version 4.18.0
7e752c
7e752c
* Thu Aug 09 2018 Phil Sutter <psutter@redhat.com> [4.17.0-1.el8]
7e752c
- rdma: print driver resource attributes (Phil Sutter) [1610334]
7e752c
- rdma: update rdma_netlink.h to get new driver attributes (Phil Sutter) [1610334]
7e752c
- rdma: Print net device name and index for RDMA device (Phil Sutter) [1610334]
7e752c
- devlink: CTRL_ATTR_FAMILY_ID is a u16 (Phil Sutter) [1589317]
7e752c
- tc: Do not use addattr_nest_compat on mqprio and netem (Phil Sutter) [1589317]
7e752c
- ipaddress: Fix and make consistent label match handling (Phil Sutter) [1589317]
7e752c
- rt_dsfield: Ship deprecated values for compatibility (Phil Sutter) [1595683]
7e752c
- New version 4.17.0 including upstream-suggested fixes (Phil Sutter) [1589317]
7e752c
7e752c
* Fri Feb 09 2018 Phil Sutter <psutter@redhat.com> - 4.15.0-1
7e752c
- New version 4.15.0
7e752c
7e752c
* Fri Feb  9 2018 Florian Weimer <fweimer@redhat.com> - 4.14.1-6
7e752c
- Use LDFLAGS defaults from redhat-rpm-config
7e752c
7e752c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.1-5
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7e752c
7e752c
* Mon Dec 11 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-4
7e752c
- Add missing patch files.
7e752c
7e752c
* Mon Dec 11 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-3
7e752c
- Add upstream suggested backports.
7e752c
- Make use of %%autosetup macro.
7e752c
7e752c
* Wed Nov 15 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-2
7e752c
- Drop unused build dependencies
7e752c
7e752c
* Wed Nov 15 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-1
7e752c
- New version 4.14.1
7e752c
7e752c
* Tue Sep 19 2017 Phil Sutter <psutter@redhat.com> - 4.13.0-1
7e752c
- New version 4.13.0
7e752c
7e752c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-3
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7e752c
7e752c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-2
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7e752c
7e752c
* Fri Jul 21 2017 Phil Sutter <psutter@redhat.com> - 4.12.0-1
7e752c
- New version 4.12.0
7e752c
7e752c
* Tue May 23 2017 Phil Sutter <psutter@redhat.com> - 4.11.0-1
7e752c
- Add virtual capability to tc subpackage so it's easier found
7e752c
- New version 4.11.0
7e752c
7e752c
* Thu May 11 2017 Karsten Hopp <karsten@redhat.com> - 4.10.0-3
7e752c
- don't build docs for module builds to limit dependencies
7e752c
7e752c
* Fri Mar 17 2017 Phil Sutter <psutter@redhat.com> - 4.10.0-2
7e752c
- Add two fixes to 4.10.0 release from upstream.
7e752c
7e752c
* Tue Mar 14 2017 Phil Sutter <psutter@redhat.com> - 4.10.0-1
7e752c
- Ship new header iproute2/bpf_elf.h
7e752c
- Document content of remaining docs fixup patch in spec file
7e752c
- Drop patches already applied upstream
7e752c
- New version 4.10.0
7e752c
7e752c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-4
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7e752c
7e752c
* Thu Feb  2 2017 Thomas Woerner <twoerner@redhat.com> - 4.9.0-3
7e752c
- Release bump for iptables-1.6.1 (libxtables.so.12)
7e752c
7e752c
* Sat Jan 28 2017 Phil Sutter <psutter@redhat.com> - 4.9.0-2
7e752c
- Fix for failing 'make install'
7e752c
7e752c
* Sat Jan 28 2017 Phil Sutter <psutter@redhat.com> - 4.9.0-1
7e752c
- New version 4.9.0
7e752c
7e752c
* Fri Jan 13 2017 Phil Sutter <psutter@redhat.com> - 4.8.0-2
7e752c
- Fix segfault in xt action
7e752c
7e752c
* Wed Nov 30 2016 Phil Sutter <psutter@redhat.com> - 4.8.0-1
7e752c
- New version 4.8.0
7e752c
7e752c
* Wed Aug 10 2016 Phil Sutter <psutter@redhat.com> - 4.7.0-1
7e752c
- New version 4.7.0
7e752c
7e752c
* Wed May 04 2016 Phil Sutter <psutter@redhat.com> - 4.6.0-1
7e752c
- New version 4.6.0
7e752c
7e752c
* Wed Apr 13  2016 Thomas Woerner <twoerner@redhat.com> - 4.5.0-4
7e752c
- Rebuild for new iptables-1.6.0 with libxtables so bump
7e752c
7e752c
* Fri Apr 08 2016 Phil Sutter <psutter@redhat.com> - 4.5.0-3
7e752c
- Fix upgrade path by adding correct Requires/Obsoletes statements to spec file
7e752c
- Move README.iproute2+tc into tc subpackage
7e752c
7e752c
* Fri Mar 18 2016 Phil Sutter <psutter@redhat.com> - 4.5.0-2
7e752c
- Split tc into it's own subpackage
7e752c
7e752c
* Fri Mar 18 2016 Phil Sutter <psutter@redhat.com> - 4.5.0-1
7e752c
- New version 4.5.0
7e752c
7e752c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-3
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7e752c
7e752c
* Tue Jan 19 2016 Phil Sutter <psutter@redhat.com> - 4.4.0-1
7e752c
- New version 4.4.0
7e752c
7e752c
* Sun Oct 04 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-4
7e752c
- Simplify RPM install stage by using package's install target
7e752c
7e752c
* Sun Oct 04 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-3
7e752c
- Add missing build dependency to libmnl-devel
7e752c
- Ship tipc utility
7e752c
7e752c
* Thu Sep 24 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-2
7e752c
- Add missing build dependency to libselinux-devel
7e752c
7e752c
* Wed Sep 02 2015 Pavel Šimerda <psimerda@redhat.com> - 4.2.0-1
7e752c
- new version 4.2.0
7e752c
7e752c
* Tue Jul 07 2015 Pavel Šimerda <psimerda@redhat.com> - 4.1.1-1
7e752c
- new version 4.1.1
7e752c
7e752c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-4
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7e752c
7e752c
* Wed May 13 2015 Pavel Šimerda <psimerda@redhat.com> - 4.0.0-3
7e752c
- remove patch rejected by upstream
7e752c
7e752c
* Mon May 11 2015 Pavel Šimerda <psimerda@redhat.com> - 4.0.0-2
7e752c
- Remove patch rejected by upstream
7e752c
7e752c
* Tue Apr 14 2015 Pavel Šimerda <psimerda@redhat.com> - 4.0.0-1
7e752c
- new version 4.0.0
7e752c
7e752c
* Fri Mar 13 2015 Pavel Šimerda <psimerda@redhat.com> - 3.19.0-1
7e752c
- new version 3.19.0
7e752c
7e752c
* Sat Oct 04 2014 Lubomir Rintel <lkundrak@v3.sk> - 3.16.0-3
7e752c
- Backport fix for ip link add name regression that broke libvirt
7e752c
7e752c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7e752c
7e752c
* Tue Aug 05 2014 Petr Šabata <contyk@redhat.com> - 3.16.0-1
7e752c
- 3.16 bump
7e752c
7e752c
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 3.15.0-2
7e752c
- fix license handling
7e752c
7e752c
* Thu Jun 12 2014 Petr Šabata <contyk@redhat.com> - 3.15.0-1
7e752c
- 3.15.0 bump
7e752c
7e752c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.0-3
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7e752c
7e752c
* Tue May 06 2014 Petr Šabata <contyk@redhat.com> - 3.14.0-2
7e752c
- Fix incorrect references in ss(8), #1092653
7e752c
7e752c
* Tue Apr 15 2014 Petr Šabata <contyk@redhat.com> - 3.14.0-1
7e752c
- 3.14 bump
7e752c
- Drop out iplink_have_newlink() fix in favor of upstream's approach
7e752c
7e752c
* Tue Nov 26 2013 Petr Šabata <contyk@redhat.com> - 3.12.0-2
7e752c
- Drop libnl from dependencies (#1034454)
7e752c
7e752c
* Mon Nov 25 2013 Petr Šabata <contyk@redhat.com> - 3.12.0-1
7e752c
- 3.12.0 bump
7e752c
7e752c
* Thu Nov 21 2013 Petr Šabata <contyk@redhat.com> - 3.11.0-2
7e752c
- Fix the rtt time parsing again
7e752c
7e752c
* Tue Oct 22 2013 Petr Šabata <contyk@redhat.com> - 3.11.0-1
7e752c
- 3.11 bump
7e752c
7e752c
* Tue Oct 01 2013 Petr Pisar <ppisar@redhat.com> - 3.10.0-8
7e752c
- Close file with bridge monitor file (bug #1011822)
7e752c
7e752c
* Tue Sep 24 2013 Petr Pisar <ppisar@redhat.com> - 3.10.0-7
7e752c
- Add tc -OK option
7e752c
- Document "bridge mdb" and "bridge monitor mdb"
7e752c
7e752c
* Fri Aug 30 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-6
7e752c
- Fix lnstat -i properly this time
7e752c
7e752c
* Thu Aug 29 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-5
7e752c
- Fix an 'ip link' hang (#996537)
7e752c
7e752c
* Tue Aug 13 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-4
7e752c
- lnstat -i: Run indefinitely if the --count isn't specified (#977845)
7e752c
- Switch to unversioned %%docdir
7e752c
7e752c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.0-3
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7e752c
7e752c
* Wed Jul 17 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-2
7e752c
- Fix the XFRM patch
7e752c
7e752c
* Wed Jul 17 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-1
7e752c
- 3.10.0 bump
7e752c
- Drop the SHAREDIR patch and revert to upstream ways (#966445)
7e752c
- Fix an XFRM regression with FORTIFY_SOURCE
7e752c
7e752c
* Tue Apr 30 2013 Petr Šabata <contyk@redhat.com> - 3.9.0-1
7e752c
- 3.9.0 bump
7e752c
7e752c
* Thu Apr 25 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-4
7e752c
- ATM is available in Fedora only
7e752c
7e752c
* Tue Mar 12 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-3
7e752c
- Mention the "up" argument in documentation and help outputs (#907468)
7e752c
7e752c
* Mon Mar 04 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-2
7e752c
- Bump for 1.4.18 rebuild
7e752c
7e752c
* Tue Feb 26 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-1
7e752c
- 3.8.0 bump
7e752c
7e752c
* Fri Feb 08 2013 Petr Šabata <contyk@redhat.com> - 3.7.0-2
7e752c
- Don't propogate mounts out of ip (#882047)
7e752c
7e752c
* Wed Dec 12 2012 Petr Šabata <contyk@redhat.com> - 3.7.0-1
7e752c
- 3.7.0 bump
7e752c
7e752c
* Mon Nov 19 2012 Petr Šabata <contyk@redhat.com> - 3.6.0-3
7e752c
- Include section 7 manpages (#876857)
7e752c
- Fix ancient bogus dates in the changelog (correction based upon commits)
7e752c
- Explicitly require some TeX fonts no longer present in the base distribution
7e752c
7e752c
* Thu Oct 04 2012 Petr Šabata <contyk@redhat.com> - 3.6.0-2
7e752c
- List all interfaces by default
7e752c
7e752c
* Wed Oct 03 2012 Petr Šabata <contyk@redhat.com> - 3.6.0-1
7e752c
- 3.6.0 bump
7e752c
7e752c
* Thu Aug 30 2012 Petr Šabata <contyk@redhat.com> - 3.5.1-2
7e752c
- Remove the explicit iptables dependency (#852840)
7e752c
7e752c
* Tue Aug 14 2012 Petr Šabata <contyk@redhat.com> - 3.5.1-1
7e752c
- 3.5.1 bugfix release bump
7e752c
- Rename 'br' to 'bridge'
7e752c
7e752c
* Mon Aug 06 2012 Petr Šabata <contyk@redhat.com> - 3.5.0-2
7e752c
- Install the new bridge utility
7e752c
7e752c
* Thu Aug 02 2012 Petr Šabata <contyk@redhat.com> - 3.5.0-1
7e752c
- 3.5.0 bump
7e752c
- Move to db5.
7e752c
7e752c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7e752c
7e752c
* Tue May 22 2012 Petr Šabata <contyk@redhat.com> - 3.4.0-1
7e752c
- 3.4.0 bump
7e752c
- Drop the print route patch (included upstream)
7e752c
7e752c
* Mon Apr 30 2012 Petr Šabata <contyk@redhat.com> - 3.3.0-2
7e752c
- Let's install rtmon too... (#814819)
7e752c
7e752c
* Thu Mar 22 2012 Petr Šabata <contyk@redhat.com> - 3.3.0-1
7e752c
- 3.3.0 bump
7e752c
- Update source URL
7e752c
7e752c
* Mon Feb 27 2012 Petr Šabata <contyk@redhat.com> - 3.2.0-3
7e752c
- Address dangerous /tmp files security issue (CVE-2012-1088, #797881, #797878)
7e752c
7e752c
* Fri Jan 27 2012 Petr Šabata <contyk@redhat.com> - 3.2.0-2
7e752c
- Simplify the spec a bit thanks to the UsrMove feature
7e752c
7e752c
* Fri Jan 06 2012 Petr Šabata <contyk@redhat.com> - 3.2.0-1
7e752c
- 3.2.0 bump
7e752c
- Removing a useless, now conflicting patch (initcwnd already decumented)
7e752c
7e752c
* Thu Nov 24 2011 Petr Šabata <contyk@redhat.com> - 3.1.0-1
7e752c
- 3.1.0 bump
7e752c
- Point URL and Source to the new location on kernel.org
7e752c
- Remove now obsolete defattr
7e752c
- Dropping various patches now included upstream
7e752c
- Dropping iproute2-2.6.25-segfault.patch; I fail to understand the reason for
7e752c
  this hack
7e752c
7e752c
* Tue Nov 15 2011 Petr Šabata <contyk@redhat.com> - 2.6.39-6
7e752c
- ss -ul should display UDP CLOSED sockets (#691100)
7e752c
7e752c
* Thu Oct 06 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-5
7e752c
- Fix ss, lnstat and arpd usage and manpages
7e752c
7e752c
* Wed Sep 07 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-4
7e752c
- lnstat should dump (-d) to stdout instead of stderr (#736332)
7e752c
7e752c
* Tue Jul 26 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-3
7e752c
- Rebuild for xtables7
7e752c
7e752c
* Tue Jul 12 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-2
7e752c
- Rebuild for xtables6
7e752c
7e752c
* Thu Jun 30 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-1
7e752c
- 2.6.39 bump
7e752c
7e752c
* Wed Apr 27 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-4
7e752c
- Link [cr]tstat to lnstat
7e752c
7e752c
* Wed Apr 27 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-3
7e752c
- Install ctstat, rtstat and routef manpage symlinks
7e752c
- Install m_xt & m_ipt tc modules
7e752c
- Creating devel and virtual static subpackages with libnetlink
7e752c
7e752c
* Thu Apr 21 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-2
7e752c
- General cleanup
7e752c
- Use global instead of define
7e752c
- Buildroot removal
7e752c
- Correcting URL and Source links
7e752c
- Install genl, ifstat, routef, routel and rtpr (rhbz#697319)
7e752c
7e752c
* Fri Mar 18 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-1
7e752c
- 2.6.38.1 bump
7e752c
7e752c
* Wed Mar 16 2011 Petr Sabata <psabata@redhat.com> - 2.6.38-1
7e752c
- 2.6.38 bump
7e752c
7e752c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.37-3
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7e752c
7e752c
* Mon Jan 31 2011 Petr Sabata <psabata@redhat.com> - 2.6.37-2
7e752c
- man-pages.patch update, ip(8) TYPE whitespace
7e752c
7e752c
* Mon Jan 10 2011 Petr Sabata <psabata@redhat.com> - 2.6.37-1
7e752c
- 2.6.37 upstream release
7e752c
- ss(8) improvements patch removed (included upstream)
7e752c
7e752c
* Wed Dec 08 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-10
7e752c
- fix a typo in ss(8) improvements patch, rhbz#661267
7e752c
7e752c
* Tue Nov 30 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-9
7e752c
- ss(8) improvements patch by jpopelka; should be included in 2.6.36
7e752c
7e752c
* Tue Nov 09 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-8
7e752c
- rhbz#641599, use the versioned path, man-pages.patch update, prep update
7e752c
7e752c
* Tue Oct 12 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-7
7e752c
- Do not segfault if peer name is omitted when creating a peer veth link, rhbz#642322
7e752c
7e752c
* Mon Oct 11 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-6
7e752c
- Man-pages update, rhbz#641599
7e752c
7e752c
* Wed Sep 29 2010 jkeating - 2.6.35-5
7e752c
- Rebuilt for gcc bug 634757
7e752c
7e752c
* Tue Sep 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-4
7e752c
- Modified man-pages.patch to fix cbq manpage, rhbz#635877
7e752c
7e752c
* Tue Sep 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-3
7e752c
- Don't print routes with negative metric fix, rhbz#628739
7e752c
7e752c
* Wed Aug 18 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-2
7e752c
- 'ip route get' fix, iproute2-2.6.35-print-route.patch
7e752c
- rhbz#622782
7e752c
7e752c
* Thu Aug 05 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-1
7e752c
- 2.6.35 version bump
7e752c
- iproute2-tc-priority.patch removed (included in upstream now)
7e752c
7e752c
* Thu Jul 08 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-5
7e752c
- Licensing guidelines compliance fix
7e752c
7e752c
* Wed Jul 07 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-4
7e752c
- Requires: iptables >= 1.4.5, BuildRequires: iptables-devel >= 1.4.5
7e752c
7e752c
* Thu Jul 01 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-3
7e752c
- Build now runs ./configure to regenerate Makefile for ipt/xt detection
7e752c
7e752c
* Mon Jun 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-2
7e752c
- iproute-tc-priority.patch, rhbz#586112
7e752c
7e752c
* Mon Jun 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-1
7e752c
- 2.6.34 version bump
7e752c
7e752c
* Tue Apr 20 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.33-2
7e752c
- 578729 6rd tunnel correctly 3979ef91de9ed17d21672aaaefd6c228485135a2
7e752c
- change BR texlive to tex according to guidelines
7e752c
7e752c
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.33-1
7e752c
- update
7e752c
7e752c
* Tue Jan 26 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.32-2
7e752c
- add macvlan aka VESA support d63a9b2b1e4e3eab0d0577d0a0f412d50be1e0a7
7e752c
- kernel headers 2.6.33 ab322673298bd0b8927cdd9d11f3d36af5941b93
7e752c
  are needed for macvlan features and probably for other added later.
7e752c
- fix number of release which contains 2.6.32 kernel headers and features
7e752c
  but it was released as 2.6.31
7e752c
7e752c
* Mon Jan  4 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.31-1
7e752c
- update to 2.6.31
7e752c
7e752c
* Fri Nov 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5.1.20091106gita7a9ddbb
7e752c
- 539232 patch cbq initscript
7e752c
7e752c
* Fri Nov 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5.0.20091106gita7a9ddbb
7e752c
- snapshot with kernel headers for 2.6.32
7e752c
7e752c
* Fri Oct  9 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5.0.20091009gitdaf49fd6
7e752c
- new official version isn't available but it's needed -> switch to git snapshots
7e752c
7e752c
* Thu Sep 24 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5
7e752c
- create missing man pages
7e752c
7e752c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.29-4
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7e752c
7e752c
* Thu Apr 23 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-3
7e752c
- new iptables (xtables) bring problems to tc, when ipt is used. 
7e752c
  rhbz#497344 still broken. tc_modules.patch brings correct paths to
7e752c
  xtables, but that doesn't fix whole issue.
7e752c
- 497355 ip should allow creation of an IPsec SA with 'proto any' 
7e752c
  and specified sport and dport as selectors
7e752c
7e752c
* Tue Apr 14 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-2
7e752c
- c3651bf4763d7247e3edd4e20526a85de459041b ip6tunnel: Fix no default 
7e752c
 display of ip4ip6 tunnels
7e752c
- e48f73d6a5e90d2f883e15ccedf4f53d26bb6e74 missing arpd directory
7e752c
7e752c
* Wed Mar 25 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-1
7e752c
- update to 2.6.29
7e752c
- remove DDR patch which became part of sourc
7e752c
- add patch with correct headers 1957a322c9932e1a1d2ca1fd37ce4b335ceb7113
7e752c
7e752c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.28-3
7e752c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7e752c
7e752c
* Wed Feb  4 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.28-2
7e752c
- 483484 install distribution files into /usr/share and also fixed
7e752c
 install paths in spec
7e752c
- add the latest change from git which add DRR support
7e752c
 c86f34942a0ce9f8203c0c38f9fe9604f96be706
7e752c
7e752c
* Mon Jan 19 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.28-1
7e752c
- previous two patches were included into 2.6.28 release.
7e752c
- update
7e752c
7e752c
* Mon Jan 12 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.27-2
7e752c
- 475130 - Negative preferred lifetimes of IPv6 prefixes/addresses
7e752c
  displayed incorrectly
7e752c
- 472878 - “ip maddr show” in IB interface causes a stack corruption
7e752c
- both patches will be probably in iproute v2.6.28
7e752c
7e752c
* Thu Dec 4 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.27-1
7e752c
- aead support was included into upstream version
7e752c
- patch for moving libs is now deprecated
7e752c
- update to 2.6.27
7e752c
7e752c
* Tue Aug 12 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.26-1
7e752c
- update to 2.6.26
7e752c
- clean patches
7e752c
7e752c
* Tue Jul 22 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-5
7e752c
- fix iproute2-2.6.25-segfault.patch
7e752c
7e752c
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.6.25-4
7e752c
- rebuild for new db4-4.7
7e752c
7e752c
* Thu Jul  3 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-3
7e752c
- 449933 instead of failing strncpy use copying byte after byte
7e752c
7e752c
* Wed May 14 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-2
7e752c
- allow replay setting, solve also 444724
7e752c
7e752c
* Mon Apr 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-1
7e752c
- update
7e752c
- remove patch for backward compatibility
7e752c
- add patch for AEAD compatibility
7e752c
7e752c
* Thu Feb 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-4
7e752c
- add creating ps file again. Fix was done in texlive
7e752c
7e752c
* Wed Feb  6 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-3
7e752c
- rebuild without tetex files. It isn't working in rawhide yet. Added
7e752c
  new source for ps files. 
7e752c
- #431179 backward compatibility for previous iproute versions
7e752c
7e752c
* Mon Jan 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-2
7e752c
- rebuild with fix tetex and linuxdoc-tools -> manual pdf
7e752c
- clean unnecessary patches
7e752c
- add into spec *.so objects, new BR linux-atm-libs-devel
7e752c
7e752c
* Wed Oct 31 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-1
7e752c
- new version from upstrem 2.3.23
7e752c
7e752c
* Tue Oct 23 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.22-5
7e752c
- move files from /usr/lib/tc to /usr/share/tc
7e752c
- remove listing files twice
7e752c
7e752c
* Fri Aug 31 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.22-3
7e752c
- package review #225903
7e752c
7e752c
* Mon Aug 27 2007 Jeremy Katz <katzj@redhat.com> - 2.6.22-2
7e752c
- rebuild for new db4
7e752c
7e752c
* Wed Jul 11 2007 Radek Vokál <rvokal@redhat.com> - 2.6.22-1
7e752c
- upgrade to 2.6.22
7e752c
7e752c
* Mon Mar 19 2007 Radek Vokál <rvokal@redhat.com> - 2.6.20-2
7e752c
- fix broken tc-pfifo man page (#232891)
7e752c
7e752c
* Thu Mar 15 2007 Radek Vokál <rvokal@redhat.com> - 2.6.20-1
7e752c
- upgrade to 2.6.20
7e752c
7e752c
* Fri Dec 15 2006 Radek Vokál <rvokal@redhat.com> - 2.6.19-1
7e752c
- upgrade to 2.6.19
7e752c
7e752c
* Mon Dec 11 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-5
7e752c
- fix snapshot version
7e752c
7e752c
* Fri Dec  1 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-4
7e752c
- spec file cleanup
7e752c
- one more rebuilt against db4
7e752c
7e752c
* Thu Nov 16 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-3
7e752c
- fix defective manpage for tc-pfifo (#215399)
7e752c
7e752c
* Mon Nov 13 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-2
7e752c
- rebuilt against new db4
7e752c
7e752c
* Tue Oct  3 2006 Radek Vokal <rvokal@redhat.com> - 2.6.18-1
7e752c
- upgrade to upstream 2.6.18
7e752c
- initcwnd patch merged
7e752c
- bug fix for xfrm monitor
7e752c
- alignment fixes for cris
7e752c
- documentation corrections
7e752c
        
7e752c
* Mon Oct  2 2006 Radek Vokal <rvokal@redhat.com> - 2.6.16-7
7e752c
- fix ip.8 man page, add initcwnd option
7e752c
7e752c
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-6
7e752c
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
7e752c
7e752c
* Tue Sep 19 2006 Radek Vokal <rvokal@redhat.com> - 2.6.16-5
7e752c
- fix crash when resolving ip address
7e752c
7e752c
* Mon Aug 21 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-4
7e752c
- add LOWER_UP and DORMANT flags (#202199)
7e752c
- use dist tag
7e752c
7e752c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-3.1
7e752c
- rebuild
7e752c
7e752c
* Mon Jun 26 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-3
7e752c
- improve handling of initcwnd value (#179719)
7e752c
7e752c
* Sun May 28 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-2
7e752c
- fix BuildRequires: flex (#193403)
7e752c
7e752c
* Sun Mar 26 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-1
7e752c
- upgrade to 2.6.16-060323
7e752c
- don't hardcode /usr/lib in tc (#186607)
7e752c
7e752c
* Wed Feb 22 2006 Radek Vokál <rvokal@redhat.com> - 2.6.15-2
7e752c
- own /usr/lib/tc (#181953)
7e752c
- obsoletes shapecfg (#182284)
7e752c
7e752c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.6.15-1.2
7e752c
- bump again for double-long bug on ppc(64)
7e752c
7e752c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.6.15-1.1
7e752c
- rebuilt for new gcc4.1 snapshot and glibc changes
7e752c
7e752c
* Tue Jan 17 2006 Radek Vokal <rvokal@redhat.com> 2.6.15-1
7e752c
- upgrade to 2.6.15-060110
7e752c
7e752c
* Mon Dec 12 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-11
7e752c
- rebuilt
7e752c
7e752c
* Fri Dec 09 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-10
7e752c
- remove backup of config files (#175302)
7e752c
7e752c
* Fri Nov 11 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-9
7e752c
- use tc manpages and cbq.init from source tarball (#172851)
7e752c
7e752c
* Thu Nov 10 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-8
7e752c
- new upstream source 
7e752c
7e752c
* Mon Oct 31 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-7
7e752c
- add warning to ip tunnel add command (#128107)
7e752c
7e752c
* Fri Oct 07 2005 Bill Nottingham <notting@redhat.com> 2.6.14-6
7e752c
- update from upstream (appears to fix #170111)
7e752c
7e752c
* Fri Oct 07 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-5
7e752c
- update from upstream
7e752c
- fixed host_len size for memcpy (#168903) <Matt_Domsch@dell.com>
7e752c
7e752c
* Fri Sep 23 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-4
7e752c
- add RPM_OPT_FLAGS
7e752c
7e752c
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-3
7e752c
- forget to apply the patch :( 
7e752c
7e752c
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-2
7e752c
- make ip help work again (#168449)
7e752c
7e752c
* Wed Sep 14 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-1
7e752c
- upgrade to ss050901 for 2.6.14 kernel headers
7e752c
7e752c
* Fri Aug 26 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-3
7e752c
- added /sbin/cbq script and sample configuration files (#166301)
7e752c
7e752c
* Fri Aug 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-2
7e752c
- upgrade to iproute2-050816
7e752c
7e752c
* Thu Aug 11 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-1
7e752c
- update to snapshot for 2.6.13+ kernel
7e752c
7e752c
* Tue May 24 2005 Radek Vokal <rvokal@redhat.com> 2.6.11-2
7e752c
- removed useless initvar patch (#150798)
7e752c
- new upstream source 
7e752c
7e752c
* Tue Mar 15 2005 Radek Vokal <rvokal@redhat.com> 2.6.11-1
7e752c
- update to iproute-2.6.11
7e752c
7e752c
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 2.6.10-2
7e752c
- gcc4 rebuilt
7e752c
7e752c
* Wed Feb 16 2005 Radek Vokal <rvokal@redhat.com> 2.6.10-1
7e752c
- update to iproute-2.6.10
7e752c
7e752c
* Thu Dec 23 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-6
7e752c
- added arpd into sbin
7e752c
7e752c
* Mon Nov 29 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-5
7e752c
- debug info removed from makefile and from spec (#140891)
7e752c
7e752c
* Tue Nov 16 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-4
7e752c
- source file updated from snapshot version
7e752c
- endian patch adding <endian.h> 
7e752c
7e752c
* Sat Sep 18 2004 Joshua Blanton <jblanton@cs.ohiou.edu> 2.6.9-3
7e752c
- added installation of netem module for tc
7e752c
7e752c
* Mon Sep 06 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-2
7e752c
- fixed possible buffer owerflow, path by Steve Grubb <linux_4ever@yahoo.com>
7e752c
7e752c
* Wed Sep 01 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-1
7e752c
- updated to iproute-2.6.9, spec file change, patches cleared
7e752c
7e752c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
7e752c
- rebuilt
7e752c
7e752c
* Wed May 26 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-16
7e752c
- Took tons of manpages from debian, much more complete (#123952).
7e752c
7e752c
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-15
7e752c
- rebuilt
7e752c
7e752c
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-13.2
7e752c
- Built security errata version for FC1.
7e752c
7e752c
* Wed Apr 21 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-14
7e752c
- Fixed -f option for ss (#118355).
7e752c
- Small description fix (#110997).
7e752c
- Added initialization of some vars (#74961). 
7e752c
- Added patch to initialize "default" rule as well (#60693).
7e752c
7e752c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
7e752c
- rebuilt
7e752c
7e752c
* Wed Nov 05 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-12
7e752c
- Security errata for netlink (CAN-2003-0856).
7e752c
7e752c
* Thu Oct 23 2003 Phil Knirsch <pknirsch@redhat.com>
7e752c
- Updated to latest version. Used by other distros, so seems stable. ;-)
7e752c
- Quite a few patches needed updating in that turn.
7e752c
- Added ss (#107363) and several other new nifty tools.
7e752c
7e752c
* Tue Jun 17 2003 Phil Knirsch <pknirsch@redhat.com>
7e752c
- rebuilt
7e752c
7e752c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
7e752c
- rebuilt
7e752c
7e752c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
7e752c
- rebuilt
7e752c
7e752c
* Thu Jan 16 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-7
7e752c
- Added htb3-tc patch from http://luxik.cdi.cz/~devik/qos/htb/ (#75486).
7e752c
7e752c
* Fri Oct 11 2002 Bill Nottingham <notting@redhat.com> 2.4.7-6
7e752c
- remove flags patch at author's request
7e752c
7e752c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
7e752c
- automated rebuild
7e752c
7e752c
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-4
7e752c
- Don't forcibly strip binaries
7e752c
7e752c
* Mon May 27 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-3
7e752c
- Fixed missing diffserv and atm support in config (#57278).
7e752c
- Fixed inconsistent numeric base problem for command line (#65473).
7e752c
7e752c
* Tue May 14 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-2
7e752c
- Added patch to fix crosscompiling by Adrian Linkins.
7e752c
7e752c
* Fri Mar 15 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-1
7e752c
- Update to latest stable release 2.4.7-now-ss010824.
7e752c
- Added simple man page for ip.
7e752c
7e752c
* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
7e752c
- allow setting of allmulti & promisc flags (#48669)
7e752c
7e752c
* Mon Jul 02 2001 Than Ngo <than@redhat.com>
7e752c
- fix build problem in beehive if kernel-sources is not installed
7e752c
7e752c
* Fri May 25 2001 Helge Deller <hdeller@redhat.de>
7e752c
- updated to iproute2-2.2.4-now-ss001007.tar.gz 
7e752c
- bzip2 source tar file
7e752c
- "License" replaces "Copyright"
7e752c
- added "BuildPrereq: tetex-latex tetex-dvips psutils"
7e752c
- rebuilt for 7.2
7e752c
7e752c
* Tue May  1 2001 Bill Nottingham <notting@redhat.com>
7e752c
- use the system headers - the included ones are broken
7e752c
- ETH_P_ECHO went away
7e752c
7e752c
* Sat Jan  6 2001 Jeff Johnson <jbj@redhat.com>
7e752c
- test for specific KERNEL_INCLUDE directories.
7e752c
7e752c
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
7e752c
- rebuild for 7.1
7e752c
7e752c
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
7e752c
- add default configuration files for iproute (Bug #10549, #18887)
7e752c
7e752c
* Tue Jul 25 2000 Jakub Jelinek <jakub@redhat.com>
7e752c
- fix include-glibc/ to cope with glibc 2.2 new resolver headers
7e752c
7e752c
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
7e752c
- automatic rebuild
7e752c
7e752c
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
7e752c
- rebuilt in the new build environment
7e752c
- use RPM macros
7e752c
- handle RPM_OPT_FLAGS
7e752c
7e752c
* Sat Jun 03 2000 Than Ngo <than@redhat.de>
7e752c
- fix iproute to build with new glibc
7e752c
7e752c
* Fri May 26 2000 Ngo Than <than@redhat.de>
7e752c
- update to 2.2.4-now-ss000305
7e752c
- add configuration files
7e752c
7e752c
* Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
7e752c
- strip binaries
7e752c
7e752c
* Mon Aug 16 1999 Cristian Gafton <gafton@redhat.com>
7e752c
- first build