Rebased against upstream v0.9
Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
parent
0877400136
commit
9df921aea0
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ python-ethtool-0.5.tar.bz2
|
|||||||
/python-ethtool-0.6.tar.bz2
|
/python-ethtool-0.6.tar.bz2
|
||||||
/python-ethtool-0.7.tar.bz2
|
/python-ethtool-0.7.tar.bz2
|
||||||
/python-ethtool-0.8.tar.bz2
|
/python-ethtool-0.8.tar.bz2
|
||||||
|
/python-ethtool-0.9.tar.bz2
|
||||||
|
|||||||
@ -3,16 +3,13 @@
|
|||||||
|
|
||||||
Summary: Ethernet settings python bindings
|
Summary: Ethernet settings python bindings
|
||||||
Name: python-ethtool
|
Name: python-ethtool
|
||||||
Version: 0.8
|
Version: 0.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://git.fedorahosted.org/cgit/python-ethtool.git
|
URL: http://git.fedorahosted.org/cgit/python-ethtool.git
|
||||||
Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2
|
Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRequires: python-devel libnl-devel asciidoc
|
BuildRequires: python-devel libnl3-devel asciidoc
|
||||||
%if 0%{?rhel} && 0%{?rhel} < 5
|
|
||||||
BuildRequires: pkgconfig gcc
|
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,6 +49,9 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user