This commit is contained in:
Fedora Release Engineering 2017-02-10 19:08:46 +00:00
parent 6fb5a4b6c3
commit 1cf58af82e

View File

@ -1,6 +1,6 @@
Name: libnl3
Version: 3.2.29
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Convenience library for kernel netlink sockets
Group: Development/Libraries
License: LGPLv2
@ -152,6 +152,9 @@ popd
%{python3_sitearch}/netlink-*.egg-info
%changelog
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.29-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Jan 18 2017 Thomas Haller <thaller@redhat.com> - 3.2.29-2
- Update with patches from upstream
- check valid input arguments for nla_reserve() (rh#1414305, CVE-2017-0386)