1.21 release

- libteam: add missing "static inline" in nl_updates
- libteam: check for definition of NLA_PUT_S* separatelly
This commit is contained in:
Jiri Pirko 2015-10-05 15:38:11 +02:00
parent ac23393f71
commit 62bfd2fb7f
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@
/libteam-1.18.tar.gz
/libteam-1.19.tar.gz
/libteam-1.20.tar.gz
/libteam-1.21.tar.gz

View File

@ -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 <jiri@resnulli.us> - 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 <jiri@resnulli.us> - 1.20-1
- 1.20 release
- libteam: fix compile error with newer libnl

View File

@ -1 +1 @@
bc154c9a3432bbec5abaa53e493c4306 libteam-1.20.tar.gz
71b71b903e99dc9fd4d8c516e6f8f7b7 libteam-1.21.tar.gz