diff --git a/SPECS/iproute.spec b/SPECS/iproute.spec index 4d1ebdc..641bf33 100644 --- a/SPECS/iproute.spec +++ b/SPECS/iproute.spec @@ -1,5 +1,5 @@ %define rpmversion 5.9.0 -%define specrelease 2%{?dist} +%define specrelease 3%{?dist} %define pkg_release %{specrelease}%{?buildid} Summary: Advanced IP routing and network device configuration tools @@ -18,6 +18,7 @@ Patch4: 0005-m_mpls-test-the-mac_push-action-after-modify.patch Patch5: 0006-tc-vlan-fix-help-and-error-message-strings.patch Patch6: 0007-tc-mpls-fix-manpage-example-and-help-message-string.patch Patch7: 0008-tc-flower-fix-json-output-with-mpls-lse.patch +Patch8: 0009-iproute-force-rtm_dst_len-to-32-128.patch License: GPLv2+ and Public Domain BuildRequires: bison BuildRequires: elfutils-libelf-devel @@ -150,6 +151,9 @@ cat %{SOURCE1} >>%{buildroot}%{_sysconfdir}/iproute2/rt_dsfield %{_includedir}/iproute2/bpf_elf.h %changelog +* Tue Feb 09 2021 Andrea Claudi [5.9.0-3.el8] +- iproute: force rtm_dst_len to 32/128 (Andrea Claudi) [1852038] + * Thu Jan 28 2021 Andrea Claudi [5.9.0-2.el8] - tc: flower: fix json output with mpls lse (Andrea Claudi) [1885770] - tc-mpls: fix manpage example and help message string (Andrea Claudi) [1885770]