diff --git a/.gitignore b/.gitignore index c326b0b..deec2cf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /pyroute2-0.3.3.tar.gz /pyroute2-0.3.4.tar.gz /pyroute2-0.3.14.tar.gz +/pyroute2-0.3.15.tar.gz diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 074b3f9..6484428 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,7 +1,7 @@ %global pkgname pyroute2 Name: python-%{pkgname} -Version: 0.3.14 +Version: 0.3.15 Release: 1%{?dist} Summary: Pure Python netlink library License: GPLv2+ @@ -31,6 +31,9 @@ IPQ. %{python_sitelib}/%{pkgname}* %changelog +* Fri Nov 20 2015 Peter V. Saveliev 0.3.15-1 +- critical NetNS fd leak fix + * Tue Sep 1 2015 Peter V. Saveliev 0.3.14-1 - bogus rpm dates in the changelog are fixed - both licenses added diff --git a/sources b/sources index 3fb5860..b9015f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae404ff363eafdf90017d27c1e3a8d9e pyroute2-0.3.14.tar.gz +1795542586534a681de67384735b39ab pyroute2-0.3.15.tar.gz