Updated to v0.10

Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
David Sommerseth 2014-01-09 21:04:47 +01:00
parent 747d9fcfb9
commit b37749fb30
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -3,8 +3,8 @@
Summary: Ethernet settings python bindings
Name: python-ethtool
Version: 0.9
Release: 2%{?dist}
Version: 0.10
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
@ -49,6 +49,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Thu Jan 09 2013 David Sommerseth <davids@redhat.com> - 0.10-1
- Updated to v0.10
* Wed Dec 11 2013 David Sommerseth <davids@redhat.com> - 0.9-2
- Forced rebuild with new tarball. Had pushed up old version.

View File

@ -1 +1 @@
4dc06065970b41df1f024e4bb4ae92c4 python-ethtool-0.9.tar.bz2
c021d7d4fe0a5a0d105f259c8f764739 python-ethtool-0.10.tar.bz2