From ad86d36333cad284e971987437d1667c6f98daddb93603e5592dadc742f07560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Thu, 20 Jan 2022 08:59:21 +0000 Subject: [PATCH] - 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 --- freeipmi-1.6.8.tar.gz | 3 --- freeipmi-1.6.9.tar.gz | 3 +++ freeipmi.changes | 15 +++++++++++++++ freeipmi.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 freeipmi-1.6.8.tar.gz create mode 100644 freeipmi-1.6.9.tar.gz diff --git a/freeipmi-1.6.8.tar.gz b/freeipmi-1.6.8.tar.gz deleted file mode 100644 index 96e87c9..0000000 --- a/freeipmi-1.6.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aa46a269ecc1bbff9412451f17b5408f64395e7dc45b713edf5eb5362700a71 -size 3426706 diff --git a/freeipmi-1.6.9.tar.gz b/freeipmi-1.6.9.tar.gz new file mode 100644 index 0000000..a24b84e --- /dev/null +++ b/freeipmi-1.6.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25e1c35f3d0f1b5a99cc31ecc2353ca83ed46a15163842fba870127dc9c8206 +size 3429566 diff --git a/freeipmi.changes b/freeipmi.changes index 3280edd..f8a942b 100644 --- a/freeipmi.changes +++ b/freeipmi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jan 20 08:51:56 UTC 2022 - Klaus Kämpf + +- 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 @@ -5,7 +16,11 @@ Thu Jul 8 15:00:26 UTC 2021 - Thomas Renninger - Fix: freeipmi-bmc-watchdog.x86_64: W: non-etc-or-var-file-marked-as-conffile /usr/share/fillup-templates/sysconfig.bmc-watchdog Declaring fillup files as conffile is not needed + - 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 diff --git a/freeipmi.spec b/freeipmi.spec index 588bbb4..fba4d42 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -1,7 +1,7 @@ # # spec file for package freeipmi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.8 +Version: 1.6.9 Release: %{release} URL: http://www.gnu.org/software/freeipmi/ Source0: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz