import python-pyghmi-1.5.34-2.el9
This commit is contained in:
parent
b87277360a
commit
0824bba00a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/pyghmi-1.5.29.tar.gz
|
||||
SOURCES/pyghmi-1.5.34.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
0b3b4b4ebd0adce8cd4a2aac0a1a2c428dd073fc SOURCES/pyghmi-1.5.29.tar.gz
|
||||
09baf24424c98ce577719c4cd82276898f328651 SOURCES/pyghmi-1.5.34.tar.gz
|
||||
|
@ -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',
|
||||
|
@ -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 <pcahyna@redhat.com> - 1.5.34-2
|
||||
- Updated to 1.5.34.
|
||||
|
||||
* Fri Aug 6 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.5.29-1
|
||||
- Updated to 1.5.29.
|
||||
- Avoid dependency on python-pbr, conditionalize docs build, to allow building in RHEL.
|
||||
|
Loading…
Reference in New Issue
Block a user