import OpenIPMI-2.0.32-3.el9
This commit is contained in:
parent
67de626665
commit
5cde2788a9
@ -1 +1 @@
|
|||||||
5b9494e61d8fbcee05d6cea3c688f7f69fded4e7 SOURCES/OpenIPMI-2.0.31.tar.gz
|
73d7dce4312b006983b11367e4a43d4ec52cf888 SOURCES/OpenIPMI-2.0.32.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/OpenIPMI-2.0.31.tar.gz
|
SOURCES/OpenIPMI-2.0.32.tar.gz
|
||||||
|
12
SOURCES/include-config-h-cmdlang.patch
Normal file
12
SOURCES/include-config-h-cmdlang.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up OpenIPMI-2.0.32/cmdlang/cmdlang.c~ OpenIPMI-2.0.32/cmdlang/cmdlang.c
|
||||||
|
--- OpenIPMI-2.0.32/cmdlang/cmdlang.c~ 2021-01-22 19:51:28.000000000 +0100
|
||||||
|
+++ OpenIPMI-2.0.32/cmdlang/cmdlang.c 2022-01-28 11:55:42.375470392 +0100
|
||||||
|
@@ -32,6 +32,8 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
+#include <config.h>
|
||||||
|
+
|
||||||
|
#include <errno.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <ctype.h>
|
@ -3,8 +3,8 @@
|
|||||||
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||||
Name: OpenIPMI
|
Name: OpenIPMI
|
||||||
|
|
||||||
Version: 2.0.31
|
Version: 2.0.32
|
||||||
Release: 5%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2+ and GPLv2+ or BSD
|
License: LGPLv2+ and GPLv2+ or BSD
|
||||||
URL: http://sourceforge.net/projects/openipmi/
|
URL: http://sourceforge.net/projects/openipmi/
|
||||||
Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
|
||||||
@ -12,6 +12,7 @@ Source1: openipmi.sysconf
|
|||||||
Source2: openipmi-helper
|
Source2: openipmi-helper
|
||||||
Source3: ipmi.service
|
Source3: ipmi.service
|
||||||
Patch1: 0001-man.patch
|
Patch1: 0001-man.patch
|
||||||
|
Patch2: include-config-h-cmdlang.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
|
BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
|
||||||
@ -67,6 +68,7 @@ Summary: The development environment for the OpenIPMI project
|
|||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: %{name}-lanserv%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The OpenIPMI-devel package contains the development libraries and header files
|
The OpenIPMI-devel package contains the development libraries and header files
|
||||||
@ -75,6 +77,7 @@ of the OpenIPMI project.
|
|||||||
%package lanserv
|
%package lanserv
|
||||||
Summary: Emulates an IPMI network listener
|
Summary: Emulates an IPMI network listener
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description lanserv
|
%description lanserv
|
||||||
This package contains a network IPMI listener.
|
This package contains a network IPMI listener.
|
||||||
@ -198,6 +201,19 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
|
|||||||
%{_mandir}/man5/ipmi_sim_cmd.5*
|
%{_mandir}/man5/ipmi_sim_cmd.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 28 2022 Pavel Cahyna <pcahyna@redhat.com> - 2.0.32-3
|
||||||
|
- Add a patch to resolve one more issue found by rpmdiff/rpminspect:
|
||||||
|
fix getaddrinfo detection to avoid using gethostbyname.
|
||||||
|
|
||||||
|
* Wed Jan 26 2022 Pavel Cahyna <pcahyna@redhat.com> - 2.0.32-2
|
||||||
|
- Resolve issues found by rpmdiff
|
||||||
|
- add explicit Requires: on subpackages to avoid the need to test
|
||||||
|
interoperability between the various combinations of old and new
|
||||||
|
subpackages
|
||||||
|
|
||||||
|
* Sun Jan 23 2022 Igor Raits <igor.raits@gmail.com> - 2.0.32-1
|
||||||
|
- Update to 2.0.32 (rhbz#1990072)
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.31-5
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.31-5
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user