2007-01-16 00:17:42 +01:00
|
|
|
#
|
2008-09-13 02:28:41 +02:00
|
|
|
# spec file for package ipmitool (Version 1.8.10)
|
2007-01-16 00:17:42 +01:00
|
|
|
#
|
2008-01-17 23:11:17 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:17:42 +01:00
|
|
|
#
|
2008-09-13 02:28:41 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:17:42 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-09-13 02:28:41 +02:00
|
|
|
|
2007-01-16 00:17:42 +01:00
|
|
|
Name: ipmitool
|
|
|
|
BuildRequires: openssl-devel readline-devel
|
2008-01-17 23:11:17 +01:00
|
|
|
Url: http://ipmitool.sourceforge.net/
|
2007-01-16 00:17:42 +01:00
|
|
|
Summary: Utility for IPMI Control
|
2008-09-13 02:28:41 +02:00
|
|
|
Version: 1.8.10
|
2008-10-14 19:04:59 +02:00
|
|
|
Release: 3
|
2008-01-17 23:11:17 +01:00
|
|
|
License: BSD 3-Clause
|
2007-01-16 00:17:42 +01:00
|
|
|
Group: System/Management
|
2007-03-07 21:27:10 +01:00
|
|
|
Source: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
|
2007-03-08 19:49:14 +01:00
|
|
|
Patch: compile-fixes
|
2008-10-14 19:04:59 +02:00
|
|
|
Patch1: ipmitool-1.8.10-implicit-fortify-decl.patch
|
2007-01-16 00:17:42 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a utility for interfacing with devices that
|
|
|
|
support the Intelligent Platform Management Interface specification.
|
|
|
|
IPMI is an open standard for machine health, inventory, and remote
|
|
|
|
power control.
|
|
|
|
|
|
|
|
This utility can communicate with IPMI-enabled devices through either a
|
|
|
|
kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in
|
|
|
|
the IPMI specification. IPMIv2 adds support for encrypted LAN
|
|
|
|
communications and remote Serial-over-LAN functionality.
|
|
|
|
|
|
|
|
It provides commands for reading the Sensor Data Repository (SDR) and
|
|
|
|
displaying sensor values, displaying the contents of the System Event
|
|
|
|
Log (SEL), printing Field Replaceable Unit (FRU) information, reading
|
|
|
|
and setting LAN configuration, and chassis power control.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2008-10-14 19:04:59 +02:00
|
|
|
%setup -q
|
2007-03-08 19:49:14 +01:00
|
|
|
%patch -p1
|
2008-10-14 19:04:59 +02:00
|
|
|
%patch1
|
2007-01-16 00:17:42 +01:00
|
|
|
|
|
|
|
%build
|
2008-10-14 19:04:59 +02:00
|
|
|
touch INSTALL NEWS
|
|
|
|
autoreconf -fiv
|
|
|
|
%configure --with-pic
|
|
|
|
%{__make} %{?jobs:-j%jobs}
|
2007-01-16 00:17:42 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/ipmitool
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2008-09-26 14:54:07 +02:00
|
|
|
%doc AUTHORS COPYING README
|
2007-01-16 00:17:42 +01:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_sbindir}/*
|
2008-09-13 02:28:41 +02:00
|
|
|
%{_datadir}/ipmitool
|
2007-03-07 21:27:10 +01:00
|
|
|
#%{_datadir}/doc/packages/ipmitool/*
|
2007-01-16 00:17:42 +01:00
|
|
|
%doc %{_mandir}/man1/*
|
|
|
|
%doc %{_mandir}/man8/*
|
|
|
|
|
2007-03-07 21:27:10 +01:00
|
|
|
%changelog
|
2008-10-14 19:04:59 +02:00
|
|
|
* Tue Oct 14 2008 crrodriguez@suse.de
|
|
|
|
- fix implicit-fortify-decl errors
|
2008-09-26 14:54:07 +02:00
|
|
|
* Fri Sep 26 2008 duwe@suse.de
|
|
|
|
- fix ugly code and sloppy programming found by RPMlint
|
2008-09-13 02:28:41 +02:00
|
|
|
* Fri Sep 12 2008 duwe@suse.de
|
|
|
|
- update to version 1.8.10 as requested in FATE#304431
|
|
|
|
+ remove fixes now in mainline
|
2008-01-17 23:11:17 +01:00
|
|
|
* Thu Jan 17 2008 duwe@suse.de
|
|
|
|
- Fix bugs 298222 and 144023 (arg checking and POH scaling)
|
|
|
|
* Thu Mar 08 2007 duwe@suse.de
|
2007-03-08 19:49:14 +01:00
|
|
|
- add new compile fixes
|
2008-01-17 23:11:17 +01:00
|
|
|
* Wed Mar 07 2007 duwe@suse.de
|
2007-03-07 21:27:10 +01:00
|
|
|
- update to 1.8.9, fixing ipmievd crashing.
|
2007-03-08 19:49:14 +01:00
|
|
|
This was requesten in Bug#246456
|
2008-01-17 23:11:17 +01:00
|
|
|
* Fri Oct 13 2006 duwe@suse.de
|
2007-01-16 00:17:42 +01:00
|
|
|
- update to today's CVS state
|
|
|
|
* might fix SoL issues (Fate #30911)
|
2008-01-17 23:11:17 +01:00
|
|
|
* Tue Oct 10 2006 duwe@suse.de
|
2007-01-16 00:17:42 +01:00
|
|
|
- update to 1.8.8 mainly various fixes:
|
|
|
|
version 1.8.8
|
|
|
|
* Fix segfaults in sensor data repository list
|
|
|
|
* Fix ipmievd to open interface before daemonizing
|
|
|
|
* Fix IPMIv1.5 authtype NONE to ignore supplied password
|
|
|
|
* Fix cipher suite display bug in lan print
|
|
|
|
* Fix typo in IPMIv2 SOL output when sending break
|
|
|
|
* Fix improper LUN handling with Tyan SOL
|
|
|
|
* Add LUN support to OpenIPMI interface
|
|
|
|
* Add support for Kontron OEM commands
|
|
|
|
* Update to Kontron Firmware Update command
|
|
|
|
version 1.8.7
|
|
|
|
* Remove nuclear clause from license
|
|
|
|
* Add Sun OEM command for blades
|
|
|
|
* Increase argument size for raw commands in shell/exec
|
|
|
|
* Fix handling of LUNs for LAN interfaces
|
|
|
|
* Add IPMIv2 SOL loopback test
|
|
|
|
* Add support for IBM OEM SEL messages
|
|
|
|
* Disable file paranoia checks on read files by default
|
|
|
|
* Support IPMIv2 SOL on older Intel boxes
|
|
|
|
* Display message and exit if keepalive fails during SOL
|
|
|
|
* Add support for setting VLAN id and priority
|
|
|
|
* Add support for FreeBSD OpenIPMI-compatible driver
|
|
|
|
* Add support for IPMIv2 Firmware Firewall
|
|
|
|
* Fix gcc4 compile warnings
|
|
|
|
* Make ipmievd generate pidfile
|
|
|
|
* Add initscripts for ipmievd
|
2008-01-17 23:11:17 +01:00
|
|
|
* Mon May 29 2006 kukuk@suse.de
|
2007-01-16 00:17:42 +01:00
|
|
|
- Fix type conversion bug in ipmi_pef.c [#173658]
|
2008-01-17 23:11:17 +01:00
|
|
|
* Fri May 26 2006 schwab@suse.de
|
2007-01-16 00:17:42 +01:00
|
|
|
- Add readline-devel to BuildRequires to enable shell command.
|
|
|
|
- Fix use of channel_info bitfield.
|
|
|
|
- Fix byte swapping.
|
2008-01-17 23:11:17 +01:00
|
|
|
* Mon Feb 13 2006 kukuk@suse.de
|
2007-01-16 00:17:42 +01:00
|
|
|
- Update to ipmitool 1.8.6 [#134708,#131823]
|
|
|
|
- Fix memory corruption when sending encrypted SOL traffic
|
|
|
|
- Add keepalive timer to IPMIv2 SOL sessions
|
|
|
|
- Raise privilege level after creating IPMIv2 session
|
|
|
|
- Add support for settable SOL escape character with -e option
|
|
|
|
- Add support for Kg BMC key for IPMIv2 authentication with -k option
|
|
|
|
- Add support for Tyan IPMIv1.5 SOL with tsol command
|
|
|
|
- Add support for PICMG devices
|
|
|
|
- Add support for OEM SEL event parsing
|
|
|
|
- Add support for command bridging over lan and lanplus interfaces
|
|
|
|
- New 'chassis selftest' command
|
|
|
|
- Many bufxies and patches from contributors
|
2008-01-17 23:11:17 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:17:42 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-09-13 02:28:41 +02:00
|
|
|
* Sat Jan 21 2006 schwab@suse.de
|
2007-01-16 00:17:42 +01:00
|
|
|
- Don't strip binaries.
|
2008-01-17 23:11:17 +01:00
|
|
|
* Mon Sep 19 2005 kukuk@suse.de
|
2007-01-16 00:17:42 +01:00
|
|
|
- Fix missing return value
|
2008-01-17 23:11:17 +01:00
|
|
|
* Thu Aug 04 2005 kukuk@suse.de
|
2007-01-16 00:17:42 +01:00
|
|
|
- Initial release (FeatureID #165)
|