Skip to content

Commit 0dbc5e3

Browse files
author
David Sommerseth
committed
Preparing for a python-ethtool-0.4 release
- David Sommerseth is now taking over the maintenance of python-ethtool - New URLs for upstream source code - Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects - Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses() Signed-off-by: David Sommerseth <davids@redhat.com>
1 parent b80e659 commit 0dbc5e3

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

rpm/SPECS/python-ethtool.spec

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
Summary: Ethernet settings python bindings
55
Name: python-ethtool
6-
Version: 0.3
7-
Release: 3%{?dist}
8-
URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git
9-
Source: http://userweb.kernel.org/~acme/python-ethtool/%{name}-%{version}.tar.bz2
6+
Version: 0.4
7+
Release: 1%{?dist}
8+
URL: http://fedorapeople.org/gitweb?p=dsommers/public_git/python-ethtool.git;a=summary
9+
Source: http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2
1010
License: GPLv2
1111
Group: System Environment/Libraries
1212
BuildRequires: python-devel libnl-devel
@@ -44,8 +44,11 @@ rm -rf %{buildroot}
4444
%endif
4545

4646
%changelog
47-
* Wed Apr 28 2010 David Sommerseth <davids@redhat.com> - 0.3-3
48-
- Updated with IPv6 support, via ethtool.get_interface_info()
47+
* Wed Apr 28 2010 David Sommerseth <davids@redhat.com> - 0.4-1
48+
- David Sommerseth is now taking over the maintenance of python-ethtool
49+
- New URLs for upstream source code
50+
- Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects
51+
- Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses()
4952

5053
* Fri Sep 5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-2
5154
- Rewrote build and install sections as part of the fedora review process

0 commit comments

Comments
 (0)