%define gitver %(echo %version | tr . _) Name: ipmitool Version: 1.8.19 Release: 1mamba Summary: A utility for managing and configuring IPMI-enabled devices Group: System/Management Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://sourceforge.net/projects/ipmitool/ Source: https://github.com/ipmitool/ipmitool.git/IPMITOOL_%{gitver}/ipmitool-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libopenssl-devel BuildRequires: libreadline-devel BuildRequires: libsystemd-devel ## AUTOBUILDREQ-END %description ipmitool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS. The service processor (or Baseboard Management Controller, BMC) is the brain behind platform management and its primary purpose is to handle the autonomous sensor monitoring and event logging features. The ipmitool program provides a simple command-line interface to this BMC. It features the ability to read the sensor data repository (SDR) and print sensor values, display the contents of the System Event Log (SEL), print Field Replaceable Unit (FRU) inventory information, read and set LAN configuration parameters, and perform remote chassis power control. %debug_package %prep %setup -q ./bootstrap %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/ipmitool %{_sbindir}/ipmievd %dir %{_datadir}/ipmitool %{_datadir}/ipmitool/oem_ibm_sel_map %dir %{_docdir}/ipmitool %{_docdir}/ipmitool/* %{_datadir}/misc/enterprise-numbers %{_mandir}/man1/ipmitool.1* %{_mandir}/man8/ipmievd.8* %changelog * Wed Jan 11 2023 Silvan Calarco 1.8.19-1mamba - update to 1.8.19 * Sat Oct 08 2016 Automatic Build System 1.8.18-1mamba - automatic version update by autodist * Sat May 07 2016 Automatic Build System 1.8.17-1mamba - automatic version update by autodist * Sat Feb 20 2016 Automatic Build System 1.8.16-1mamba - automatic version update by autodist * Mon Nov 24 2014 Automatic Build System 1.8.15-1mamba - automatic version update by autodist * Thu May 22 2014 Automatic Build System 1.8.14-1mamba - automatic version update by autodist * Wed Dec 11 2013 Silvan Calarco 1.8.13-1mamba - package created using the webbuild interface