diff --git a/libnl3.spec b/libnl3.spec index 8b32e85f7ba7c0ac74fb99b460da51dfde7e519b..4bee256cfd002d4025f521e7dfec88d8c640e3c3 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