From 06ccdbd3dcf388b736f5ff19fa29d85ca25ab559 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 21 Oct 2024 12:54:05 -0700 Subject: [PATCH] - Bump release to rebuild with fixed tests Related: RHEL-61778 --- lorax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 6a80237..182a65c 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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 - 40.5.8-2 +- Bump release to rebuild with fixed tests + Related: RHEL-61778 + * Tue Oct 08 2024 Brian C. Lane 40.5.8-1 - tests: Fix mkksiso unit test (bcl) Related: RHEL-61778