Recommend installing ipmitool with Warewulf package

- Fixes: #970

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-01-30 16:41:40 -07:00
parent dbf8a58885
commit c946b25bf2
2 changed files with 5 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Document defining kernel args that include commas. #1679
- Recommend installing ipmitool with Warewulf package. #970
### Fixed

View File

@@ -77,6 +77,7 @@ BuildRequires: libassuan-devel
%endif
Recommends: logrotate
Recommends: ipmitool
%description
Warewulf is a stateless and diskless provisioning
@@ -237,6 +238,9 @@ getent group %{wwgroup} >/dev/null || groupadd -r %{wwgroup}
%changelog
* Sat Feb 1 2025 Jonathon Anderson <janderson@ciq.com>
- Add Recommends: ipmitool
* Thu Sep 12 2024 Jonathon Anderson <janderson@ciq.com>
- Split overlays into separate directories