- Bump release to rebuild with fixed tests

Related: RHEL-61778
This commit is contained in:
Brian C. Lane 2024-10-21 12:54:05 -07:00
parent c56a1c26ee
commit 06ccdbd3dc

View File

@ -4,7 +4,7 @@
Name: lorax
Version: 40.5.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tool for creating the anaconda install images
License: GPL-2.0-or-later
@ -182,6 +182,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_datadir}/lorax/templates.d/*
%changelog
* Mon Oct 21 2024 Brian C. Lane <bcl@redhat.com> - 40.5.8-2
- Bump release to rebuild with fixed tests
Related: RHEL-61778
* Tue Oct 08 2024 Brian C. Lane <bcl@redhat.com> 40.5.8-1
- tests: Fix mkksiso unit test (bcl)
Related: RHEL-61778