From b282feef3f21a5f8a595c4368306c56605934414 Mon Sep 17 00:00:00 2001 From: zhaoyuxing Date: Sat, 4 Sep 2021 09:59:08 +0800 Subject: [PATCH] test make check --- libnl3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libnl3.spec b/libnl3.spec index 8b32e85..4bee256 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -1,6 +1,6 @@ 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/ @@ -52,6 +52,7 @@ Python3 bindings for libnl3 %prep %autosetup -n libnl-%{version} -p1 + %build autoreconf -vif %configure --disable-static @@ -97,6 +98,12 @@ cd python %{python3_sitearch}/netlink-*.egg-info %changelog +* Wed Mar 10 2021 zengwefeng - 3.5.0-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add missing check for NULL return from allocate_rfd + * Wed Mar 10 2021 zengwefeng - 3.5.0-4 - Type:bugfix - ID:NA -- Gitee