plans: prepare is reported to be unneeded and causing issues
This commit is contained in:
parent
86e0a84b54
commit
f6fc8022a3
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 39.2
|
Version: 39.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -168,6 +168,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 14 2023 Brian C. Lane <bcl@redhat.com> - 39.2-2
|
||||||
|
- plans: prepare is reported to be unneeded and causing issues
|
||||||
|
|
||||||
* Fri Jul 14 2023 Brian C. Lane <bcl@redhat.com> 39.2-1
|
* Fri Jul 14 2023 Brian C. Lane <bcl@redhat.com> 39.2-1
|
||||||
- pylint: Ignore false positive from pylint on rawhide (bcl@redhat.com)
|
- pylint: Ignore false positive from pylint on rawhide (bcl@redhat.com)
|
||||||
- tests: Fix image_minimizer test dnf usage (bcl@redhat.com)
|
- tests: Fix image_minimizer test dnf usage (bcl@redhat.com)
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
summary: Run Lorax tests (build an iso, run mkksiso on it)
|
summary: Run Lorax tests (build an iso, run mkksiso on it)
|
||||||
prepare:
|
|
||||||
how: install
|
|
||||||
package:
|
|
||||||
- lorax
|
|
||||||
execute:
|
execute:
|
||||||
script: ./tests/scripts/run_tests.sh
|
script: ./tests/scripts/run_tests.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user