diff --git a/SPECS/iproute.spec b/SPECS/iproute.spec index 641bf33..6ef0b52 100644 --- a/SPECS/iproute.spec +++ b/SPECS/iproute.spec @@ -1,5 +1,5 @@ %define rpmversion 5.9.0 -%define specrelease 3%{?dist} +%define specrelease 4%{?dist} %define pkg_release %{specrelease}%{?buildid} Summary: Advanced IP routing and network device configuration tools @@ -19,6 +19,7 @@ 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 +Patch9: 0010-iplink_bareudp-cleanup-help-message-and-man-page.patch License: GPLv2+ and Public Domain BuildRequires: bison BuildRequires: elfutils-libelf-devel @@ -151,6 +152,9 @@ cat %{SOURCE1} >>%{buildroot}%{_sysconfdir}/iproute2/rt_dsfield %{_includedir}/iproute2/bpf_elf.h %changelog +* Fri Mar 12 2021 Andrea Claudi [5.9.0-4.el8] +- iplink_bareudp: cleanup help message and man page (Andrea Claudi) [1912412] + * Tue Feb 09 2021 Andrea Claudi [5.9.0-3.el8] - iproute: force rtm_dst_len to 32/128 (Andrea Claudi) [1852038]