1.15 release
- teamd: ignore SIGPIPE - libteamdctl: Fix a typo in DBus method name
This commit is contained in:
parent
98aa8a471c
commit
29a9956657
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
|||||||
/libteam-1.12.tar.gz
|
/libteam-1.12.tar.gz
|
||||||
/libteam-1.13.tar.gz
|
/libteam-1.13.tar.gz
|
||||||
/libteam-1.14.tar.gz
|
/libteam-1.14.tar.gz
|
||||||
|
/libteam-1.15.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libteam
|
Name: libteam
|
||||||
Version: 1.14
|
Version: 1.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for controlling team network device
|
Summary: Library for controlling team network device
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -148,6 +148,11 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
|||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 17 2014 Jiri Pirko <jpirko@redhat.com> - 1.15-1
|
||||||
|
- 1.15 release
|
||||||
|
- teamd: ignore SIGPIPE
|
||||||
|
- libteamdctl: Fix a typo in DBus method name
|
||||||
|
|
||||||
* Wed Nov 05 2014 Jiri Pirko <jpirko@redhat.com> - 1.14-1
|
* Wed Nov 05 2014 Jiri Pirko <jpirko@redhat.com> - 1.14-1
|
||||||
- 1.14 release
|
- 1.14 release
|
||||||
- teamd: lw_arp_ping: make buf static and avoid returning local pointer
|
- teamd: lw_arp_ping: make buf static and avoid returning local pointer
|
||||||
|
Loading…
Reference in New Issue
Block a user