Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6dea0b498b | |||
| 330f03bb93 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ae99bdd1296a8e25cea839784ec39ebca57b0e3701b2d440b8e02e22dc4bc95
|
||||
size 1871109
|
||||
3
ipmiutil-3.2.1.tar.gz
Normal file
3
ipmiutil-3.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04811b2e657ff98cd31e44b91a700c9f33c4c9dd93a36c8fc987de1f47c24024
|
||||
size 1745071
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 17:26:52 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.2.1:
|
||||
* GH13: hpm netfn2c/cmd34 error, bridge netfn06,07/cmd34
|
||||
* GH17: do not abort if sensor command fails
|
||||
* GH17: if MALFORMED, not fatal, show message before correct
|
||||
* GH15: fails to dump FRU with -d (added load_fru for fdump)
|
||||
* GH14: GH14: user set password fails w 0xCC, upriv = rd3 & 0x0F
|
||||
* fix macos compile error with vFlashstr typedef
|
||||
* detect if IP address
|
||||
* GH21: ipmi_cmdraw_ia(% int sdata %)
|
||||
* GH21: define BYTE for LTO issue
|
||||
* GH21: define uchar for LTO issue
|
||||
* GH21: lan_keepalive( uchar type), open_sockfd(int port)
|
||||
* GH21: lan_keepalive( uchar type)
|
||||
* GH21: GetSensorType( uchar snum ...)
|
||||
* GH21: get_unit_type( uchar iunit ...), GetSensorType(uchar)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 13:37:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@@ -128,7 +147,7 @@ Fri Jun 5 17:00:29 UTC 2015 - mpluskal@suse.com
|
||||
Wed Jan 21 23:54:03 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 2.9.5
|
||||
see http://ipmiutil.sourceforge.net/docs/ChangeLog
|
||||
see http://ipmiutil.sourceforge.net/docs/ChangeLog
|
||||
- Updated patch
|
||||
* ipmiutil-2.9.2-fix-bashisms.patch > ipmiutil-2.9.5-fix-bashisms.patch
|
||||
* automake-1_13.patch
|
||||
@@ -145,13 +164,13 @@ Mon Nov 17 04:00:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
Fri Oct 11 06:58:05 UTC 2013 - kkaempf@suse.com
|
||||
|
||||
- update to upstream ipmiutil-2.9.2
|
||||
See http://ipmiutil.sourceforge.net/docs/ChangeLog
|
||||
See http://ipmiutil.sourceforge.net/docs/ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 08:02:42 UTC 2013 - kkaempf@suse.com
|
||||
|
||||
- update to upstream ipmiutil-2.9.1
|
||||
See http://ipmiutil.sourceforge.net/docs/ChangeLog
|
||||
See http://ipmiutil.sourceforge.net/docs/ChangeLog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 13:35:16 UTC 2013 - kkaempf@suse.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ipmiutil
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2012 Andy Cress
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%{!?_unitdir: %define _unitdir %{_prefix}/lib/systemd/system}
|
||||
Name: ipmiutil
|
||||
Version: 3.1.9
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: Easy-to-use IPMI server management utilities
|
||||
License: BSD-3-Clause
|
||||
@@ -128,7 +128,6 @@ install -D -m 0644 %{SOURCE2} %{buildroot}/%{_unitdir}/ipmiutil_checksel.timer
|
||||
%{_datadir}/%{name}/evt.sh
|
||||
%{_datadir}/%{name}/ipmi.init.basic
|
||||
%{_datadir}/%{name}/bmclanpet.mib
|
||||
%{_datadir}/%{name}/ipmiutil.env
|
||||
%{_datadir}/%{name}/ipmiutil.env.template
|
||||
%{_mandir}/man8/isel.8%{?ext_man}
|
||||
%{_mandir}/man8/isensor.8%{?ext_man}
|
||||
|
||||
Reference in New Issue
Block a user