Skip to content

Commit 97c98a6

Browse files
author
David Sommerseth
committed
Updated .spec file with BuildRequires libnl-devel
1 parent 4f0295f commit 97c98a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rpm/SPECS/python-ethtool.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
Summary: Ethernet settings python bindings
55
Name: python-ethtool
66
Version: 0.3
7-
Release: 2%{?dist}
7+
Release: 3%{?dist}
88
URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git
99
Source: http://userweb.kernel.org/~acme/python-ethtool/%{name}-%{version}.tar.bz2
1010
License: GPLv2
1111
Group: System Environment/Libraries
12-
BuildRequires: python-devel
12+
BuildRequires: python-devel libnl-devel
1313
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1414

1515
%description
@@ -44,6 +44,9 @@ 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()
49+
4750
* Fri Sep 5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-2
4851
- Rewrote build and install sections as part of the fedora review process
4952
BZ #459549

0 commit comments

Comments
 (0)