naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone
Petr Šabata d9a596
Summary:            Advanced IP routing and network device configuration tools
Petr Šabata d9a596
Name:               iproute
925304
Version:            6.2.0
3ec91e
Release:            5%{?dist}%{?buildid}
87177b
%if 0%{?rhel}
2f8814
Group:              Applications/System
2f8814
%endif
2f8814
URL:                https://kernel.org/pub/linux/utils/net/%{name}2/
2f8814
Source0:            https://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.xz
87177b
Source1:            rt_dsfield.deprecated
498081
Patch0:             0001-Update-kernel-headers.patch
498081
Patch1:             0002-macvlan-Add-bclim-parameter.patch
Wen Liang e362d2
Patch2:             0003-mptcp-add-support-for-implicit-flag.patch
3ec91e
Patch3:             0004-u32-fix-TC_U32_TERMINAL-printing.patch
3ec91e
Patch4:             0005-tc-add-missing-separator.patch
Petr Šabata d9a596
925304
License:            GPL-2.0-or-later AND NIST-PD
Petr Šabata d9a596
BuildRequires:      bison
Petr Šabata d9a596
BuildRequires:      elfutils-libelf-devel
Petr Šabata d9a596
BuildRequires:      flex
2f8814
BuildRequires:      gcc
Petr Šabata d9a596
BuildRequires:      iptables-devel >= 1.4.5
2f8814
BuildRequires:      libbpf-devel
Petr Šabata d9a596
BuildRequires:      libcap-devel
Petr Šabata d9a596
BuildRequires:      libdb-devel
Petr Šabata d9a596
BuildRequires:      libmnl-devel
Petr Šabata d9a596
BuildRequires:      libselinux-devel
DistroBaker a0a3c8
BuildRequires:      make
2f8814
BuildRequires:      pkgconfig
Petr Šabata d9a596
%if ! 0%{?_module_build}
Petr Šabata d9a596
%if 0%{?fedora}
Petr Šabata d9a596
BuildRequires:      linux-atm-libs-devel
Petr Šabata d9a596
%endif
Petr Šabata d9a596
%endif
2f8814
Requires:           libbpf
Petr Šabata d9a596
Requires:           psmisc
2f8814
Provides:           /sbin/ip
Petr Šabata d9a596
Petr Šabata d9a596
%description
Petr Šabata d9a596
The iproute package contains networking utilities (ip and rtmon, for example)
Petr Šabata d9a596
which are designed to use the advanced networking capabilities of the Linux
Petr Šabata d9a596
kernel.
Petr Šabata d9a596
Petr Šabata d9a596
%package tc
Petr Šabata d9a596
Summary:            Linux Traffic Control utility
87177b
%if 0%{?rhel}
2f8814
Group:              Applications/System
2f8814
%endif
925304
License:            GPL-2.0-or-later
Petr Šabata d9a596
Requires:           %{name}%{?_isa} = %{version}-%{release}
DistroBaker e5f2ac
Provides:           /sbin/tc
Petr Šabata d9a596
Petr Šabata d9a596
%description tc
Petr Šabata d9a596
The Traffic Control utility manages queueing disciplines, their classes and
Petr Šabata d9a596
attached filters and actions. It is the standard tool to configure QoS in
Petr Šabata d9a596
Linux.
Petr Šabata d9a596
2f8814
%if ! 0%{?_module_build}
2f8814
%package doc
2f8814
Summary:            Documentation for iproute2 utilities with examples
87177b
%if 0%{?rhel}
2f8814
Group:              Applications/System
2f8814
%endif
925304
License:            GPL-2.0-or-later
2f8814
Requires:           %{name} = %{version}-%{release}
2f8814
2f8814
%description doc
2f8814
The iproute documentation contains howtos and examples of settings.
2f8814
%endif
2f8814
Petr Šabata d9a596
%package devel
Petr Šabata d9a596
Summary:            iproute development files
87177b
%if 0%{?rhel}
2f8814
Group:              Development/Libraries
2f8814
%endif
925304
License:            GPL-2.0-or-later
2f8814
Requires:           %{name} = %{version}-%{release}
Petr Šabata d9a596
Provides:           iproute-static = %{version}-%{release}
Petr Šabata d9a596
Petr Šabata d9a596
%description devel
Petr Šabata d9a596
The libnetlink static library.
Petr Šabata d9a596
Petr Šabata d9a596
%prep
Petr Šabata d9a596
%autosetup -p1 -n %{name}2-%{version}
Petr Šabata d9a596
Petr Šabata d9a596
%build
925304
%configure --libdir %{_libdir}
925304
echo -e "\nPREFIX=%{_prefix}\nCONFDIR:=%{_sysconfdir}/iproute2\nSBINDIR=%{_sbindir}" >> config.mk
DistroBaker e5f2ac
%make_build
Petr Šabata d9a596
Petr Šabata d9a596
%install
DistroBaker e5f2ac
%make_install
Petr Šabata d9a596
2f8814
echo '.so man8/tc-cbq.8' > %{buildroot}%{_mandir}/man8/cbq.8
2f8814
Petr Šabata d9a596
# libnetlink
Petr Šabata d9a596
install -D -m644 include/libnetlink.h %{buildroot}%{_includedir}/libnetlink.h
Petr Šabata d9a596
install -D -m644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a
Petr Šabata d9a596
2f8814
# drop these files, iproute-doc package extracts files directly from _builddir
2f8814
rm -rf '%{buildroot}%{_docdir}'
2f8814
87177b
# append deprecated values to rt_dsfield for compatibility reasons
38f643
%if 0%{?rhel} && ! 0%{?eln}
87177b
cat %{SOURCE1} >>%{buildroot}%{_sysconfdir}/iproute2/rt_dsfield
2f8814
%endif
2f8814
Petr Šabata d9a596
%files
Petr Šabata d9a596
%dir %{_sysconfdir}/iproute2
Petr Šabata d9a596
%license COPYING
2f8814
%doc README README.devel
Petr Šabata d9a596
%{_mandir}/man7/*
Petr Šabata d9a596
%exclude %{_mandir}/man7/tc-*
Petr Šabata d9a596
%{_mandir}/man8/*
Petr Šabata d9a596
%exclude %{_mandir}/man8/tc*
2f8814
%exclude %{_mandir}/man8/cbq*
Petr Šabata d9a596
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/iproute2/*
Petr Šabata d9a596
%{_sbindir}/*
Petr Šabata d9a596
%exclude %{_sbindir}/tc
4bf0a0
%exclude %{_sbindir}/routel
Petr Šabata d9a596
%{_datadir}/bash-completion/completions/devlink
Petr Šabata d9a596
Petr Šabata d9a596
%files tc
Petr Šabata d9a596
%license COPYING
Petr Šabata d9a596
%{_mandir}/man7/tc-*
Petr Šabata d9a596
%{_mandir}/man8/tc*
2f8814
%{_mandir}/man8/cbq*
Petr Šabata d9a596
%dir %{_libdir}/tc/
Petr Šabata d9a596
%{_libdir}/tc/*
Petr Šabata d9a596
%{_sbindir}/tc
Petr Šabata d9a596
%{_datadir}/bash-completion/completions/tc
Petr Šabata d9a596
2f8814
%if ! 0%{?_module_build}
2f8814
%files doc
2f8814
%license COPYING
2f8814
%doc examples
2f8814
%endif
2f8814
Petr Šabata d9a596
%files devel
Petr Šabata d9a596
%license COPYING
Petr Šabata d9a596
%{_mandir}/man3/*
Petr Šabata d9a596
%{_libdir}/libnetlink.a
Petr Šabata d9a596
%{_includedir}/libnetlink.h
Petr Šabata d9a596
%{_includedir}/iproute2/bpf_elf.h
Petr Šabata d9a596
Petr Šabata d9a596
%changelog
3ec91e
* Tue Jun 06 2023 Andrea Claudi <aclaudi@redhat.com> - 6.2.0-5.el9
3ec91e
- tc: add missing separator (Andrea Claudi) [RHEL-337]
3ec91e
- u32: fix TC_U32_TERMINAL printing (Andrea Claudi) [RHEL-586]
3ec91e
165fd1
* Mon Jun 05 2023 Andrea Claudi <aclaudi@redhat.com> - 6.2.0-4.el9
165fd1
- Fix NVR, %autorelease not working (Andrea Claudi)
165fd1
165fd1
* Thu Jun 01 2023 Wen Liang <wenliang@redhat.com> - 6.2.0-3.el9
165fd1
- mptcp: add support for implicit flag (Wen Liang) [2109135]
165fd1
165fd1
* Wed May 03 2023 Andrea Claudi <aclaudi@redhat.com> - 6.2.0-2.el9
165fd1
- macvlan: Add bclim parameter (Andrea Claudi) [2186945]
165fd1
- Update kernel headers (Andrea Claudi) [2186945]
165fd1
165fd1
* Thu Apr 27 2023 Andrea Claudi <aclaudi@redhat.com> - 6.2.0-1.el9
165fd1
- New version 6.2.0 (Andrea Claudi) [RHEL-428]
165fd1
165fd1
* Sat Jan 28 2023 Andrea Claudi <aclaudi@redhat.com> - 6.1.0-1.el9
165fd1
- New version 6.1.0 [2155604]
165fd1
165fd1
* Fri Jan 06 2023 Viktor Malik <vmalik@redhat.com> - 6.0.0-2.el9
165fd1
- Rebuild for libbpf 1.0.0 [2158727]
165fd1
165fd1
* Thu Oct 06 2022 Andrea Claudi <aclaudi@redhat.com> - 6.0.0-1.el9
165fd1
- New version 6.0.0 [2132427]
165fd1
165fd1
* Wed Jun 15 2022 Andrea Claudi <aclaudi@redhat.com> - 5.18.0-1.el9
165fd1
- New version 5.18.0 [2074608]
165fd1
165fd1
* Thu Nov 25 2021 Andrea Claudi <aclaudi@redhat.com> - 5.15.0-2.el9
165fd1
- Fix gating.yaml [2009355]
165fd1
165fd1
* Wed Nov 24 2021 Andrea Claudi <aclaudi@redhat.com> - 5.15.0-1.el9
165fd1
- New version 5.15.0 [2009355]
165fd1
165fd1
* Wed Aug 18 2021 Andrea Claudi <aclaudi@redhat.com> - 5.13.0-5.el9
165fd1
- Add build and runtime dependency on libbpf (Andrea Claudi) [1994520]
165fd1
- Use TC_LIB_DIR environment variable (Andrea Claudi) [1994545]
165fd1
- Re-add iproute-doc package on the specfile (Andrea Claudi) [1994581]
165fd1
165fd1
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.13.0-4.el9
165fd1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
165fd1
  Related: rhbz#1991688
165fd1
165fd1
* Fri Jul 16 2021 Andrea Claudi <aclaudi@redhat.com> - 5.13.0-3.el9
165fd1
- Fix changelog (Andrea Claudi) [1947854]
165fd1
- Add RHEL gating configuration (Aleksandra Fedorova)
165fd1
165fd1
* Thu Jul 15 2021 Andrea Claudi <aclaudi@redhat.com> - 5.13.0-2.el9
165fd1
- Remove Recommends: iproute-tc from spec file (Andrea Claudi) [1947854]
165fd1
165fd1
* Wed Jun 30 2021 Andrea Claudi <aclaudi@redhat.com> - 5.13.0-1.el9
165fd1
- New version 5.13.0 (#1977898)
165fd1
165fd1
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.10.0-3.el9
165fd1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
165fd1
165fd1
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-2
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
165fd1
165fd1
* Mon Dec 21 2020 Andrea Claudi <aclaudi@redhat.com> - 5.10.0-1
165fd1
- New version 5.10.0 (#1909551)
165fd1
165fd1
* Wed Dec 2 2020 Andrea Claudi <aclaudi@redhat.com> - 5.9.0-1
165fd1
- New version 5.9.0
165fd1
165fd1
* Mon Aug 10 2020 Phil Sutter <psutter@redhat.com> - 5.8.0-1
165fd1
- New version 5.8.0
165fd1
165fd1
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.0-2
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
165fd1
165fd1
* Wed Jun 03 2020 Phil Sutter <psutter@redhat.com> - 5.7.0-1
165fd1
- New version 5.7.0
165fd1
165fd1
* Tue Jan 28 2020 Phil Sutter <psutter@redhat.com> - 5.5.0-1
165fd1
- New version 5.5.0
165fd1
165fd1
* Tue Nov 26 2019 Phil Sutter <psutter@redhat.com> - 5.4.0-1
165fd1
- New version 5.4.0
165fd1
- Drop iproute-doc package, upstream removed all non-manpage documentation
165fd1
165fd1
* Tue Oct 08 2019 Phil Sutter <psutter@redhat.com> - 5.3.0-2
165fd1
- ifcfg script uses killall, therefore requires psmisc package
165fd1
165fd1
* Thu Sep 26 2019 Phil Sutter <psutter@redhat.com> - 5.3.0-1
165fd1
- New version 5.3.0
165fd1
- Add upstream-suggested backports
165fd1
165fd1
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
165fd1
165fd1
* Tue Jul 23 2019 Phil Sutter <psutter@redhat.com> - 5.2.0-1
165fd1
- New version 5.2.0
165fd1
- Add upstream-suggested backports
165fd1
- Fix for tunnel creation when using 'dev' parameter
165fd1
165fd1
* Wed May 29 2019 Phil Sutter <psutter@redhat.com> - 5.1.0-1
165fd1
- New version 5.1.0
165fd1
165fd1
* Wed Mar 20 2019 Phil Sutter <psutter@redhat.com> - 5.0.0-2
165fd1
- Restore Provides: hint, at least pptp depends on it
165fd1
165fd1
* Wed Mar 20 2019 Phil Sutter <psutter@redhat.com> - 5.0.0-1
165fd1
- New version 5.0.0
165fd1
- Get rid of old upgrade path hints
165fd1
165fd1
* Fri Feb 01 2019 Phil Sutter <psutter@redhat.com> - 4.20.0-1
165fd1
- New version 4.20.0
165fd1
- Add upstream-suggested backports
165fd1
- Upstream dropped cbq script, remove it along with related configs
165fd1
- Add libcap support
165fd1
165fd1
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.18.0-6
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
165fd1
165fd1
* Wed Sep 19 2018 Phil Sutter <psutter@redhat.com> - 4.18.0-5
165fd1
- man: ip-route: Clarify referenced versions are Linux ones
165fd1
165fd1
* Fri Aug 31 2018 Phil Sutter <psutter@redhat.com> - 4.18.0-4
165fd1
- iprule: Fix destination prefix output
165fd1
165fd1
* Thu Aug 23 2018 Phil Sutter <psutter@redhat.com> - 4.18.0-3
165fd1
- Make colored output configurable
165fd1
165fd1
* Thu Aug 16 2018 Phil Sutter <psutter@redhat.com> - 4.18.0-2
165fd1
- Fix ss filter expressions
165fd1
165fd1
* Tue Aug 14 2018 Phil Sutter <psutter@redhat.com> - 4.18.0-1
165fd1
- New version 4.18.0
165fd1
165fd1
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.17.0-2
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
165fd1
165fd1
* Tue Jun 12 2018 Phil Sutter <psutter@redhat.com> - 4.17.0-1
165fd1
- New version 4.17.0
165fd1
165fd1
* Fri Jun 01 2018 Phil Sutter <psutter@redhat.com> - 4.16.0-1
165fd1
- New version 4.16.0
165fd1
165fd1
* Fri Feb 09 2018 Phil Sutter <psutter@redhat.com> - 4.15.0-1
165fd1
- New version 4.15.0
165fd1
165fd1
* Fri Feb  9 2018 Florian Weimer <fweimer@redhat.com> - 4.14.1-6
165fd1
- Use LDFLAGS defaults from redhat-rpm-config
165fd1
165fd1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.1-5
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
165fd1
165fd1
* Mon Dec 11 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-4
165fd1
- Add missing patch files.
165fd1
165fd1
* Mon Dec 11 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-3
165fd1
- Add upstream suggested backports.
165fd1
- Make use of %%autosetup macro.
165fd1
165fd1
* Wed Nov 15 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-2
165fd1
- Drop unused build dependencies
165fd1
165fd1
* Wed Nov 15 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-1
165fd1
- New version 4.14.1
165fd1
165fd1
* Tue Sep 19 2017 Phil Sutter <psutter@redhat.com> - 4.13.0-1
165fd1
- New version 4.13.0
165fd1
165fd1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-3
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
165fd1
165fd1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-2
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
165fd1
165fd1
* Fri Jul 21 2017 Phil Sutter <psutter@redhat.com> - 4.12.0-1
165fd1
- New version 4.12.0
165fd1
165fd1
* Tue May 23 2017 Phil Sutter <psutter@redhat.com> - 4.11.0-1
165fd1
- Add virtual capability to tc subpackage so it's easier found
165fd1
- New version 4.11.0
165fd1
165fd1
* Thu May 11 2017 Karsten Hopp <karsten@redhat.com> - 4.10.0-3
165fd1
- don't build docs for module builds to limit dependencies
165fd1
165fd1
* Fri Mar 17 2017 Phil Sutter <psutter@redhat.com> - 4.10.0-2
165fd1
- Add two fixes to 4.10.0 release from upstream.
165fd1
165fd1
* Tue Mar 14 2017 Phil Sutter <psutter@redhat.com> - 4.10.0-1
165fd1
- Ship new header iproute2/bpf_elf.h
165fd1
- Document content of remaining docs fixup patch in spec file
165fd1
- Drop patches already applied upstream
165fd1
- New version 4.10.0
165fd1
165fd1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-4
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
165fd1
165fd1
* Thu Feb  2 2017 Thomas Woerner <twoerner@redhat.com> - 4.9.0-3
165fd1
- Release bump for iptables-1.6.1 (libxtables.so.12)
165fd1
165fd1
* Sat Jan 28 2017 Phil Sutter <psutter@redhat.com> - 4.9.0-2
165fd1
- Fix for failing 'make install'
165fd1
165fd1
* Sat Jan 28 2017 Phil Sutter <psutter@redhat.com> - 4.9.0-1
165fd1
- New version 4.9.0
165fd1
165fd1
* Fri Jan 13 2017 Phil Sutter <psutter@redhat.com> - 4.8.0-2
165fd1
- Fix segfault in xt action
165fd1
165fd1
* Wed Nov 30 2016 Phil Sutter <psutter@redhat.com> - 4.8.0-1
165fd1
- New version 4.8.0
165fd1
165fd1
* Wed Aug 10 2016 Phil Sutter <psutter@redhat.com> - 4.7.0-1
165fd1
- New version 4.7.0
165fd1
165fd1
* Wed May 04 2016 Phil Sutter <psutter@redhat.com> - 4.6.0-1
165fd1
- New version 4.6.0
165fd1
165fd1
* Wed Apr 13  2016 Thomas Woerner <twoerner@redhat.com> - 4.5.0-4
165fd1
- Rebuild for new iptables-1.6.0 with libxtables so bump
165fd1
165fd1
* Fri Apr 08 2016 Phil Sutter <psutter@redhat.com> - 4.5.0-3
165fd1
- Fix upgrade path by adding correct Requires/Obsoletes statements to spec file
165fd1
- Move README.iproute2+tc into tc subpackage
165fd1
165fd1
* Fri Mar 18 2016 Phil Sutter <psutter@redhat.com> - 4.5.0-2
165fd1
- Split tc into it's own subpackage
165fd1
165fd1
* Fri Mar 18 2016 Phil Sutter <psutter@redhat.com> - 4.5.0-1
165fd1
- New version 4.5.0
165fd1
165fd1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-3
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
165fd1
165fd1
* Tue Jan 19 2016 Phil Sutter <psutter@redhat.com> - 4.4.0-1
165fd1
- New version 4.4.0
165fd1
165fd1
* Sun Oct 04 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-4
165fd1
- Simplify RPM install stage by using package's install target
165fd1
165fd1
* Sun Oct 04 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-3
165fd1
- Add missing build dependency to libmnl-devel
165fd1
- Ship tipc utility
165fd1
165fd1
* Thu Sep 24 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-2
165fd1
- Add missing build dependency to libselinux-devel
165fd1
165fd1
* Wed Sep 02 2015 Pavel Šimerda <psimerda@redhat.com> - 4.2.0-1
165fd1
- new version 4.2.0
165fd1
165fd1
* Tue Jul 07 2015 Pavel Šimerda <psimerda@redhat.com> - 4.1.1-1
165fd1
- new version 4.1.1
165fd1
165fd1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-4
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
165fd1
165fd1
* Wed May 13 2015 Pavel Šimerda <psimerda@redhat.com> - 4.0.0-3
165fd1
- remove patch rejected by upstream
165fd1
165fd1
* Mon May 11 2015 Pavel Šimerda <psimerda@redhat.com> - 4.0.0-2
165fd1
- Remove patch rejected by upstream
165fd1
165fd1
* Tue Apr 14 2015 Pavel Šimerda <psimerda@redhat.com> - 4.0.0-1
165fd1
- new version 4.0.0
165fd1
165fd1
* Fri Mar 13 2015 Pavel Šimerda <psimerda@redhat.com> - 3.19.0-1
165fd1
- new version 3.19.0
165fd1
165fd1
* Sat Oct 04 2014 Lubomir Rintel <lkundrak@v3.sk> - 3.16.0-3
165fd1
- Backport fix for ip link add name regression that broke libvirt
165fd1
165fd1
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
165fd1
165fd1
* Tue Aug 05 2014 Petr Šabata <contyk@redhat.com> - 3.16.0-1
165fd1
- 3.16 bump
165fd1
165fd1
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 3.15.0-2
165fd1
- fix license handling
165fd1
165fd1
* Thu Jun 12 2014 Petr Šabata <contyk@redhat.com> - 3.15.0-1
165fd1
- 3.15.0 bump
165fd1
165fd1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.0-3
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
165fd1
165fd1
* Tue May 06 2014 Petr Šabata <contyk@redhat.com> - 3.14.0-2
165fd1
- Fix incorrect references in ss(8), #1092653
165fd1
165fd1
* Tue Apr 15 2014 Petr Šabata <contyk@redhat.com> - 3.14.0-1
165fd1
- 3.14 bump
165fd1
- Drop out iplink_have_newlink() fix in favor of upstream's approach
165fd1
165fd1
* Tue Nov 26 2013 Petr Šabata <contyk@redhat.com> - 3.12.0-2
165fd1
- Drop libnl from dependencies (#1034454)
165fd1
165fd1
* Mon Nov 25 2013 Petr Šabata <contyk@redhat.com> - 3.12.0-1
165fd1
- 3.12.0 bump
165fd1
165fd1
* Thu Nov 21 2013 Petr Šabata <contyk@redhat.com> - 3.11.0-2
165fd1
- Fix the rtt time parsing again
165fd1
165fd1
* Tue Oct 22 2013 Petr Šabata <contyk@redhat.com> - 3.11.0-1
165fd1
- 3.11 bump
165fd1
165fd1
* Tue Oct 01 2013 Petr Pisar <ppisar@redhat.com> - 3.10.0-8
165fd1
- Close file with bridge monitor file (bug #1011822)
165fd1
165fd1
* Tue Sep 24 2013 Petr Pisar <ppisar@redhat.com> - 3.10.0-7
165fd1
- Add tc -OK option
165fd1
- Document "bridge mdb" and "bridge monitor mdb"
165fd1
165fd1
* Fri Aug 30 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-6
165fd1
- Fix lnstat -i properly this time
165fd1
165fd1
* Thu Aug 29 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-5
165fd1
- Fix an 'ip link' hang (#996537)
165fd1
165fd1
* Tue Aug 13 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-4
165fd1
- lnstat -i: Run indefinitely if the --count isn't specified (#977845)
165fd1
- Switch to unversioned %%docdir
165fd1
165fd1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.0-3
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
165fd1
165fd1
* Wed Jul 17 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-2
165fd1
- Fix the XFRM patch
165fd1
165fd1
* Wed Jul 17 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-1
165fd1
- 3.10.0 bump
165fd1
- Drop the SHAREDIR patch and revert to upstream ways (#966445)
165fd1
- Fix an XFRM regression with FORTIFY_SOURCE
165fd1
165fd1
* Tue Apr 30 2013 Petr Šabata <contyk@redhat.com> - 3.9.0-1
165fd1
- 3.9.0 bump
165fd1
165fd1
* Thu Apr 25 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-4
165fd1
- ATM is available in Fedora only
165fd1
165fd1
* Tue Mar 12 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-3
165fd1
- Mention the "up" argument in documentation and help outputs (#907468)
165fd1
165fd1
* Mon Mar 04 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-2
165fd1
- Bump for 1.4.18 rebuild
165fd1
165fd1
* Tue Feb 26 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-1
165fd1
- 3.8.0 bump
165fd1
165fd1
* Fri Feb 08 2013 Petr Šabata <contyk@redhat.com> - 3.7.0-2
165fd1
- Don't propogate mounts out of ip (#882047)
165fd1
165fd1
* Wed Dec 12 2012 Petr Šabata <contyk@redhat.com> - 3.7.0-1
165fd1
- 3.7.0 bump
165fd1
165fd1
* Mon Nov 19 2012 Petr Šabata <contyk@redhat.com> - 3.6.0-3
165fd1
- Include section 7 manpages (#876857)
165fd1
- Fix ancient bogus dates in the changelog (correction based upon commits)
165fd1
- Explicitly require some TeX fonts no longer present in the base distribution
165fd1
165fd1
* Thu Oct 04 2012 Petr Šabata <contyk@redhat.com> - 3.6.0-2
165fd1
- List all interfaces by default
165fd1
165fd1
* Wed Oct 03 2012 Petr Šabata <contyk@redhat.com> - 3.6.0-1
165fd1
- 3.6.0 bump
165fd1
165fd1
* Thu Aug 30 2012 Petr Šabata <contyk@redhat.com> - 3.5.1-2
165fd1
- Remove the explicit iptables dependency (#852840)
165fd1
165fd1
* Tue Aug 14 2012 Petr Šabata <contyk@redhat.com> - 3.5.1-1
165fd1
- 3.5.1 bugfix release bump
165fd1
- Rename 'br' to 'bridge'
165fd1
165fd1
* Mon Aug 06 2012 Petr Šabata <contyk@redhat.com> - 3.5.0-2
165fd1
- Install the new bridge utility
165fd1
165fd1
* Thu Aug 02 2012 Petr Šabata <contyk@redhat.com> - 3.5.0-1
165fd1
- 3.5.0 bump
165fd1
- Move to db5.
165fd1
165fd1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
165fd1
165fd1
* Tue May 22 2012 Petr Šabata <contyk@redhat.com> - 3.4.0-1
165fd1
- 3.4.0 bump
165fd1
- Drop the print route patch (included upstream)
165fd1
165fd1
* Mon Apr 30 2012 Petr Šabata <contyk@redhat.com> - 3.3.0-2
165fd1
- Let's install rtmon too... (#814819)
165fd1
165fd1
* Thu Mar 22 2012 Petr Šabata <contyk@redhat.com> - 3.3.0-1
165fd1
- 3.3.0 bump
165fd1
- Update source URL
165fd1
165fd1
* Mon Feb 27 2012 Petr Šabata <contyk@redhat.com> - 3.2.0-3
165fd1
- Address dangerous /tmp files security issue (CVE-2012-1088, #797881, #797878)
165fd1
165fd1
* Fri Jan 27 2012 Petr Šabata <contyk@redhat.com> - 3.2.0-2
165fd1
- Simplify the spec a bit thanks to the UsrMove feature
165fd1
165fd1
* Fri Jan 06 2012 Petr Šabata <contyk@redhat.com> - 3.2.0-1
165fd1
- 3.2.0 bump
165fd1
- Removing a useless, now conflicting patch (initcwnd already decumented)
165fd1
165fd1
* Thu Nov 24 2011 Petr Šabata <contyk@redhat.com> - 3.1.0-1
165fd1
- 3.1.0 bump
165fd1
- Point URL and Source to the new location on kernel.org
165fd1
- Remove now obsolete defattr
165fd1
- Dropping various patches now included upstream
165fd1
- Dropping iproute2-2.6.25-segfault.patch; I fail to understand the reason for
165fd1
  this hack
165fd1
165fd1
* Tue Nov 15 2011 Petr Šabata <contyk@redhat.com> - 2.6.39-6
165fd1
- ss -ul should display UDP CLOSED sockets (#691100)
165fd1
165fd1
* Thu Oct 06 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-5
165fd1
- Fix ss, lnstat and arpd usage and manpages
165fd1
165fd1
* Wed Sep 07 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-4
165fd1
- lnstat should dump (-d) to stdout instead of stderr (#736332)
165fd1
165fd1
* Tue Jul 26 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-3
165fd1
- Rebuild for xtables7
165fd1
165fd1
* Tue Jul 12 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-2
165fd1
- Rebuild for xtables6
165fd1
165fd1
* Thu Jun 30 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-1
165fd1
- 2.6.39 bump
165fd1
165fd1
* Wed Apr 27 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-4
165fd1
- Link [cr]tstat to lnstat
165fd1
165fd1
* Wed Apr 27 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-3
165fd1
- Install ctstat, rtstat and routef manpage symlinks
165fd1
- Install m_xt & m_ipt tc modules
165fd1
- Creating devel and virtual static subpackages with libnetlink
165fd1
165fd1
* Thu Apr 21 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-2
165fd1
- General cleanup
165fd1
- Use global instead of define
165fd1
- Buildroot removal
165fd1
- Correcting URL and Source links
165fd1
- Install genl, ifstat, routef, routel and rtpr (rhbz#697319)
165fd1
165fd1
* Fri Mar 18 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-1
165fd1
- 2.6.38.1 bump
165fd1
165fd1
* Wed Mar 16 2011 Petr Sabata <psabata@redhat.com> - 2.6.38-1
165fd1
- 2.6.38 bump
165fd1
165fd1
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.37-3
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
165fd1
165fd1
* Mon Jan 31 2011 Petr Sabata <psabata@redhat.com> - 2.6.37-2
165fd1
- man-pages.patch update, ip(8) TYPE whitespace
165fd1
165fd1
* Mon Jan 10 2011 Petr Sabata <psabata@redhat.com> - 2.6.37-1
165fd1
- 2.6.37 upstream release
165fd1
- ss(8) improvements patch removed (included upstream)
165fd1
165fd1
* Wed Dec 08 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-10
165fd1
- fix a typo in ss(8) improvements patch, rhbz#661267
165fd1
165fd1
* Tue Nov 30 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-9
165fd1
- ss(8) improvements patch by jpopelka; should be included in 2.6.36
165fd1
165fd1
* Tue Nov 09 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-8
165fd1
- rhbz#641599, use the versioned path, man-pages.patch update, prep update
165fd1
165fd1
* Tue Oct 12 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-7
165fd1
- Do not segfault if peer name is omitted when creating a peer veth link, rhbz#642322
165fd1
165fd1
* Mon Oct 11 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-6
165fd1
- Man-pages update, rhbz#641599
165fd1
165fd1
* Wed Sep 29 2010 jkeating - 2.6.35-5
165fd1
- Rebuilt for gcc bug 634757
165fd1
165fd1
* Tue Sep 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-4
165fd1
- Modified man-pages.patch to fix cbq manpage, rhbz#635877
165fd1
165fd1
* Tue Sep 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-3
165fd1
- Don't print routes with negative metric fix, rhbz#628739
165fd1
165fd1
* Wed Aug 18 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-2
165fd1
- 'ip route get' fix, iproute2-2.6.35-print-route.patch
165fd1
- rhbz#622782
165fd1
165fd1
* Thu Aug 05 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-1
165fd1
- 2.6.35 version bump
165fd1
- iproute2-tc-priority.patch removed (included in upstream now)
165fd1
165fd1
* Thu Jul 08 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-5
165fd1
- Licensing guidelines compliance fix
165fd1
165fd1
* Wed Jul 07 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-4
165fd1
- Requires: iptables >= 1.4.5, BuildRequires: iptables-devel >= 1.4.5
165fd1
165fd1
* Thu Jul 01 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-3
165fd1
- Build now runs ./configure to regenerate Makefile for ipt/xt detection
165fd1
165fd1
* Mon Jun 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-2
165fd1
- iproute-tc-priority.patch, rhbz#586112
165fd1
165fd1
* Mon Jun 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-1
165fd1
- 2.6.34 version bump
165fd1
165fd1
* Tue Apr 20 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.33-2
165fd1
- 578729 6rd tunnel correctly 3979ef91de9ed17d21672aaaefd6c228485135a2
165fd1
- change BR texlive to tex according to guidelines
165fd1
165fd1
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.33-1
165fd1
- update
165fd1
165fd1
* Tue Jan 26 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.32-2
165fd1
- add macvlan aka VESA support d63a9b2b1e4e3eab0d0577d0a0f412d50be1e0a7
165fd1
- kernel headers 2.6.33 ab322673298bd0b8927cdd9d11f3d36af5941b93
165fd1
  are needed for macvlan features and probably for other added later.
165fd1
- fix number of release which contains 2.6.32 kernel headers and features
165fd1
  but it was released as 2.6.31
165fd1
165fd1
* Mon Jan  4 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.31-1
165fd1
- update to 2.6.31
165fd1
165fd1
* Fri Nov 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5.1.20091106gita7a9ddbb
165fd1
- 539232 patch cbq initscript
165fd1
165fd1
* Fri Nov 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5.0.20091106gita7a9ddbb
165fd1
- snapshot with kernel headers for 2.6.32
165fd1
165fd1
* Fri Oct  9 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5.0.20091009gitdaf49fd6
165fd1
- new official version isn't available but it's needed -> switch to git snapshots
165fd1
165fd1
* Thu Sep 24 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5
165fd1
- create missing man pages
165fd1
165fd1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.29-4
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
165fd1
165fd1
* Thu Apr 23 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-3
165fd1
- new iptables (xtables) bring problems to tc, when ipt is used.
165fd1
  rhbz#497344 still broken. tc_modules.patch brings correct paths to
165fd1
  xtables, but that doesn't fix whole issue.
165fd1
- 497355 ip should allow creation of an IPsec SA with 'proto any'
165fd1
  and specified sport and dport as selectors
165fd1
165fd1
* Tue Apr 14 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-2
165fd1
- c3651bf4763d7247e3edd4e20526a85de459041b ip6tunnel: Fix no default
165fd1
 display of ip4ip6 tunnels
165fd1
- e48f73d6a5e90d2f883e15ccedf4f53d26bb6e74 missing arpd directory
165fd1
165fd1
* Wed Mar 25 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-1
165fd1
- update to 2.6.29
165fd1
- remove DDR patch which became part of sourc
165fd1
- add patch with correct headers 1957a322c9932e1a1d2ca1fd37ce4b335ceb7113
165fd1
165fd1
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.28-3
165fd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
165fd1
165fd1
* Wed Feb  4 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.28-2
165fd1
- 483484 install distribution files into /usr/share and also fixed
165fd1
 install paths in spec
165fd1
- add the latest change from git which add DRR support
165fd1
 c86f34942a0ce9f8203c0c38f9fe9604f96be706
165fd1
165fd1
* Mon Jan 19 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.28-1
165fd1
- previous two patches were included into 2.6.28 release.
165fd1
- update
165fd1
165fd1
* Mon Jan 12 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.27-2
165fd1
- 475130 - Negative preferred lifetimes of IPv6 prefixes/addresses
165fd1
  displayed incorrectly
165fd1
- 472878 - “ip maddr show” in IB interface causes a stack corruption
165fd1
- both patches will be probably in iproute v2.6.28
165fd1
165fd1
* Thu Dec 4 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.27-1
165fd1
- aead support was included into upstream version
165fd1
- patch for moving libs is now deprecated
165fd1
- update to 2.6.27
165fd1
165fd1
* Tue Aug 12 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.26-1
165fd1
- update to 2.6.26
165fd1
- clean patches
165fd1
165fd1
* Tue Jul 22 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-5
165fd1
- fix iproute2-2.6.25-segfault.patch
165fd1
165fd1
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.6.25-4
165fd1
- rebuild for new db4-4.7
165fd1
165fd1
* Thu Jul  3 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-3
165fd1
- 449933 instead of failing strncpy use copying byte after byte
165fd1
165fd1
* Wed May 14 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-2
165fd1
- allow replay setting, solve also 444724
165fd1
165fd1
* Mon Apr 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-1
165fd1
- update
165fd1
- remove patch for backward compatibility
165fd1
- add patch for AEAD compatibility
165fd1
165fd1
* Thu Feb 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-4
165fd1
- add creating ps file again. Fix was done in texlive
165fd1
165fd1
* Wed Feb  6 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-3
165fd1
- rebuild without tetex files. It isn't working in rawhide yet. Added
165fd1
  new source for ps files.
165fd1
- #431179 backward compatibility for previous iproute versions
165fd1
165fd1
* Mon Jan 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-2
165fd1
- rebuild with fix tetex and linuxdoc-tools -> manual pdf
165fd1
- clean unnecessary patches
165fd1
- add into spec *.so objects, new BR linux-atm-libs-devel
165fd1
165fd1
* Wed Oct 31 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-1
165fd1
- new version from upstrem 2.3.23
165fd1
165fd1
* Tue Oct 23 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.22-5
165fd1
- move files from /usr/lib/tc to /usr/share/tc
165fd1
- remove listing files twice
165fd1
165fd1
* Fri Aug 31 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.22-3
165fd1
- package review #225903
165fd1
165fd1
* Mon Aug 27 2007 Jeremy Katz <katzj@redhat.com> - 2.6.22-2
165fd1
- rebuild for new db4
165fd1
165fd1
* Wed Jul 11 2007 Radek Vokál <rvokal@redhat.com> - 2.6.22-1
165fd1
- upgrade to 2.6.22
165fd1
165fd1
* Mon Mar 19 2007 Radek Vokál <rvokal@redhat.com> - 2.6.20-2
165fd1
- fix broken tc-pfifo man page (#232891)
165fd1
165fd1
* Thu Mar 15 2007 Radek Vokál <rvokal@redhat.com> - 2.6.20-1
165fd1
- upgrade to 2.6.20
165fd1
165fd1
* Fri Dec 15 2006 Radek Vokál <rvokal@redhat.com> - 2.6.19-1
165fd1
- upgrade to 2.6.19
165fd1
165fd1
* Mon Dec 11 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-5
165fd1
- fix snapshot version
165fd1
165fd1
* Fri Dec  1 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-4
165fd1
- spec file cleanup
165fd1
- one more rebuilt against db4
165fd1
165fd1
* Thu Nov 16 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-3
165fd1
- fix defective manpage for tc-pfifo (#215399)
165fd1
165fd1
* Mon Nov 13 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-2
165fd1
- rebuilt against new db4
165fd1
165fd1
* Tue Oct  3 2006 Radek Vokal <rvokal@redhat.com> - 2.6.18-1
165fd1
- upgrade to upstream 2.6.18
165fd1
- initcwnd patch merged
165fd1
- bug fix for xfrm monitor
165fd1
- alignment fixes for cris
165fd1
- documentation corrections
165fd1
165fd1
* Mon Oct  2 2006 Radek Vokal <rvokal@redhat.com> - 2.6.16-7
165fd1
- fix ip.8 man page, add initcwnd option
165fd1
165fd1
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-6
165fd1
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
165fd1
165fd1
* Tue Sep 19 2006 Radek Vokal <rvokal@redhat.com> - 2.6.16-5
165fd1
- fix crash when resolving ip address
165fd1
165fd1
* Mon Aug 21 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-4
165fd1
- add LOWER_UP and DORMANT flags (#202199)
165fd1
- use dist tag
165fd1
165fd1
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-3.1
165fd1
- rebuild
165fd1
165fd1
* Mon Jun 26 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-3
165fd1
- improve handling of initcwnd value (#179719)
165fd1
165fd1
* Sun May 28 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-2
165fd1
- fix BuildRequires: flex (#193403)
165fd1
165fd1
* Sun Mar 26 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-1
165fd1
- upgrade to 2.6.16-060323
165fd1
- don't hardcode /usr/lib in tc (#186607)
165fd1
165fd1
* Wed Feb 22 2006 Radek Vokál <rvokal@redhat.com> - 2.6.15-2
165fd1
- own /usr/lib/tc (#181953)
165fd1
- obsoletes shapecfg (#182284)
165fd1
165fd1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.6.15-1.2
165fd1
- bump again for double-long bug on ppc(64)
165fd1
165fd1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.6.15-1.1
165fd1
- rebuilt for new gcc4.1 snapshot and glibc changes
165fd1
165fd1
* Tue Jan 17 2006 Radek Vokal <rvokal@redhat.com> 2.6.15-1
165fd1
- upgrade to 2.6.15-060110
165fd1
165fd1
* Mon Dec 12 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-11
165fd1
- rebuilt
165fd1
165fd1
* Fri Dec 09 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-10
165fd1
- remove backup of config files (#175302)
165fd1
165fd1
* Fri Nov 11 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-9
165fd1
- use tc manpages and cbq.init from source tarball (#172851)
165fd1
165fd1
* Thu Nov 10 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-8
165fd1
- new upstream source
165fd1
165fd1
* Mon Oct 31 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-7
165fd1
- add warning to ip tunnel add command (#128107)
165fd1
165fd1
* Fri Oct 07 2005 Bill Nottingham <notting@redhat.com> 2.6.14-6
165fd1
- update from upstream (appears to fix #170111)
165fd1
165fd1
* Fri Oct 07 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-5
165fd1
- update from upstream
165fd1
- fixed host_len size for memcpy (#168903) <Matt_Domsch@dell.com>
165fd1
165fd1
* Fri Sep 23 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-4
165fd1
- add RPM_OPT_FLAGS
165fd1
165fd1
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-3
165fd1
- forget to apply the patch :(
165fd1
165fd1
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-2
165fd1
- make ip help work again (#168449)
165fd1
165fd1
* Wed Sep 14 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-1
165fd1
- upgrade to ss050901 for 2.6.14 kernel headers
165fd1
165fd1
* Fri Aug 26 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-3
165fd1
- added /sbin/cbq script and sample configuration files (#166301)
165fd1
165fd1
* Fri Aug 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-2
165fd1
- upgrade to iproute2-050816
165fd1
165fd1
* Thu Aug 11 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-1
165fd1
- update to snapshot for 2.6.13+ kernel
165fd1
165fd1
* Tue May 24 2005 Radek Vokal <rvokal@redhat.com> 2.6.11-2
165fd1
- removed useless initvar patch (#150798)
165fd1
- new upstream source
165fd1
165fd1
* Tue Mar 15 2005 Radek Vokal <rvokal@redhat.com> 2.6.11-1
165fd1
- update to iproute-2.6.11
165fd1
165fd1
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 2.6.10-2
165fd1
- gcc4 rebuilt
165fd1
165fd1
* Wed Feb 16 2005 Radek Vokal <rvokal@redhat.com> 2.6.10-1
165fd1
- update to iproute-2.6.10
165fd1
165fd1
* Thu Dec 23 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-6
165fd1
- added arpd into sbin
165fd1
165fd1
* Mon Nov 29 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-5
165fd1
- debug info removed from makefile and from spec (#140891)
165fd1
165fd1
* Tue Nov 16 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-4
165fd1
- source file updated from snapshot version
165fd1
- endian patch adding <endian.h>
165fd1
165fd1
* Sat Sep 18 2004 Joshua Blanton <jblanton@cs.ohiou.edu> 2.6.9-3
165fd1
- added installation of netem module for tc
165fd1
165fd1
* Mon Sep 06 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-2
165fd1
- fixed possible buffer owerflow, path by Steve Grubb <linux_4ever@yahoo.com>
165fd1
165fd1
* Wed Sep 01 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-1
165fd1
- updated to iproute-2.6.9, spec file change, patches cleared
165fd1
165fd1
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
165fd1
- rebuilt
165fd1
165fd1
* Wed May 26 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-16
165fd1
- Took tons of manpages from debian, much more complete (#123952).
165fd1
165fd1
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-15
165fd1
- rebuilt
165fd1
165fd1
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-13.2
165fd1
- Built security errata version for FC1.
165fd1
165fd1
* Wed Apr 21 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-14
165fd1
- Fixed -f option for ss (#118355).
165fd1
- Small description fix (#110997).
165fd1
- Added initialization of some vars (#74961).
165fd1
- Added patch to initialize "default" rule as well (#60693).
165fd1
165fd1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
165fd1
- rebuilt
165fd1
165fd1
* Wed Nov 05 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-12
165fd1
- Security errata for netlink (CAN-2003-0856).
165fd1
165fd1
* Thu Oct 23 2003 Phil Knirsch <pknirsch@redhat.com>
165fd1
- Updated to latest version. Used by other distros, so seems stable. ;-)
165fd1
- Quite a few patches needed updating in that turn.
165fd1
- Added ss (#107363) and several other new nifty tools.
165fd1
165fd1
* Tue Jun 17 2003 Phil Knirsch <pknirsch@redhat.com>
165fd1
- rebuilt
165fd1
165fd1
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
165fd1
- rebuilt
165fd1
165fd1
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
165fd1
- rebuilt
165fd1
165fd1
* Thu Jan 16 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-7
165fd1
- Added htb3-tc patch from http://luxik.cdi.cz/~devik/qos/htb/ (#75486).
165fd1
165fd1
* Fri Oct 11 2002 Bill Nottingham <notting@redhat.com> 2.4.7-6
165fd1
- remove flags patch at author's request
165fd1
165fd1
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
165fd1
- automated rebuild
165fd1
165fd1
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-4
165fd1
- Don't forcibly strip binaries
165fd1
165fd1
* Mon May 27 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-3
165fd1
- Fixed missing diffserv and atm support in config (#57278).
165fd1
- Fixed inconsistent numeric base problem for command line (#65473).
165fd1
165fd1
* Tue May 14 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-2
165fd1
- Added patch to fix crosscompiling by Adrian Linkins.
165fd1
165fd1
* Fri Mar 15 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-1
165fd1
- Update to latest stable release 2.4.7-now-ss010824.
165fd1
- Added simple man page for ip.
165fd1
165fd1
* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
165fd1
- allow setting of allmulti & promisc flags (#48669)
165fd1
165fd1
* Mon Jul 02 2001 Than Ngo <than@redhat.com>
165fd1
- fix build problem in beehive if kernel-sources is not installed
165fd1
165fd1
* Fri May 25 2001 Helge Deller <hdeller@redhat.de>
165fd1
- updated to iproute2-2.2.4-now-ss001007.tar.gz
165fd1
- bzip2 source tar file
165fd1
- "License" replaces "Copyright"
165fd1
- added "BuildPrereq: tetex-latex tetex-dvips psutils"
165fd1
- rebuilt for 7.2
165fd1
165fd1
* Tue May  1 2001 Bill Nottingham <notting@redhat.com>
165fd1
- use the system headers - the included ones are broken
165fd1
- ETH_P_ECHO went away
165fd1
165fd1
* Sat Jan  6 2001 Jeff Johnson <jbj@redhat.com>
165fd1
- test for specific KERNEL_INCLUDE directories.
165fd1
165fd1
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
165fd1
- rebuild for 7.1
165fd1
165fd1
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
165fd1
- add default configuration files for iproute (Bug #10549, #18887)
165fd1
165fd1
* Tue Jul 25 2000 Jakub Jelinek <jakub@redhat.com>
165fd1
- fix include-glibc/ to cope with glibc 2.2 new resolver headers
165fd1
165fd1
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
165fd1
- automatic rebuild
165fd1
165fd1
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
165fd1
- rebuilt in the new build environment
165fd1
- use RPM macros
165fd1
- handle RPM_OPT_FLAGS
165fd1
165fd1
* Sat Jun 03 2000 Than Ngo <than@redhat.de>
165fd1
- fix iproute to build with new glibc
165fd1
165fd1
* Fri May 26 2000 Ngo Than <than@redhat.de>
165fd1
- update to 2.2.4-now-ss000305
165fd1
- add configuration files
165fd1
165fd1
* Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
165fd1
- strip binaries
165fd1
165fd1
* Mon Aug 16 1999 Cristian Gafton <gafton@redhat.com>
165fd1
- first build