diff --git a/.gitignore b/.gitignore index 90c520b..8fb305a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/pyghmi-1.5.29.tar.gz +SOURCES/pyghmi-1.5.34.tar.gz diff --git a/.python-pyghmi.metadata b/.python-pyghmi.metadata index 49b344c..03aef02 100644 --- a/.python-pyghmi.metadata +++ b/.python-pyghmi.metadata @@ -1 +1 @@ -0b3b4b4ebd0adce8cd4a2aac0a1a2c428dd073fc SOURCES/pyghmi-1.5.29.tar.gz +09baf24424c98ce577719c4cd82276898f328651 SOURCES/pyghmi-1.5.34.tar.gz diff --git a/SOURCES/setup.patch b/SOURCES/setup.patch index 317cce0..04a4994 100644 --- a/SOURCES/setup.patch +++ b/SOURCES/setup.patch @@ -2,12 +2,13 @@ diff -up pyghmi-1.5.14/.orig.orig pyghmi-1.5.14/.orig diff -up pyghmi-1.5.14/setup.py.tmpl.orig pyghmi-1.5.14/setup.py.tmpl --- pyghmi-1.5.14/setup.py.tmpl.orig 2021-08-06 11:44:02.618240604 +0200 +++ pyghmi-1.5.14/setup.py.tmpl 2021-08-06 11:44:35.586675599 +0200 -@@ -26,6 +26,15 @@ setuptools.setup( +@@ -26,6 +26,16 @@ setuptools.setup( packages=['pyghmi', 'pyghmi.util', 'pyghmi.ipmi', 'pyghmi.cmd', 'pyghmi.redfish', 'pyghmi.ipmi.private', 'pyghmi.ipmi.oem', 'pyghmi.ipmi.oem.lenovo', 'pyghmi.redfish.oem', -- 'pyghmi.redfish.oem.lenovo'], -+ 'pyghmi.redfish.oem.lenovo', 'pyghmi.tests'], +- 'pyghmi.redfish.oem.dell', 'pyghmi.redfish.oem.lenovo'], ++ 'pyghmi.redfish.oem.dell', 'pyghmi.redfish.oem.lenovo', ++ 'pyghmi.tests'], + entry_points={ + 'console_scripts': [ + 'pyghmicons=pyghmi.cmd.pyghmicons:main', diff --git a/SPECS/python-pyghmi.spec b/SPECS/python-pyghmi.spec index 44d89e2..9f5fcf0 100644 --- a/SPECS/python-pyghmi.spec +++ b/SPECS/python-pyghmi.spec @@ -26,8 +26,8 @@ incorporate the pyghmi library into a Python application. Summary: %{common_summary} Name: python-%{sname} -Version: %{?version:%{version}}%{!?version:1.5.29} -Release: 1%{?dist} +Version: %{?version:%{version}}%{!?version:1.5.34} +Release: 2%{?dist} Source0: https://tarballs.opendev.org/x/%{sname}/%{sname}-%{version}.tar.gz License: ASL 2.0 Prefix: %{_prefix} @@ -206,6 +206,9 @@ popd %endif # with docs %changelog +* Wed Feb 23 2022 Pavel Cahyna - 1.5.34-2 +- Updated to 1.5.34. + * Fri Aug 6 2021 Pavel Cahyna - 1.5.29-1 - Updated to 1.5.29. - Avoid dependency on python-pbr, conditionalize docs build, to allow building in RHEL.