SHA256
1
0
forked from pool/ipmitool
OBS User unknown
2008-01-17 22:11:17 +00:00
committed by Git OBS Bridge
parent aa706c4f3f
commit 8645c6b961
4 changed files with 148 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package ipmitool (Version 1.8.9)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 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.
#
@@ -12,14 +12,16 @@
Name: ipmitool
BuildRequires: openssl-devel readline-devel
URL: http://ipmitool.sourceforge.net/
Url: http://ipmitool.sourceforge.net/
Summary: Utility for IPMI Control
Version: 1.8.9
Release: 2
License: BSD License and BSD-like
Release: 54
License: BSD 3-Clause
Group: System/Management
Source: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Patch: compile-fixes
Patch1: ipmitool-lan-set.patch
Patch2: ipmitool-POH-scale
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -43,6 +45,8 @@ and setting LAN configuration, and chassis power control.
%prep
%setup
%patch -p1
%patch1 -p1
%patch2 -p1
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure \
@@ -74,15 +78,17 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man8/*
%changelog
* Thu Mar 08 2007 - duwe@suse.de
* Thu Jan 17 2008 duwe@suse.de
- Fix bugs 298222 and 144023 (arg checking and POH scaling)
* Thu Mar 08 2007 duwe@suse.de
- add new compile fixes
* Wed Mar 07 2007 - duwe@suse.de
* Wed Mar 07 2007 duwe@suse.de
- update to 1.8.9, fixing ipmievd crashing.
This was requesten in Bug#246456
* Fri Oct 13 2006 - duwe@suse.de
* Fri Oct 13 2006 duwe@suse.de
- update to today's CVS state
* might fix SoL issues (Fate #30911)
* Tue Oct 10 2006 - duwe@suse.de
* Tue Oct 10 2006 duwe@suse.de
- update to 1.8.8 mainly various fixes:
version 1.8.8
* Fix segfaults in sensor data repository list
@@ -110,13 +116,13 @@ rm -rf $RPM_BUILD_ROOT
* Fix gcc4 compile warnings
* Make ipmievd generate pidfile
* Add initscripts for ipmievd
* Mon May 29 2006 - kukuk@suse.de
* Mon May 29 2006 kukuk@suse.de
- Fix type conversion bug in ipmi_pef.c [#173658]
* Fri May 26 2006 - schwab@suse.de
* Fri May 26 2006 schwab@suse.de
- Add readline-devel to BuildRequires to enable shell command.
- Fix use of channel_info bitfield.
- Fix byte swapping.
* Mon Feb 13 2006 - kukuk@suse.de
* Mon Feb 13 2006 kukuk@suse.de
- Update to ipmitool 1.8.6 [#134708,#131823]
- Fix memory corruption when sending encrypted SOL traffic
- Add keepalive timer to IPMIv2 SOL sessions
@@ -129,11 +135,11 @@ rm -rf $RPM_BUILD_ROOT
- Add support for command bridging over lan and lanplus interfaces
- New 'chassis selftest' command
- Many bufxies and patches from contributors
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 20 2006 - schwab@suse.de
* Fri Jan 20 2006 schwab@suse.de
- Don't strip binaries.
* Mon Sep 19 2005 - kukuk@suse.de
* Mon Sep 19 2005 kukuk@suse.de
- Fix missing return value
* Thu Aug 04 2005 - kukuk@suse.de
* Thu Aug 04 2005 kukuk@suse.de
- Initial release (FeatureID #165)