Compare commits

...

No commits in common. 'c9' and 'i8c' have entirely different histories.
c9 ... i8c

2
.gitignore vendored

@ -1 +1 @@
SOURCES/pyghmi-1.5.34.tar.gz
SOURCES/pyghmi-1.5.29.tar.gz

@ -1 +1 @@
09baf24424c98ce577719c4cd82276898f328651 SOURCES/pyghmi-1.5.34.tar.gz
0b3b4b4ebd0adce8cd4a2aac0a1a2c428dd073fc SOURCES/pyghmi-1.5.29.tar.gz

@ -2,13 +2,12 @@ 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,16 @@ setuptools.setup(
@@ -26,6 +26,15 @@ 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.dell', 'pyghmi.redfish.oem.lenovo'],
+ 'pyghmi.redfish.oem.dell', 'pyghmi.redfish.oem.lenovo',
+ 'pyghmi.tests'],
- 'pyghmi.redfish.oem.lenovo'],
+ 'pyghmi.redfish.oem.lenovo', 'pyghmi.tests'],
+ entry_points={
+ 'console_scripts': [
+ 'pyghmicons=pyghmi.cmd.pyghmicons:main',

@ -26,8 +26,8 @@ incorporate the pyghmi library into a Python application.
Summary: %{common_summary}
Name: python-%{sname}
Version: %{?version:%{version}}%{!?version:1.5.34}
Release: 2%{?dist}
Version: %{?version:%{version}}%{!?version:1.5.29}
Release: 1%{?dist}
Source0: https://tarballs.opendev.org/x/%{sname}/%{sname}-%{version}.tar.gz
License: ASL 2.0
Prefix: %{_prefix}
@ -206,8 +206,8 @@ popd
%endif # with docs
%changelog
* Wed Feb 23 2022 Pavel Cahyna <pcahyna@redhat.com> - 1.5.34-2
- Updated to 1.5.34.
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.5.29-1
- Rebuilt for MSVSphere 8.8
* Fri Aug 6 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.5.29-1
- Updated to 1.5.29.

Loading…
Cancel
Save