update to 1.8.19 [release 1.8.19-1mamba;Wed Jan 11 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 23:57:12 +01:00
parent 64992c87c5
commit 467c90cfc2

View File

@ -1,21 +1,21 @@
%define gitver %(echo %version | tr . _)
Name: ipmitool Name: ipmitool
Version: 1.8.18 Version: 1.8.19
Release: 1mamba Release: 1mamba
Summary: A utility for managing and configuring IPMI-enabled devices Summary: A utility for managing and configuring IPMI-enabled devices
Group: System/Management Group: System/Management
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://ipmitool.sourceforge.net/ URL: https://sourceforge.net/projects/ipmitool/
Source: http://downloads.sourceforge.net/project/ipmitool/ipmitool/%{version}/ipmitool-%{version}.tar.bz2 Source: https://github.com/ipmitool/ipmitool.git/IPMITOOL_%{gitver}/ipmitool-%{version}.tar.bz2
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libncurses-devel
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: libreadline-devel BuildRequires: libreadline-devel
BuildRequires: libsystemd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
ipmitool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface. ipmitool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface.
@ -29,6 +29,7 @@ It features the ability to read the sensor data repository (SDR) and print senso
%prep %prep
%setup -q %setup -q
./bootstrap
%build %build
%configure %configure
@ -49,10 +50,14 @@ It features the ability to read the sensor data repository (SDR) and print senso
%{_datadir}/ipmitool/oem_ibm_sel_map %{_datadir}/ipmitool/oem_ibm_sel_map
%dir %{_docdir}/ipmitool %dir %{_docdir}/ipmitool
%{_docdir}/ipmitool/* %{_docdir}/ipmitool/*
%{_datadir}/misc/enterprise-numbers
%{_mandir}/man1/ipmitool.1* %{_mandir}/man1/ipmitool.1*
%{_mandir}/man8/ipmievd.8* %{_mandir}/man8/ipmievd.8*
%changelog %changelog
* Wed Jan 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.19-1mamba
- update to 1.8.19
* Sat Oct 08 2016 Automatic Build System <autodist@mambasoft.it> 1.8.18-1mamba * Sat Oct 08 2016 Automatic Build System <autodist@mambasoft.it> 1.8.18-1mamba
- automatic version update by autodist - automatic version update by autodist