From cbdc6376e4f0697213cff63480526cad1d1e7512 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Nov 07 2015 09:26:48 +0000 Subject: Rebuilt for Python3.5 rebuild --- diff --git a/python-dmidecode.spec b/python-dmidecode.spec index 679b2bf..61cb79e 100644 --- a/python-dmidecode.spec +++ b/python-dmidecode.spec @@ -1,7 +1,7 @@ Name: python-dmidecode Summary: Python module to access DMI data Version: 3.12.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Libraries URL: http://projects.autonomy.net.au/python-dmidecode/ @@ -86,13 +86,16 @@ done %files -n python3-dmidecode %license python3/doc/LICENSE python3/doc/AUTHORS python3/doc/AUTHORS.upstream %doc python3/README python3/doc/README.upstream -%{python3_sitearch}/dmidecodemod.cpython-%{python3_version_nodots}m.so -%{python3_sitearch}/__pycache__/dmidecode.cpython-%{python3_version_nodots}.py[co] +%{python3_sitearch}/dmidecodemod.cpython-%{python3_version_nodots}m-*.so +%{python3_sitearch}/__pycache__/dmidecode.cpython-%{python3_version_nodots}*.py[co] %{python3_sitearch}/dmidecode.py %{python3_sitearch}/*.egg-info %{_datadir}/python-dmidecode/ %changelog +* Sat Nov 07 2015 Robert Kuska - 3.12.2-2 +- Rebuilt for Python3.5 rebuild + * Fri Jul 10 2015 Miro HronĨok - 3.12.2-1 - Update to 3.12.2 - Add Python 3 subpackage (#1236000)