Updated to python-ethtool v0.5
Fixes a nasty double free error on ethtool.etherinfo_ipv6addr objects
This commit is contained in:
parent
cdab08cba2
commit
91fc93d35a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
python-ethtool-0.3.tar.bz2
|
python-ethtool-0.3.tar.bz2
|
||||||
python-ethtool-0.4.tar.bz2
|
python-ethtool-0.4.tar.bz2
|
||||||
|
python-ethtool-0.5.tar.bz2
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Summary: Ethernet settings python bindings
|
Summary: Ethernet settings python bindings
|
||||||
Name: python-ethtool
|
Name: python-ethtool
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://fedorapeople.org/gitweb?p=dsommers/public_git/python-ethtool.git;a=summary
|
URL: http://fedorapeople.org/gitweb?p=dsommers/public_git/python-ethtool.git;a=summary
|
||||||
Source: http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2
|
Source: http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2
|
||||||
@ -44,21 +44,15 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 9 2010 David Sommerseth <davids@redhat.com> - 0.5-1
|
||||||
|
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)
|
||||||
|
|
||||||
* Wed Apr 28 2010 David Sommerseth <davids@redhat.com> - 0.4-1
|
* Wed Apr 28 2010 David Sommerseth <davids@redhat.com> - 0.4-1
|
||||||
- David Sommerseth is now taking over the maintenance of python-ethtool
|
- David Sommerseth is now taking over the maintenance of python-ethtool
|
||||||
- New URLs for upstream source code
|
- New URLs for upstream source code
|
||||||
- Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects
|
- Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects
|
||||||
- Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses()
|
- Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses()
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3-3
|
|
||||||
- Rebuild for Python 2.6
|
|
||||||
|
|
||||||
* Fri Sep 5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-2
|
* Fri Sep 5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-2
|
||||||
- Rewrote build and install sections as part of the fedora review process
|
- Rewrote build and install sections as part of the fedora review process
|
||||||
BZ #459549
|
BZ #459549
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user