From 84c3d52a922cb13bb00343540af87a7f77bf0c96 Mon Sep 17 00:00:00 2001 From: haochenstar Date: Mon, 9 Nov 2020 16:09:38 +0800 Subject: [PATCH] add help libnl3-help denpendency for libnl3 --- libnl3.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libnl3.spec b/libnl3.spec index 812892e..f10f2e4 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -1,7 +1,7 @@ %define ver 3_5_0 Name: libnl3 Version: 3.5.0 -Release: 2 +Release: 3 Summary: Providing APIs to netlink protocol based Linux kernel interfaces License: LGPLv2 URL: http://www.infradead.org/~tgr/libnl/ @@ -10,7 +10,7 @@ Source: https://github.com/thom311/libnl/releases/download/libnl%{uver}/l Patch9000: solve-redefinition-of-struct-ipv6_mreq.patch BuildRequires: flex bison libtool autoconf automake swig -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %{name}-help Provides: %{name}-cli Obsoletes: %{name}-cli @@ -107,6 +107,12 @@ cd python %{python2_sitearch}/netlink-*.egg-info %changelog +* Mon Nov 09 2020 xihaochen - 3.5.0-3 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:add libnl3-help dependency for libnl3 + * Tue Aug 18 2020 chenyaqiang - 3.5.0-2 - rebuild for package build -- Gitee