Updating the spec file for v0.6 is also clever

Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
David Sommerseth 2011-01-19 19:11:29 +01:00
parent fc34f75293
commit 1cab7d75d6

View File

@ -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
@ -47,6 +47,13 @@ rm -rf %{buildroot}
%endif
%changelog
* Wed Jan 19 2011 David Sommerseth <dazo@users.sourceforge.net> - 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 <davids@redhat.com> - 0.5-1
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)