This commit is contained in:
David Malcolm 2013-02-19 15:09:41 -05:00
parent 1b737ff790
commit adfa3ee5be
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -3,10 +3,10 @@
Summary: Ethernet settings python bindings
Name: python-ethtool
Version: 0.7
Release: 5%{?dist}
URL: http://fedorapeople.org/gitweb?p=dsommers/public_git/python-ethtool.git;a=summary
Source: http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2
Version: 0.8
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
@ -52,6 +52,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Feb 19 2013 David Malcolm <dmalcolm@redhat.com> - 0.8-1
- 0.8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
2d13e2412948344b8375f5af4ced1c20 python-ethtool-0.7.tar.bz2
55dd3e5d56301160cd3597f8c731eba0 python-ethtool-0.8.tar.bz2