Blame SPECS/python-ethtool.spec

078554
# The tests fail in mock
078554
%bcond_with tests
078554
078554
# Created by pyp2rpm-3.2.2
078554
%global pypi_name ethtool
078554
078554
Name:           python-%{pypi_name}
9d4107
Version:        0.15
9d4107
Release:        2%{?dist}
078554
Summary:        Python module to interface with %{pypi_name}
078554
078554
License:        GPLv2
078554
URL:            https://github.com/fedora-python/%{name}
078554
Source0:        %{pypi_source}
078554
078554
BuildRequires:  gcc
078554
078554
BuildRequires:  python3-devel
078554
BuildRequires:  python3-setuptools
078554
078554
BuildRequires:  libnl3-devel
078554
BuildRequires:  asciidoc
078554
078554
%description
078554
Python bindings for the ethtool kernel interface, that allows querying and
078554
changing of Ethernet card settings, such as speed, port, auto-negotiation, and
078554
PCI locations.
078554
078554
%package -n     python3-%{pypi_name}
078554
Summary:        %{summary}
078554
%{?python_provide:%python_provide python3-%{pypi_name}}
078554
078554
%description -n python3-%{pypi_name}
078554
Python 3 bindings for the ethtool kernel interface, that allows querying and
078554
changing of Ethernet card settings, such as speed, port, auto-negotiation, and
078554
PCI locations.
078554
078554
078554
%prep
078554
%autosetup -n %{pypi_name}-%{version}
078554
# Remove bundled egg-info
078554
rm -rf %{pypi_name}.egg-info
078554
078554
078554
%build
078554
%py3_build
078554
078554
a2x -d manpage -f manpage man/pethtool.8.asciidoc
078554
a2x -d manpage -f manpage man/pifconfig.8.asciidoc
078554
078554
%install
078554
%py3_install
078554
mkdir -p %{buildroot}%{_sbindir}
078554
mv %{buildroot}{%{_bindir},%{_sbindir}}/pifconfig
078554
mv %{buildroot}{%{_bindir},%{_sbindir}}/pethtool
078554
078554
mkdir -p %{buildroot}%{_mandir}/man8/
078554
cp -p man/*.8 %{buildroot}%{_mandir}/man8/
078554
078554
078554
%if %{with tests}
078554
%check
078554
export PYTHONPATH=%{buildroot}%{python3_sitearch}
078554
%{__python3} tests/parse_ifconfig.py -v
078554
%{__python3}  -m unittest discover -v
078554
%endif
078554
078554
078554
%files -n python3-%{pypi_name}
078554
%doc README.rst CHANGES.rst
078554
%license COPYING
078554
%{_sbindir}/pifconfig
078554
%{_sbindir}/pethtool
078554
%doc %{_mandir}/man8/*
078554
%{python3_sitearch}/%{pypi_name}.cpython-%{python3_version_nodots}*.so
078554
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
078554
078554
%changelog
9d4107
* Thu Jan 13 2022 John Kacur <jkacur@redhat.com> - 0.15-2
9d4107
- Rebuild for rhel-9.0
9d4107
Resolves:rhbz#2040095
9d4107
9d4107
* Tue Aug 17 2021 Lumír Balhar <lbalhar@redhat.com> - 0.15-1
9d4107
- Update to 0.15
9d4107
Resolves: rhbz#1976102 and rhbz#1977904
9d4107
078554
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-11
078554
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
078554
  Related: rhbz#1991688
078554
078554
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.14-10
078554
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
078554
078554
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-9
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
078554
078554
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-8
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
078554
078554
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.14-7
078554
- Rebuilt for Python 3.9
078554
078554
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-6
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
078554
078554
* Tue Sep 17 2019 Miro Hrončok <mhroncok@redhat.com> - 0.14-5
078554
- Drop python2-ethtool
078554
078554
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.14-4
078554
- Rebuilt for Python 3.8
078554
078554
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-3
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
078554
078554
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-2
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
078554
078554
* Thu Sep 13 2018 Miro Hrončok <mhroncok@redhat.com> - 0.14-1
078554
- Update to 0.14
078554
078554
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-6
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
078554
078554
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.13-5
078554
- Rebuilt for Python 3.7
078554
078554
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-4
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
078554
078554
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-3
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
078554
078554
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-2
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
078554
078554
* Tue Jun 13 2017 Miro Hrončok <mhroncok@redhat.com> - 0.13-1
078554
- Updated to 0.13
078554
- Added python3 and python2 subpackages
078554
- Add --with tests
078554
- Modernize spec
078554
- Remove merged patch
078554
- Update upstream URL
078554
078554
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-8
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
078554
078554
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-7
078554
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
078554
078554
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-6
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
078554
078554
* Mon Jun 22 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 0.11-5
078554
- Fix compile on F23
078554
078554
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-4
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
078554
078554
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-3
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
078554
078554
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-2
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
078554
078554
* Thu May 8 2014 David Sommerseth <davids@redhat.com> - 0.11-1
078554
- Updated to the lastest python-ethtool-0.11 release, which
078554
  incorporates all these additional patches and improves
078554
  libnl3 connection error checking.
078554
078554
* Mon Apr 7 2014 David Sommerseth <davids@redhat.com> - 0.10-6
078554
- Removed the never close netlink patch
078554
- Added a patch which will ensure it will open a valid socket in open_netlink()
078554
078554
* Wed Apr 2 2014 David Sommerseth <davids@redhat.com> - 0.10-5
078554
- Update patch 8 - to also never close the netlink socket
078554
078554
* Wed Apr 2 2014 David Sommerseth <davids@redhat.com> - 0.10-4
078554
- Added patch 8 - to see of FD_CLOEXEC impacts vdsm
078554
078554
* Tue Apr 1 2014 David Sommerseth <davids@redhat.com> - 0.10-3
078554
- Added patch 6 and 7, to improve error handling.  Will be removed when released upstream
078554
078554
* Thu Mar 20 2014 David Sommerseth <davids@redhat.com> - 0.10-2
078554
- Added patch 1, 2, 4 and 5; they have not appeared in an upstream release yet
078554
078554
* Thu Jan 09 2014 David Sommerseth <davids@redhat.com> - 0.10-1
078554
- Updated to v0.10
078554
078554
* Wed Dec 11 2013 David Sommerseth <davids@redhat.com> - 0.9-2
078554
- Forced rebuild with new tarball. Had pushed up old version.
078554
078554
* Tue Dec 10 2013 David Sommerseth <davids@redhat.com> - 0.9-1
078554
- Rebased against upstream 0.9
078554
078554
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-2
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
078554
078554
* Tue Feb 19 2013 David Malcolm <dmalcolm@redhat.com> - 0.8-1
078554
- 0.8
078554
078554
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-5
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
078554
078554
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-4
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
078554
078554
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
078554
078554
* Wed Apr 13 2011 David Sommerseth <davids@redhat.com> - 0.7-2
078554
- Fixed missing man page packaging
078554
078554
* Mon Apr 11 2011 David Sommerseth <davids@redhat.com> - 0.7-1
078554
- Fixed several memory leaks (commit aa2c20e697af, abc7f912f66d)
078554
- Improved error checking towards NULL values(commit 4e928d62a8e3)
078554
- Fixed typo in pethtool --help (commit 710766dc722)
078554
- Only open a NETLINK connection when needed (commit 508ffffbb3c)
078554
- Added man page for pifconfig and pethtool (commit 9f0d17aa532, rhbz#638475)
078554
- Force NETLINK socket to close on fork() using FD_CLOEXEC (commit 1680cbeb40e)
078554
078554
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
078554
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
078554
078554
* Wed Jan 19 2011 David Sommerseth <dazo@users.sourceforge.net> - 0.6-1
078554
- Don't segfault if we don't receive any address from rtnl_link_get_addr()
078554
- Remove errornous file from MANIFEST
078554
- Added ethtool.version string constant
078554
- Avoid duplicating IPv6 address information
078554
- import sys module in setup.py (Miroslav Suchy)
078554
078554
* Mon Aug  9 2010 David Sommerseth <davids@redhat.com> - 0.5-1
078554
- Fixed double free issue (commit c52ed2cbdc5b851ebc7b)
078554
078554
* Wed Apr 28 2010 David Sommerseth <davids@redhat.com> - 0.4-1
078554
- David Sommerseth is now taking over the maintenance of python-ethtool
078554
- New URLs for upstream source code
078554
- Added new API: ethtool.get_interfaces_info() - returns list of etherinfo objects
078554
- Added support retrieving for IPv6 address, using etherinfo::get_ipv6_addresses()
078554
078554
* Fri Sep  5 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-2
078554
- Rewrote build and install sections as part of the fedora review process
078554
  BZ #459549
078554
078554
* Tue Aug 26 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-1
078554
- Add get_flags method from the first python-ethtool contributor, yay
078554
- Add pifconfig command, that mimics the ifconfig tool using the
078554
  bindings available
078554
078554
* Wed Aug 20 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.2-1
078554
- Expand description and summary fields, as part of the fedora
078554
  review process.
078554
078554
* Tue Jun 10 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-3
078554
- add dist to the release tag
078554
078554
* Tue Dec 18 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-2
078554
- First build into MRG repo
078554
078554
* Tue Dec 18 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-1
078554
- Get ethtool code from rhpl 0.212