Updated package to v0.4
This commit is contained in:
parent
95550bd1e8
commit
cdab08cba2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
python-ethtool-0.3.tar.bz2
|
||||
python-ethtool-0.4.tar.bz2
|
||||
|
||||
@ -3,18 +3,18 @@
|
||||
|
||||
Summary: Ethernet settings python bindings
|
||||
Name: python-ethtool
|
||||
Version: 0.3
|
||||
Release: 6%{?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
|
||||
BuildRequires: python-devel libnl-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
Python bindings for the ethtool kernel interface, that allows querying and
|
||||
changing of ethernet card settings, such as speed, port, autonegotiation, and
|
||||
changing of Ethernet card settings, such as speed, port, auto-negotiation, and
|
||||
PCI locations.
|
||||
|
||||
%prep
|
||||
@ -44,8 +44,11 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
* 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()
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user