- freeipmi 1.6.8
* Support --with-systemconfigdir build option. * Fix build issue on musl where putmsg/getmsg are not available. * Fix build issue when inb/outb are not available on some systems. * Fix static build issues with gcrypt. * Add conserver documentation in faq. * Minor documentation updates. * Fix incorrect sensor read corner case on BMCs that use non-default LUNs (LP#1926299). * Remove hard coded paths from system config files (i.e. mostly files in /etc). Have paths updated based on options to configure. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=119
This commit is contained in:
parent
7617bfcd7f
commit
ad86d36333
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4aa46a269ecc1bbff9412451f17b5408f64395e7dc45b713edf5eb5362700a71
|
|
||||||
size 3426706
|
|
3
freeipmi-1.6.9.tar.gz
Normal file
3
freeipmi-1.6.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f25e1c35f3d0f1b5a99cc31ecc2353ca83ed46a15163842fba870127dc9c8206
|
||||||
|
size 3429566
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 20 08:51:56 UTC 2022 - Klaus Kämpf <kkaempf@suse.com>
|
||||||
|
|
||||||
|
- freeipmi 1.6.8
|
||||||
|
* Support --with-systemconfigdir build option.
|
||||||
|
* Fix build issue on musl where putmsg/getmsg are not available.
|
||||||
|
* Fix build issue when inb/outb are not available on some systems.
|
||||||
|
* Fix static build issues with gcrypt.
|
||||||
|
* Add conserver documentation in faq.
|
||||||
|
* Minor documentation updates.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 8 15:00:26 UTC 2021 - Thomas Renninger <trenn@suse.de>
|
Thu Jul 8 15:00:26 UTC 2021 - Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
@ -5,7 +16,11 @@ Thu Jul 8 15:00:26 UTC 2021 - Thomas Renninger <trenn@suse.de>
|
|||||||
- Fix: freeipmi-bmc-watchdog.x86_64:
|
- Fix: freeipmi-bmc-watchdog.x86_64:
|
||||||
W: non-etc-or-var-file-marked-as-conffile /usr/share/fillup-templates/sysconfig.bmc-watchdog
|
W: non-etc-or-var-file-marked-as-conffile /usr/share/fillup-templates/sysconfig.bmc-watchdog
|
||||||
Declaring fillup files as conffile is not needed
|
Declaring fillup files as conffile is not needed
|
||||||
|
|
||||||
- freeipmi 1.6.8
|
- freeipmi 1.6.8
|
||||||
|
* Fix incorrect sensor read corner case on BMCs that use non-default LUNs (LP#1926299).
|
||||||
|
* Remove hard coded paths from system config files (i.e. mostly files
|
||||||
|
in /etc). Have paths updated based on options to configure.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 14 16:58:10 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sun Feb 14 16:58:10 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freeipmi
|
# spec file for package freeipmi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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.8
|
Version: 1.6.9
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user