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:
parent
ac23393f71
commit
62bfd2fb7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
||||
/libteam-1.18.tar.gz
|
||||
/libteam-1.19.tar.gz
|
||||
/libteam-1.20.tar.gz
|
||||
/libteam-1.21.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user