2007-01-16 00:17:42 +01:00
|
|
|
#
|
2011-09-14 14:03:22 +02:00
|
|
|
# spec file for package ipmitool
|
2007-01-16 00:17:42 +01:00
|
|
|
#
|
2011-09-14 14:03:22 +02:00
|
|
|
# Copyright (c) 2011 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
|
2010-03-05 16:31:33 +01:00
|
|
|
Version: 1.8.11
|
2011-09-14 14:03:22 +02:00
|
|
|
Release: 9
|
2010-03-05 16:31:33 +01:00
|
|
|
License: BSD3c
|
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
|
2010-03-05 16:31:33 +01:00
|
|
|
Patch2: increase_possible_fw_file_size.patch
|
|
|
|
Patch3: fwum_enhance_output.patch
|
|
|
|
Patch4: sdradd_close_file_handle.patch
|
|
|
|
Patch5: ekanalyzer_fix_wrong_type_comparison.patch
|
|
|
|
Patch6: fix_file_permissions.patch
|
|
|
|
Patch7: lan_fix_return_value.patch
|
|
|
|
Patch8: several_more_compile_fixes.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
|
2010-03-05 16:31:33 +01:00
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
|
|
|
%patch8 -p1
|
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
|