summaryrefslogtreecommitdiffstats
path: root/rpm
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-08-03 10:55:09 +0200
committerDavid Sommerseth <davids@redhat.com>2010-08-03 10:55:09 +0200
commit0dbc5e33779b8837768227d60ef8785198a4dc41 (patch)
treec6e0004a81de495c43d855386086c60d70b5577b /rpm
parentb80e65903258d71ac7be0f0775db15aa096a4b54 (diff)
downloadpython-ethtool-0dbc5e33779b8837768227d60ef8785198a4dc41.tar.gz
python-ethtool-0dbc5e33779b8837768227d60ef8785198a4dc41.tar.xz
python-ethtool-0dbc5e33779b8837768227d60ef8785198a4dc41.zip
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>
Diffstat (limited to 'rpm')
-rw-r--r--rpm/SPECS/python-ethtool.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec
index f4cbe79..a02d842 100644
--- a/rpm/SPECS/python-ethtool.spec
+++ b/rpm/SPECS/python-ethtool.spec
@@ -3,10 +3,10 @@
Summary: Ethernet settings python bindings
Name: python-ethtool
-Version: 0.3
-Release: 3%{?dist}
-URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git
-Source: http://userweb.kernel.org/~acme/python-ethtool/%{name}-%{version}.tar.bz2
+Version: 0.4
+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
Group: System Environment/Libraries
BuildRequires: python-devel libnl-devel
@@ -44,8 +44,11 @@ rm -rf %{buildroot}
%endif
%changelog
-* Wed Apr 28 2010 David Sommerseth <davids@redhat.com> - 0.3-3
-- Updated with IPv6 support, via ethtool.get_interface_info()
+* Wed Apr 28 2010 David Sommerseth <davids@redhat.com> - 0.4-1
+- 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()
* Fri Sep 5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-2
- Rewrote build and install sections as part of the fedora review process