From 78dd662e8e1c3f28c715a7199688588241000b33 Mon Sep 17 00:00:00 2001 From: Monday Date: Thu, 8 Sep 2022 08:29:10 +0000 Subject: [PATCH] =?UTF-8?q?=E6=98=8E=E7=A1=AE=E4=B8=BB=E5=8C=85=E5=AF=B9he?= =?UTF-8?q?lp=E5=8C=85=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E8=A6=81?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Monday --- libnl3.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libnl3.spec b/libnl3.spec index 33e4f1a..d406187 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -1,7 +1,7 @@ %define ver 3_5_0 Name: libnl3 Version: 3.5.0 -Release: 4 +Release: 5 Summary: Providing APIs to netlink protocol based Linux kernel interfaces License: LGPLv2 URL: http://www.infradead.org/~tgr/libnl/ @@ -16,7 +16,7 @@ Patch6005: backport-rtnl-route-fix-NLE_NOMEM-handling-in-parse_multipath.pat Patch9000: solve-redefinition-of-struct-ipv6_mreq.patch BuildRequires: flex bison libtool autoconf automake swig -Requires: %{name} = %{version}-%{release} %{name}-help +Requires: %{name} = %{version}-%{release} %{name}-help = %{version}-%{release} Provides: %{name}-cli Obsoletes: %{name}-cli @@ -113,6 +113,12 @@ cd python %{python2_sitearch}/netlink-*.egg-info %changelog +* Wed Sep 8 2022 licihua - 3.5.0-5 +- Type:bugfix +- CVE: +- SUG:NA +- DESC:define libnl3-help version + * Wed Mar 10 2021 zengwefeng - 3.5.0-4 - Type:bugfix - ID:NA -- Gitee