From 97c98a6b0aa6f5379e27000fd9dd29f2936102e5 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 28 Apr 2010 18:44:24 +0200 Subject: Updated .spec file with BuildRequires libnl-devel --- rpm/SPECS/python-ethtool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec index 6b16e6f..f4cbe79 100644 --- a/rpm/SPECS/python-ethtool.spec +++ b/rpm/SPECS/python-ethtool.spec @@ -4,12 +4,12 @@ Summary: Ethernet settings python bindings Name: python-ethtool Version: 0.3 -Release: 2%{?dist} +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 License: GPLv2 Group: System Environment/Libraries -BuildRequires: python-devel +BuildRequires: python-devel libnl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -44,6 +44,9 @@ rm -rf %{buildroot} %endif %changelog +* Wed Apr 28 2010 David Sommerseth - 0.3-3 +- Updated with IPv6 support, via ethtool.get_interface_info() + * Fri Sep 5 2008 Arnaldo Carvalho de Melo - 0.3-2 - Rewrote build and install sections as part of the fedora review process BZ #459549 -- cgit