diff --git a/.gitignore b/.gitignore index 20130dc..4e7aea1 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /libteam-1.19.tar.gz /libteam-1.20.tar.gz /libteam-1.21.tar.gz +/libteam-1.22.tar.gz diff --git a/libteam.spec b/libteam.spec index 14976ff..b7f07bb 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,5 +1,5 @@ Name: libteam -Version: 1.21 +Version: 1.22 Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries @@ -148,6 +148,13 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Tue Nov 03 2015 Jiri Pirko - 1.22-1 +- 1.22 release +- dbus: don't do in dbus service file +- teamd: Fix member port state change on master team admin UP. +- teamd: add CAP_NET_RAW capability for LACP packet sockets +- add teamd.conf.in to EXTRA_DIST + * Mon Oct 05 2015 Jiri Pirko - 1.21-1 - 1.21 release - libteam: add missing "static inline" in nl_updates diff --git a/sources b/sources index 11a0fcc..c36f2ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71b71b903e99dc9fd4d8c516e6f8f7b7 libteam-1.21.tar.gz +a3b285384ae21ed119d4a0071c63c44d libteam-1.22.tar.gz