Rebased against upstream v0.9

Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
David Sommerseth 2013-12-10 14:57:32 +01:00
parent 0877400136
commit 9df921aea0
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ python-ethtool-0.5.tar.bz2
/python-ethtool-0.6.tar.bz2
/python-ethtool-0.7.tar.bz2
/python-ethtool-0.8.tar.bz2
/python-ethtool-0.9.tar.bz2

View File

@ -3,16 +3,13 @@
Summary: Ethernet settings python bindings
Name: python-ethtool
Version: 0.8
Release: 2%{?dist}
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
%if 0%{?rhel} && 0%{?rhel} < 5
BuildRequires: pkgconfig gcc
%endif
BuildRequires: python-devel libnl3-devel asciidoc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -52,6 +49,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Dec 10 2013 David Sommerseth <davids@redhat.com> - 0.9-1
- Rebased against upstream 0.9
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
55dd3e5d56301160cd3597f8c731eba0 python-ethtool-0.8.tar.bz2
fdccd74fa13c1a37f42d0139a6e140e4 python-ethtool-0.9.tar.bz2