Rebuilt for Python3.5 rebuild
This commit is contained in:
parent
a1139058fa
commit
cbdc6376e4
@ -1,7 +1,7 @@
|
|||||||
Name: python-dmidecode
|
Name: python-dmidecode
|
||||||
Summary: Python module to access DMI data
|
Summary: Python module to access DMI data
|
||||||
Version: 3.12.2
|
Version: 3.12.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://projects.autonomy.net.au/python-dmidecode/
|
URL: http://projects.autonomy.net.au/python-dmidecode/
|
||||||
@ -86,13 +86,16 @@ done
|
|||||||
%files -n python3-dmidecode
|
%files -n python3-dmidecode
|
||||||
%license python3/doc/LICENSE python3/doc/AUTHORS python3/doc/AUTHORS.upstream
|
%license python3/doc/LICENSE python3/doc/AUTHORS python3/doc/AUTHORS.upstream
|
||||||
%doc python3/README python3/doc/README.upstream
|
%doc python3/README python3/doc/README.upstream
|
||||||
%{python3_sitearch}/dmidecodemod.cpython-%{python3_version_nodots}m.so
|
%{python3_sitearch}/dmidecodemod.cpython-%{python3_version_nodots}m-*.so
|
||||||
%{python3_sitearch}/__pycache__/dmidecode.cpython-%{python3_version_nodots}.py[co]
|
%{python3_sitearch}/__pycache__/dmidecode.cpython-%{python3_version_nodots}*.py[co]
|
||||||
%{python3_sitearch}/dmidecode.py
|
%{python3_sitearch}/dmidecode.py
|
||||||
%{python3_sitearch}/*.egg-info
|
%{python3_sitearch}/*.egg-info
|
||||||
%{_datadir}/python-dmidecode/
|
%{_datadir}/python-dmidecode/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 07 2015 Robert Kuska <rkuska@redhat.com> - 3.12.2-2
|
||||||
|
- Rebuilt for Python3.5 rebuild
|
||||||
|
|
||||||
* Fri Jul 10 2015 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-1
|
* Fri Jul 10 2015 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-1
|
||||||
- Update to 3.12.2
|
- Update to 3.12.2
|
||||||
- Add Python 3 subpackage (#1236000)
|
- Add Python 3 subpackage (#1236000)
|
||||||
|
Loading…
Reference in New Issue
Block a user