diff --git a/.gitignore b/.gitignore index 03e2f43..20130dc 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /libteam-1.18.tar.gz /libteam-1.19.tar.gz /libteam-1.20.tar.gz +/libteam-1.21.tar.gz diff --git a/libteam.spec b/libteam.spec index 4a186b4..14976ff 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,5 +1,5 @@ Name: libteam -Version: 1.20 +Version: 1.21 Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries @@ -148,6 +148,11 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Mon Oct 05 2015 Jiri Pirko - 1.21-1 +- 1.21 release +- libteam: add missing "static inline" in nl_updates +- libteam: check for definition of NLA_PUT_S* separatelly + * Mon Oct 05 2015 Jiri Pirko - 1.20-1 - 1.20 release - libteam: fix compile error with newer libnl diff --git a/sources b/sources index eedee31..11a0fcc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc154c9a3432bbec5abaa53e493c4306 libteam-1.20.tar.gz +71b71b903e99dc9fd4d8c516e6f8f7b7 libteam-1.21.tar.gz