diff --git a/lorax.spec b/lorax.spec index 18418cc..c1fa8e9 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ Name: lorax Version: 39.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images License: GPL-2.0-or-later @@ -168,6 +168,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Fri Jul 14 2023 Brian C. Lane - 39.2-2 +- plans: prepare is reported to be unneeded and causing issues + * Fri Jul 14 2023 Brian C. Lane 39.2-1 - pylint: Ignore false positive from pylint on rawhide (bcl@redhat.com) - tests: Fix image_minimizer test dnf usage (bcl@redhat.com) diff --git a/plans/build-iso.fmf b/plans/build-iso.fmf index ae03eff..e3c3d28 100644 --- a/plans/build-iso.fmf +++ b/plans/build-iso.fmf @@ -1,7 +1,3 @@ summary: Run Lorax tests (build an iso, run mkksiso on it) -prepare: - how: install - package: - - lorax execute: script: ./tests/scripts/run_tests.sh