Update to 0.14
This commit is contained in:
parent
0825fde28f
commit
a6352294b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ python-ethtool-0.5.tar.bz2
|
||||
/python-ethtool-0.10.tar.bz2
|
||||
/python-ethtool-0.11.tar.bz2
|
||||
/ethtool-0.13.tar.gz
|
||||
/ethtool-0.14.tar.gz
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
%global pypi_name ethtool
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.13
|
||||
Release: 6%{?dist}
|
||||
Version: 0.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Python module to interface with %{pypi_name}
|
||||
|
||||
License: GPLv2
|
||||
@ -73,8 +73,7 @@ mv %{buildroot}{%{_bindir},%{_sbindir}}/pifconfig
|
||||
mv %{buildroot}{%{_bindir},%{_sbindir}}/pethtool
|
||||
|
||||
mkdir -p %{buildroot}%{_mandir}/man8/
|
||||
%{__gzip} -c man/pethtool.8 > %{buildroot}%{_mandir}/man8/pethtool.8.gz
|
||||
%{__gzip} -c man/pifconfig.8 > %{buildroot}%{_mandir}/man8/pifconfig.8.gz
|
||||
cp -p man/*.8 %{buildroot}%{_mandir}/man8/
|
||||
|
||||
|
||||
%if %{with tests}
|
||||
@ -105,6 +104,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Sep 13 2018 Miro Hrončok <mhroncok@redhat.com> - 0.14-1
|
||||
- Update to 0.14
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ethtool-0.13.tar.gz) = da2be2d9c4404fc322807128090b483746199ed0def12df4b5a7e9f4fee380a32727d0e43a770e34f0d99fec7d68310ee104deafc92caff262622f623184c118
|
||||
SHA512 (ethtool-0.14.tar.gz) = 1b211527cab50d012312476171897beed0885d5a37e5713e5ac2e9a57fcbf67b8e0983160d0f13da8804b04738f60095bef21ab127651cb87b4f0629bb89ccf7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user