From ba5a48e2c8ac7d2610edea1f4b8df8ceb5304801 Mon Sep 17 00:00:00 2001 From: jiangheng Date: Wed, 3 Nov 2021 09:43:27 +0800 Subject: [PATCH] rename patches name --- ...b-bpf-fix-bpffs-mount-when-sys-fs-bpf-exist.patch | 0 ...iproute2-tc-f_flower-fix-port-range-parsing.patch | 0 iproute.spec | 12 +++++++++--- 3 files changed, 9 insertions(+), 3 deletions(-) rename bugfix-iproute2-lib-bpf-fix-bpffs-mount-when-sys-fs-bpf-exist.patch => backport-bugfix-iproute2-lib-bpf-fix-bpffs-mount-when-sys-fs-bpf-exist.patch (100%) rename bugfix-iproute2-tc-f_flower-fix-port-range-parsing.patch => backport-bugfix-iproute2-tc-f_flower-fix-port-range-parsing.patch (100%) diff --git a/bugfix-iproute2-lib-bpf-fix-bpffs-mount-when-sys-fs-bpf-exist.patch b/backport-bugfix-iproute2-lib-bpf-fix-bpffs-mount-when-sys-fs-bpf-exist.patch similarity index 100% rename from bugfix-iproute2-lib-bpf-fix-bpffs-mount-when-sys-fs-bpf-exist.patch rename to backport-bugfix-iproute2-lib-bpf-fix-bpffs-mount-when-sys-fs-bpf-exist.patch diff --git a/bugfix-iproute2-tc-f_flower-fix-port-range-parsing.patch b/backport-bugfix-iproute2-tc-f_flower-fix-port-range-parsing.patch similarity index 100% rename from bugfix-iproute2-tc-f_flower-fix-port-range-parsing.patch rename to backport-bugfix-iproute2-tc-f_flower-fix-port-range-parsing.patch diff --git a/iproute.spec b/iproute.spec index eb4f1df..a16b70b 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,6 +1,6 @@ Name: iproute Version: 5.5.0 -Release: 7 +Release: 8 Summary: Linux network configuration utilities License: GPLv2+ and Public Domain URL: https://kernel.org/pub/linux/utils/net/iproute2/ @@ -21,8 +21,8 @@ Patch9002: feature-iproute-limit-operation-ip-netns-del.patch Patch9003: feature-iproute-add-support-for-ipvlan-l2e-mode.patch Patch9004: feature-peer_notify_delay-renamed-to-peer_notif_delay.patch Patch9005: bugfix-iproute-support-assume-default-route.patch -Patch9006: bugfix-iproute2-lib-bpf-fix-bpffs-mount-when-sys-fs-bpf-exist.patch -Patch9007: bugfix-iproute2-tc-f_flower-fix-port-range-parsing.patch +Patch11: backport-bugfix-iproute2-lib-bpf-fix-bpffs-mount-when-sys-fs-bpf-exist.patch +Patch12: backport-bugfix-iproute2-tc-f_flower-fix-port-range-parsing.patch BuildRequires: gcc bison elfutils-libelf-devel flex iptables-devel libcap-devel BuildRequires: libmnl-devel libselinux-devel pkgconfig git @@ -91,6 +91,12 @@ install -m 0644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a %{_mandir}/* %changelog +* Tue Nov 02 2021 jiangheng - 5.5.0-8 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:rename patches name + * Fri Oct 29 2021 chengycehun - 5.5.0-7 - Type:bugfix - Id:NA