Bump Release, update %changelog

Related: rhbz#2224578
Related: rhbz#2218358
Related: rhbz#2100475
Related: rhbz#2224569
This commit is contained in:
Pavel Cahyna 2023-07-27 16:38:29 +02:00
parent 7652e51c43
commit fd51869953
1 changed files with 13 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: ipmitool
Summary: Utility for IPMI control
Version: 1.8.18
Release: 25%{?dist}
Release: 26%{?dist}
License: BSD
URL: http://ipmitool.sourceforge.net/
Source0: https://github.com/%{name}/%{name}/archive/%{gitname}_%{gitversion}/%{name}-%{version}.tar.gz
@ -194,6 +194,18 @@ install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-sn
%{_libexecdir}/bmc-snmp-proxy
%changelog
* Thu Jul 27 2023 Pavel Cahyna <pcahyna@redhat.com> - 1.8.18-26
- Backport upstream PR 120 to fix segfault on invalid unit types
Resolves: rhbz#2224578
- Add vendor ID for NVIDIA BMCs
Resolves: rhbz#2218358
- Update /var/run to /run in ipmievd.service that systemd warns about
Resolves: rhbz#2100475
- Add upstream ipmievd patch to check received msg id against expectation
Fixes problem where SEL response is not recognized correctly
when SEL request times out
Resolves: rhbz#2224569
* Mon Feb 7 2022 Pavel Cahyna <pcahyna@redhat.com> - 1.8.18-25
- Apply changes from RHEL 8 (#1811941, #1831158, #1951480)
Resolves: rhbz#2051621