summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-09-16 12:36:25 +0200
committerDavid Sommerseth <davids@redhat.com>2013-09-16 12:36:25 +0200
commit3d7572b4de88a5f21a52dc64bdbde19f5ce5c9b0 (patch)
tree515047cb9058a00939871ea075b00a0f9c499809
parent2c2228b4398b9f2264efba6a9e69f707909a48c4 (diff)
downloadpython-ethtool-3d7572b4de88a5f21a52dc64bdbde19f5ce5c9b0.tar.gz
python-ethtool-3d7572b4de88a5f21a52dc64bdbde19f5ce5c9b0.tar.xz
python-ethtool-3d7572b4de88a5f21a52dc64bdbde19f5ce5c9b0.zip
Updated RPM spec file with the new dependencies
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--rpm/SPECS/python-ethtool.spec4
1 files 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