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
Version: 1.8.18
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 <silvan.calarco@mambasoft.it>
URL: http://ipmitool.sourceforge.net/
Source: http://downloads.sourceforge.net/project/ipmitool/ipmitool/%{version}/ipmitool-%{version}.tar.bz2
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: libncurses-devel
BuildRequires: libopenssl-devel
BuildRequires: libreadline-devel
BuildRequires: libsystemd-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
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
%setup -q
./bootstrap
%build
%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
%dir %{_docdir}/ipmitool
%{_docdir}/ipmitool/*
%{_datadir}/misc/enterprise-numbers
%{_mandir}/man1/ipmitool.1*
%{_mandir}/man8/ipmievd.8*
%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
- automatic version update by autodist