|
|
ab0dbe |
Name: python-dmidecode
|
|
|
ab0dbe |
Summary: Python module to access DMI data
|
|
|
7bcc43 |
Version: 3.12.3
|
|
|
7bcc43 |
Release: 2%{?dist}
|
|
|
ab0dbe |
License: GPLv2
|
|
|
ab0dbe |
URL: https://github.com/nima/python-dmidecode
|
|
|
7bcc43 |
Source0: https://github.com/nima/python-dmidecode/archive/refs/tags/%{name}-%{version}.tar.gz
|
|
|
7bcc43 |
Patch0: 0001-Fix-dmi_cache_size_2-will-add-unit-twice.patch
|
|
|
ab0dbe |
|
|
|
ab0dbe |
BuildRequires: make
|
|
|
ab0dbe |
BuildRequires: gcc
|
|
|
ab0dbe |
BuildRequires: libxml2-devel
|
|
|
ab0dbe |
|
|
|
ab0dbe |
BuildRequires: python3-devel
|
|
|
ab0dbe |
BuildRequires: libxml2-python3
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%global _description\
|
|
|
ab0dbe |
python-dmidecode is a python extension module that uses the\
|
|
|
ab0dbe |
code-base of the 'dmidecode' utility, and presents the data\
|
|
|
ab0dbe |
as python data structures or as XML data using libxml2.\
|
|
|
ab0dbe |
\
|
|
|
ab0dbe |
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%description %_description
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%package -n python3-dmidecode
|
|
|
ab0dbe |
Summary: Python 3 module to access DMI data
|
|
|
ab0dbe |
Requires: libxml2-python3
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%description -n python3-dmidecode %_description
|
|
|
ab0dbe |
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%prep
|
|
|
ab0dbe |
%autosetup -p1
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%build
|
|
|
ab0dbe |
# -std=gnu89 is there to avoid `undefined symbol: dmixml_GetContent`
|
|
|
ab0dbe |
export PYTHON_BIN=%{__python3}
|
|
|
ab0dbe |
export PYTHON_VERSION=%{python3_version}
|
|
|
ab0dbe |
export CFLAGS="%{build_cflags} -std=gnu89"
|
|
|
ab0dbe |
export CC=gcc
|
|
|
ab0dbe |
%make_build
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%install
|
|
|
ab0dbe |
%{__python3} src/setup.py install --root %{buildroot} --prefix=%{_prefix}
|
|
|
ab0dbe |
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%check
|
|
|
ab0dbe |
export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
|
|
ab0dbe |
export PYTHON_BIN=%{__python3}
|
|
|
ab0dbe |
make -C unit-tests
|
|
|
ab0dbe |
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%files -n python3-dmidecode
|
|
|
ab0dbe |
%license doc/LICENSE
|
|
|
ab0dbe |
%doc README doc/AUTHORS doc/AUTHORS.upstream
|
|
|
ab0dbe |
%{python3_sitearch}/dmidecodemod.cpython-%{python3_version_nodots}*.so
|
|
|
ab0dbe |
%{python3_sitearch}/__pycache__/dmidecode.cpython-%{python3_version_nodots}*.py[co]
|
|
|
ab0dbe |
%{python3_sitearch}/dmidecode.py
|
|
|
ab0dbe |
%{python3_sitearch}/*.egg-info
|
|
|
ab0dbe |
%{_datadir}/python-dmidecode/
|
|
|
ab0dbe |
|
|
|
ab0dbe |
%changelog
|
|
|
7bcc43 |
* Tue Feb 07 2023 Lichen Liu <lichliu@redhat.com> - 3.12.3-2
|
|
|
7bcc43 |
- Resolves: rhbz#1981868
|
|
|
7bcc43 |
- Resolves: rhbz#2166716
|
|
|
7bcc43 |
|
|
|
7bcc43 |
* Wed Nov 23 2022 Lichen Liu <lichliu@redhat.com> - 3.12.3-1
|
|
|
7bcc43 |
- Update to 3.12.3
|
|
|
7bcc43 |
- Add smbios3 support.
|
|
|
7bcc43 |
|
|
|
ab0dbe |
* Sat Aug 14 2021 Coiby Xu <coxu@redhat.com> - 3.12.2-27
|
|
|
ab0dbe |
- Resolves: rhbz#1938852
|
|
|
ab0dbe |
- Resolves: rhbz#1992494
|
|
|
ab0dbe |
Related: rhbz#1991688
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.12.2-26
|
|
|
ab0dbe |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
ab0dbe |
Related: rhbz#1991688
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Mon Jul 19 2021 Coiby Xu <coxu@redhat.com> - 3.12.2-25
|
|
|
ab0dbe |
- Fix several issues found by covscan
|
|
|
ab0dbe |
- Resolves: rhbz#1938852
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.12.2-24
|
|
|
ab0dbe |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-23
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Nov 26 2020 Antonio Trande <sagitter@fedoraproject.org> - 3.12.2-22
|
|
|
ab0dbe |
- Refresh SPEC file
|
|
|
ab0dbe |
- Fixed for Python-3.10 (rhbz#1898981)
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-21
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-20
|
|
|
ab0dbe |
- Rebuilt for Python 3.9
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-19
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-18
|
|
|
ab0dbe |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-17
|
|
|
ab0dbe |
- Rebuilt for Python 3.8
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sun Aug 11 2019 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-16
|
|
|
ab0dbe |
- Subpackage python2-dmidecode has been removed
|
|
|
ab0dbe |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-15
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-14
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-13
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-12
|
|
|
ab0dbe |
- Rebuilt for Python 3.7
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-11
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue Jan 16 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.12.2-10
|
|
|
ab0dbe |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
ab0dbe |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.12.2-9
|
|
|
ab0dbe |
- Python 2 binary package renamed to python2-dmidecode
|
|
|
ab0dbe |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-8
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-7
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-6
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-5
|
|
|
ab0dbe |
- Rebuild for Python 3.6
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-4
|
|
|
ab0dbe |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-3
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sat Nov 07 2015 Robert Kuska <rkuska@redhat.com> - 3.12.2-2
|
|
|
ab0dbe |
- Rebuilt for Python3.5 rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Fri Jul 10 2015 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-1
|
|
|
ab0dbe |
- Update to 3.12.2
|
|
|
ab0dbe |
- Add Python 3 subpackage (#1236000)
|
|
|
ab0dbe |
- Removed deprecated statements
|
|
|
ab0dbe |
- Moved some docs to license
|
|
|
ab0dbe |
- Removed pacthes
|
|
|
ab0dbe |
- Corrected bogus dates in %%changelog
|
|
|
ab0dbe |
- Build with -std=gnu89
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-13
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-12
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-11
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-10
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Jun 20 2013 Ales Ledvinka <aledvink@redhat.com> - 3.10.13-9
|
|
|
ab0dbe |
- Attribute installed may appear as duplicate and cause invalid XML.
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Mon Jun 17 2013 Ales Ledvinka <aledvink@redhat.com> - 3.10.13-8
|
|
|
ab0dbe |
- Attribute dmispec may cause invalid XML on some hardware.
|
|
|
ab0dbe |
- Signal handler for SIGILL.
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-7
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-6
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Jul 19 2012 Ales Ledvinka <aledvink@redhat.com> 3.10.14-5
|
|
|
ab0dbe |
- Upstream relocated. Document source tag and tarball generation.
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-4
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.13-3
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 3.10.13-2
|
|
|
ab0dbe |
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue Jun 15 2010 Roman Rakus <rrakus@redhat.com> - 3.10.13-1
|
|
|
ab0dbe |
- Update to new release
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Fri Mar 12 2010 Nima Talebi <nima@it.net.au> - 3.10.12-1
|
|
|
ab0dbe |
- Update to new release
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue Feb 16 2010 Nima Talebi <nima@it.net.au> - 3.10.11-1
|
|
|
ab0dbe |
- Update to new release
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue Jan 12 2010 Nima Talebi <nima@it.net.au> - 3.10.10-1
|
|
|
ab0dbe |
- Update to new release
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Jan 07 2010 Nima Talebi <nima@it.net.au> - 3.10.9-1
|
|
|
ab0dbe |
- Update to new release
|
|
|
ab0dbe |
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Tue Dec 15 2009 Nima Talebi <nima@it.net.au> - 3.10.8-1
|
|
|
ab0dbe |
- New Upstream release.
|
|
|
ab0dbe |
- Big-endian and little-endian approved.
|
|
|
ab0dbe |
- Packaged unit-test to tarball.
|
|
|
ab0dbe |
- Rewritten unit-test to be able to run as non-root user, where it will not
|
|
|
ab0dbe |
try to read /dev/mem.
|
|
|
ab0dbe |
- Added two dmidump data files to the unit-test.
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Thu Nov 26 2009 David Sommerseth <davids@redhat.com> - 3.10.7-3
|
|
|
ab0dbe |
- Fixed even more .spec file issues and removed explicit mentioning
|
|
|
ab0dbe |
of /usr/share/python-dmidecode/pymap.xml
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Wed Nov 25 2009 David Sommerseth <davids@redhat.com> - 3.10.7-2
|
|
|
ab0dbe |
- Fixed some .spec file issues (proper Requires, use _datadir macro)
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Wed Sep 23 2009 Nima Talebi <nima@it.net.au> - 3.10.7-1
|
|
|
ab0dbe |
- Updated source0 to new 3.10.7 tar ball
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-6
|
|
|
ab0dbe |
- Only build the python-dmidecode module, not everything
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-5
|
|
|
ab0dbe |
- Added missing BuildRequres for libxml2-python
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-4
|
|
|
ab0dbe |
- Added missing BuildRequres for python-devel
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-3
|
|
|
ab0dbe |
- Added missing BuildRequres for libxml2-devel
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Mon Jul 13 2009 David Sommerseth <davids@redhat.com> - 3.10.6-2
|
|
|
ab0dbe |
- Updated release, to avoid build conflict
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Wed Jun 10 2009 David Sommerseth <davids@redhat.com> - 3.10.6-1
|
|
|
ab0dbe |
- Updated to work with the new XML based python-dmidecode
|
|
|
ab0dbe |
|
|
|
ab0dbe |
* Sat Mar 7 2009 Clark Williams <williams@redhat.com> - 2.10.3-1
|
|
|
ab0dbe |
- Initial build.
|
|
|
ab0dbe |
|