Accepting request 1238453 from systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/1238453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeipmi?expand=0&rev=54
This commit is contained in:
commit
b21b4e0cbc
BIN
freeipmi-1.6.14.tar.gz
(Stored with Git LFS)
BIN
freeipmi-1.6.14.tar.gz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
3
freeipmi-1.6.15.tar.gz
Normal file
3
freeipmi-1.6.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6929c354639f5ce75b5b1897e8b366eb63625c23e5c4590a7aea034fe2b8caf
|
||||||
|
size 3464927
|
BIN
freeipmi-1.6.15.tar.gz.sig
Normal file
BIN
freeipmi-1.6.15.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 21:37:52 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- freeimpi 1.6.15:
|
||||||
|
* In ipmi-config, fix incorrect output of
|
||||||
|
IPv6_Dynamic_Address_Source_Type
|
||||||
|
* In ipmi-oem, increase precision of Dell cumulative energy
|
||||||
|
output
|
||||||
|
* Do not advertise options that are only available when special
|
||||||
|
debugging is compiled into FreeIPMI
|
||||||
|
* libfreeipmi: remove unnecessary / duplicate parameter checks
|
||||||
|
* Minor documentation updates
|
||||||
|
- drop gcc-14.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 3 14:40:55 UTC 2024 - Klaus Kämpf <kkaempf@suse.com>
|
Mon Jun 3 14:40:55 UTC 2024 - Klaus Kämpf <kkaempf@suse.com>
|
||||||
|
|
||||||
|
@ -37,13 +37,12 @@
|
|||||||
%{!?_initddir: %global _initddir %{_sysconfdir}/init.d}
|
%{!?_initddir: %global _initddir %{_sysconfdir}/init.d}
|
||||||
|
|
||||||
Name: freeipmi
|
Name: freeipmi
|
||||||
Version: 1.6.14
|
Version: 1.6.15
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
URL: http://www.gnu.org/software/freeipmi/
|
URL: http://www.gnu.org/software/freeipmi/
|
||||||
Source0: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz
|
Source0: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz
|
||||||
Source1: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz.sig
|
Source1: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
Patch1: gcc-14.patch
|
|
||||||
Summary: IPMI Service Processor, BMC management tool
|
Summary: IPMI Service Processor, BMC management tool
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
|
30
gcc-14.patch
30
gcc-14.patch
@ -1,30 +0,0 @@
|
|||||||
Index: freeipmi.spec_dir/freeipmi-1.6.14/libfreeipmi/sel/ipmi-sel-string-supermicro-common.h
|
|
||||||
===================================================================
|
|
||||||
--- freeipmi.spec_dir.orig/libfreeipmi/sel/ipmi-sel-string-supermicro-common.h
|
|
||||||
+++ freeipmi.spec_dir/libfreeipmi/sel/ipmi-sel-string-supermicro-common.h
|
|
||||||
@@ -38,5 +38,14 @@ int sel_string_output_supermicro_overhea
|
|
||||||
unsigned int flags,
|
|
||||||
unsigned int *wlen,
|
|
||||||
struct ipmi_sel_system_event_record_data *system_event_record_data);
|
|
||||||
+int sel_string_output_supermicro_dimm_event_data2_event_data3 (ipmi_sel_ctx_t ctx,
|
|
||||||
+ struct ipmi_sel_entry *sel_entry,
|
|
||||||
+ uint8_t sel_record_type,
|
|
||||||
+ char *buf,
|
|
||||||
+ unsigned int buflen,
|
|
||||||
+ unsigned int flags,
|
|
||||||
+ unsigned int *wlen,
|
|
||||||
+ struct ipmi_sel_system_event_record_data *system_event_record_data,
|
|
||||||
+ int *oem_rv);
|
|
||||||
|
|
||||||
#endif /* IPMI_SEL_STRING_SUPERMICRO_COMMON_H */
|
|
||||||
Index: freeipmi.spec_dir/freeipmi-1.6.14/ipmi-sensors/ipmi-sensors-oem-intel.c
|
|
||||||
===================================================================
|
|
||||||
--- freeipmi.spec_dir.orig/ipmi-sensors/ipmi-sensors-oem-intel.c
|
|
||||||
+++ freeipmi.spec_dir/ipmi-sensors/ipmi-sensors-oem-intel.c
|
|
||||||
@@ -34,6 +34,7 @@
|
|
||||||
#include "ipmi-sensors-oem-intel.h"
|
|
||||||
#include "ipmi-sensors-oem-intel-s5500wb.h"
|
|
||||||
#include "ipmi-sensors-oem-intel-s2600jf.h"
|
|
||||||
+#include "ipmi-sensors-oem-intel-s2600wp.h"
|
|
||||||
#include "ipmi-sensors-oem-intel-quanta-qssc-s4r.h"
|
|
||||||
#include "ipmi-sensors-oem-intel-node-manager.h"
|
|
Loading…
x
Reference in New Issue
Block a user