Accepting request 1142204 from home:kwk:branches:systemsmanagement

- freeipmi 1.6.14
  * Fix build issue common to non-x86 systems.
- freeipmi 1.6.13
  * Fix build issues on systems where inb/outb are declared with inline
    assembly.
  * Add additional sensor/event interpretations. 
- freeipmi 1.6.12
  * Use poll() over select() to avoid fd limit in openipmi driver.
  * Fix potential portability problems on systems without cbrt().
  * Minor documentation updates.

OBS-URL: https://build.opensuse.org/request/show/1142204
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=127
This commit is contained in:
Klaus Kämpf 2024-02-09 15:30:52 +00:00 committed by Git OBS Bridge
parent c60b21eb46
commit 825c7f00a9
6 changed files with 25 additions and 9 deletions

BIN
freeipmi-1.6.11.tar.gz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
freeipmi-1.6.14.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
freeipmi-1.6.14.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jan 29 08:34:51 UTC 2024 - Klaus Kämpf <kkaempf@suse.com>
- freeipmi 1.6.14
* Fix build issue common to non-x86 systems.
- freeipmi 1.6.13
* Fix build issues on systems where inb/outb are declared with inline
assembly.
* Add additional sensor/event interpretations.
- freeipmi 1.6.12
* Use poll() over select() to avoid fd limit in openipmi driver.
* Fix potential portability problems on systems without cbrt().
* Minor documentation updates.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 12 09:29:06 UTC 2023 - Klaus Kämpf <kkaempf@suse.com> Mon Jun 12 09:29:06 UTC 2023 - Klaus Kämpf <kkaempf@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package freeipmi # spec file for package freeipmi
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# Copyright (c) 2003-2008 FreeIPMI Core Team # Copyright (c) 2003-2008 FreeIPMI Core Team
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -37,7 +37,7 @@
%{!?_initddir: %global _initddir %{_sysconfdir}/init.d} %{!?_initddir: %global _initddir %{_sysconfdir}/init.d}
Name: freeipmi Name: freeipmi
Version: 1.6.11 Version: 1.6.14
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