Updated to python-ethtool-0.7
This commit is contained in:
parent
d4965c0e46
commit
3f347fe490
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ python-ethtool-0.3.tar.bz2
|
||||
python-ethtool-0.4.tar.bz2
|
||||
python-ethtool-0.5.tar.bz2
|
||||
/python-ethtool-0.6.tar.bz2
|
||||
/python-ethtool-0.7.tar.bz2
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: Ethernet settings python bindings
|
||||
Name: python-ethtool
|
||||
Version: 0.6
|
||||
Release: 2%{?dist}
|
||||
Version: 0.7
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
License: GPLv2
|
||||
@ -47,6 +47,14 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 11 2011 David Sommerseth <davids@redhat.com> - 0.7-1
|
||||
- Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d)
|
||||
- Improved error checking towards NULL values(commit 4e928d62a8e3)
|
||||
- Fixed typo in pethtool --help (commit 710766dc722)
|
||||
- Only open a NETLINK connection when needed (commit 508ffffbb3c)
|
||||
- Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475)
|
||||
- Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user