Update to 1.9
- libteamdctl: remove false lib dependencies - teamdctl: use new port config get function - libteamdctl: introduce support for port config get - libteamdctl: cache reply strings into list - teamd: introduce PortConfigDump control method - teamd: make teamd_get_port_by_ifname ifname argument const - Minor improvements to style and language. - do not install example binaries - minor man page(s) correction(s) and lintianisation - teamdctl: print error message if ifindex cannot be obtained - fix cflags path in pc files
This commit is contained in:
parent
47c360ede3
commit
b29eb78b80
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/libteam-1.6.tar.gz
|
||||
/libteam-1.7.tar.gz
|
||||
/libteam-1.8.tar.gz
|
||||
/libteam-1.9.tar.gz
|
||||
|
16
libteam.spec
16
libteam.spec
@ -1,5 +1,5 @@
|
||||
Name: libteam
|
||||
Version: 1.8
|
||||
Version: 1.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for controlling team network device
|
||||
Group: System Environment/Libraries
|
||||
@ -140,6 +140,20 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2013 Jiri Pirko <jpirko@redhat.com> - 1.9-1
|
||||
- Update to 1.9
|
||||
- libteamdctl: remove false lib dependencies
|
||||
- teamdctl: use new port config get function
|
||||
- libteamdctl: introduce support for port config get
|
||||
- libteamdctl: cache reply strings into list
|
||||
- teamd: introduce PortConfigDump control method
|
||||
- teamd: make teamd_get_port_by_ifname ifname argument const
|
||||
- Minor improvements to style and language.
|
||||
- do not install example binaries
|
||||
- minor man page(s) correction(s) and lintianisation
|
||||
- teamdctl: print error message if ifindex cannot be obtained
|
||||
- fix cflags path in pc files
|
||||
|
||||
* Tue Aug 13 2013 Jiri Pirko <jpirko@redhat.com> - 1.8-1
|
||||
- Update to 1.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user