-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: David Sommerseth <[email protected]>
- Loading branch information
David Sommerseth
committed
Jan 19, 2011
1 parent
a01edbc
commit 08133e0
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Summary: Ethernet settings python bindings | ||
Name: python-ethtool | ||
Version: 0.5 | ||
Version: 0.6 | ||
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 | ||
|
@@ -44,6 +44,13 @@ rm -rf %{buildroot} | |
%endif | ||
|
||
%changelog | ||
* Wed Jan 19 2011 David Sommerseth <[email protected]> - 0.6-1 | ||
- Don't segfault if we don't receive any address from rtnl_link_get_addr() | ||
- Remove errornous file from MANIFEST | ||
- Added ethtool.version string constant | ||
- Avoid duplicating IPv6 address information | ||
- import sys module in setup.py (Miroslav Suchy) | ||
|
||
* Mon Aug 9 2010 David Sommerseth <[email protected]> - 0.5-1 | ||
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b) | ||
|
||
|