forked from pool/ipmitool
This commit is contained in:
parent
e3799b2bbd
commit
9a1ebfb880
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d0abd9131d066faf0119722159dc8e768ff373fa30cb1a49dc5c376c9e36909
|
||||
size 634899
|
3
ipmitool-1.8.9.tar.bz2
Normal file
3
ipmitool-1.8.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:174e9ebacc9a63a0758a196532d1d1bc9ba8a3cb150fd66fbc50c5bc746a4845
|
||||
size 513004
|
File diff suppressed because it is too large
Load Diff
@ -1,20 +0,0 @@
|
||||
diff -Burbp ipmitool-1.8.8.orig/lib/ipmi_fwum.c ipmitool-1.8.8/lib/ipmi_fwum.c
|
||||
--- ipmitool-1.8.8.orig/lib/ipmi_fwum.c 2006-05-03 15:34:59.000000000 +0200
|
||||
+++ ipmitool-1.8.8/lib/ipmi_fwum.c 2006-10-10 14:07:24.000000000 +0200
|
||||
@@ -1488,5 +1488,5 @@ tKFWUM_Status KfwumOutputInfo(tKFWUM_Boa
|
||||
printf("File Size : %u bytes\n",firmInfo.fileSize);
|
||||
printf("Firmware Version : %d.%d%d SDR %d\n",firmInfo.versMajor,
|
||||
firmInfo.versMinor, firmInfo.versSubMinor, firmInfo.sdrRev);
|
||||
-
|
||||
+ return KFWUM_STATUS_OK;
|
||||
}
|
||||
--- ipmitool-1.8.8.orig/lib/ipmi_sdr.c 2006-05-12 16:07:31.000000000 +0200
|
||||
+++ ipmitool-1.8.8/lib/ipmi_sdr.c 2006-10-10 16:02:35.000000000 +0200
|
||||
@@ -3843,7 +3843,6 @@ ipmi_sdr_dump_bin(struct ipmi_intf *intf
|
||||
itr = ipmi_sdr_start(intf);
|
||||
if (itr == NULL) {
|
||||
lprintf(LOG_ERR, "Unable to open SDR for reading");
|
||||
- fclose(fp);
|
||||
return -1;
|
||||
}
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 14:02:54 CET 2007 - duwe@suse.de
|
||||
|
||||
- update to 1.8.9, fixing ipmievd crashing.
|
||||
This was requested in Bug#246456
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 15:07:13 CEST 2006 - duwe@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ipmitool (Version 1.8.8cvs20061013)
|
||||
# spec file for package ipmitool (Version 1.8.9)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -14,13 +14,13 @@ Name: ipmitool
|
||||
BuildRequires: openssl-devel readline-devel
|
||||
URL: http://ipmitool.sourceforge.net/
|
||||
Summary: Utility for IPMI Control
|
||||
Version: 1.8.8cvs20061013
|
||||
Release: 2
|
||||
Version: 1.8.9
|
||||
Release: 1
|
||||
License: BSD License and BSD-like
|
||||
Group: System/Management
|
||||
Source: ipmitool-1.8.8.tar.gz
|
||||
Patch: ipmitool-CVS-2006-10-13.patch
|
||||
Patch2: ipmitool-cvs-compile-fixes
|
||||
Source: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
|
||||
# Patch: ipmitool-CVS-2006-10-13.patch
|
||||
# Patch2: ipmitool-cvs-compile-fixes
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -42,9 +42,9 @@ and setting LAN configuration, and chassis power control.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-1.8.8
|
||||
%patch -p1
|
||||
%patch2 -p1
|
||||
%setup
|
||||
# %patch -p1
|
||||
# %patch2 -p1
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure \
|
||||
@ -67,15 +67,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%doc AUTHORS COPYING README contrib
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/*
|
||||
%dir %{_datadir}/ipmitool
|
||||
%{_datadir}/ipmitool/*
|
||||
# %dir %{_datadir}/ipmitool
|
||||
#%{_datadir}/doc/packages/ipmitool/*
|
||||
%doc %{_mandir}/man1/*
|
||||
%doc %{_mandir}/man8/*
|
||||
|
||||
%changelog -n ipmitool
|
||||
%changelog
|
||||
* Wed Mar 07 2007 - duwe@suse.de
|
||||
- update to 1.8.9, fixing ipmievd crashing.
|
||||
This was requested in Bug#246456
|
||||
* Fri Oct 13 2006 - duwe@suse.de
|
||||
- update to today's CVS state
|
||||
* might fix SoL issues (Fate #30911)
|
||||
|
Loading…
Reference in New Issue
Block a user