From 3d7572b4de88a5f21a52dc64bdbde19f5ce5c9b0 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 16 Sep 2013 12:36:25 +0200 Subject: Updated RPM spec file with the new dependencies Signed-off-by: David Sommerseth --- rpm/SPECS/python-ethtool.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec index b030102..e59b7ac 100644 --- a/rpm/SPECS/python-ethtool.spec +++ b/rpm/SPECS/python-ethtool.spec @@ -3,13 +3,13 @@ Summary: Ethernet settings python bindings Name: python-ethtool -Version: 0.8 +Version: 0.9 Release: 1%{?dist} URL: http://git.fedorahosted.org/cgit/python-ethtool.git Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2 License: GPLv2 Group: System Environment/Libraries -BuildRequires: python-devel libnl-devel asciidoc +BuildRequires: python-devel libnl3-devel asciidoc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description -- cgit