[python-ethtool] Updating the spec file for v0.6 is also clever

dsommers dsommers at fedoraproject.org
Wed Jan 19 18:12:11 UTC 2011


commit 1cab7d75d61ef9563695878eabb2e2c59683479b
Author: David Sommerseth <davids at redhat.com>
Date:   Wed Jan 19 19:11:29 2011 +0100

    Updating the spec file for v0.6 is also clever
    
    Signed-off-by: David Sommerseth <davids at redhat.com>

 python-ethtool.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/python-ethtool.spec b/python-ethtool.spec
index ede5305..3d4c609 100644
--- a/python-ethtool.spec
+++ b/python-ethtool.spec
@@ -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 at 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 at redhat.com> - 0.5-1
 - Fixed double free issue (commit c52ed2cbdc5b851ebc7b)
 


More information about the scm-commits mailing list