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>

View File

@ -1,7 +1,7 @@
#
# spec file for package freeipmi
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2003-2008 FreeIPMI Core Team
#
# All modifications and additions to the file contributed by third parties
@ -37,7 +37,7 @@
%{!?_initddir: %global _initddir %{_sysconfdir}/init.d}
Name: freeipmi
Version: 1.6.11
Version: 1.6.14
Release: %{release}
URL: http://www.gnu.org/software/freeipmi/
Source0: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz
@ -60,7 +60,7 @@ Obsoletes: freeipmi-ipmimonitoring < %{version}
Provides: freeipmi-ipmimonitoring = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires(post): info
Requires(preun):info
Requires(preun): info
%description
This project provides "Remote-Console" (out-of-band) and
@ -90,7 +90,7 @@ Requires(pre): %fillup_prereq
Requires: freeipmi = %{version}
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel}
Requires(post): chkconfig
Requires(preun):chkconfig
Requires(preun): chkconfig
%endif
Requires: logrotate
@ -103,7 +103,7 @@ Group: System/Management
Requires: freeipmi = %{version}
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel}
Requires(post): chkconfig
Requires(preun):chkconfig
Requires(preun): chkconfig
%endif
%{?systemd_requires}
@ -117,7 +117,7 @@ Requires: freeipmi = %{version}
Provides: freeipmi:/usr/sbin/ipmiseld
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel}
Requires(post): chkconfig
Requires(preun):chkconfig
Requires(preun): chkconfig
%endif
%{?systemd_requires}