Compare commits

...

1 Commits

Author SHA1 Message Date
Jan Macku 7e4e00d547 update to 0.97 2023-05-18 14:11:36 +00:00
5 changed files with 9 additions and 28 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/ledmon-0.92.tar.gz
/ledmon-0.95.tar.gz
/ledmon-0.96.tar.gz
/ledmon-0.97.tar.gz

1
.ledmon.metadata Normal file
View File

@ -0,0 +1 @@
0447a7e81a504d4a856f7934927f5a8b2be3c1ff ledmon-0.97.tar.gz

View File

@ -1,23 +0,0 @@
From bd78c563daa6df17ad442d10127526f5450fd06b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kinga=20Ta=C5=84ska?= <kinga.tanska@intel.com>
Date: Thu, 17 Nov 2022 15:55:06 +0100
Subject: [PATCH] ipmi: avoid error messages on non-dell platforms (#112)
Signed-off-by: Kinga Tanska <kinga.tanska@intel.com>
---
src/ipmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ipmi.c b/src/ipmi.c
index 3862840..d7d9e89 100644
--- a/src/ipmi.c
+++ b/src/ipmi.c
@@ -126,7 +126,7 @@ int ipmicmd(int sa, int lun, int netfn, int cmd, int datalen, void *data,
goto end;
}
if (rcv.msg.data[0])
- log_info("IPMI Error: %.2x\n", rcv.msg.data[0]);
+ log_debug("IPMI Error: %.2x\n", rcv.msg.data[0]);
rc = 0;
*rlen = rcv.msg.data_len - 1;
memcpy(resp, rcv.msg.data + 1, *rlen);

View File

@ -1,13 +1,12 @@
Summary: Enclosure LED Utilities
Name: ledmon
Version: 0.96
Release: 5%{?dist}
Version: 0.97
Release: 1%{?dist}
License: GPLv2+
URL: https://github.com/intel/ledmon
Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: ledmon_format-truncation-flag.patch
Patch1: ipmi-avoid-error-messages-on-non-dell-platforms.patch
BuildRequires: sg3_utils-devel
BuildRequires: pciutils-devel
@ -32,7 +31,6 @@ use this application.
%setup -q
# remove -Werror=format-truncation=1 in order to build package
%patch0 -p1
%patch1 -p1
autoreconf -fiv
%build
@ -60,6 +58,10 @@ make
%{_unitdir}/ledmon.service
%changelog
* Wed May 17 2023 Jan Macku <jamacku@redhat.com> - 0.97-1
- update to 0.97 (#2159926)
- drop ipmi-avoid-error-messages-on-non-dell-platforms.patch
* Mon Nov 28 2022 Jan Macku <jamacku@redhat.com> - 0.96-5
- Decrease log level of IPMI messages (#2148954)

View File

@ -1 +1 @@
SHA512 (ledmon-0.96.tar.gz) = 2f5229c69478fb2c37466d2a3a76304f71b5ff1f95f42f373b96bb43968a45225ba71570fe96c9e251224a0107a55106a2bed767d7741f75ba8335539422e3cb
SHA512 (ledmon-0.97.tar.gz) = 7a8f6c6f7cbaa10ae17ee60c2dfbce4100524b9b85fdc01a139f1fd2a33779348845df29b93f6c2cbabed4fa92a2a17a80636c2658e13507743bd2242fc08914