import lorax-28.14.42-1.el8
This commit is contained in:
parent
8d44e5256c
commit
afa8a53fc3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/lorax-28.14.30.tar.gz
|
||||
SOURCES/lorax-28.14.42.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
6a4e1790d87a62415befd49a28e1a22e1d8bb07b SOURCES/lorax-28.14.30.tar.gz
|
||||
cac7865a2a3a7bae71dd2bc3f93c51f96c60a903 SOURCES/lorax-28.14.42.tar.gz
|
||||
|
178
SPECS/lorax.spec
178
SPECS/lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 28.14.30
|
||||
Version: 28.14.42
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -164,6 +164,7 @@ Summary: A command line tool for use with the lorax-composer API server
|
||||
|
||||
# From Distribution
|
||||
Requires: python3-urllib3
|
||||
Requires: python3-pytoml
|
||||
|
||||
%description -n composer-cli
|
||||
A command line tool for use with the lorax-composer API server. Examine recipes,
|
||||
@ -251,6 +252,181 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||
|
||||
%changelog
|
||||
* Thu Feb 27 2020 Brian C. Lane <bcl@redhat.com> 28.14.42-1
|
||||
- lorax: Restore the 98dracut-systemd service files to the install.img (bcl)
|
||||
Related: rhbz#1805405
|
||||
- lorax: Add eject back into the boot.iso (bcl)
|
||||
Related: rhbz#1805405
|
||||
|
||||
* Mon Feb 10 2020 Brian C. Lane <bcl@redhat.com> 28.14.41-1
|
||||
- tests: Add new test to run 'test' and 'check' in cockpit ci (jrusz)
|
||||
Related: rhbz#1785154
|
||||
- tests: rpm now returns str, drop decode() call (bcl)
|
||||
Related: rhbz#1785154
|
||||
- tests: Switch to using CentOS8 for the Docker tests (bcl)
|
||||
Related: rhbz#1785154
|
||||
- tests: Finish switch to using example-development in composer tests (bcl)
|
||||
Related: rhbz#1785154
|
||||
- tests: this_is_rhel function return true for CentOS or RHEL (bcl)
|
||||
Related: rhbz#1785154
|
||||
- tests: Disable pylint preexec-fn warning (bcl)
|
||||
Related: rhbz#1785154
|
||||
- pylint: whitelist the rpm module (bcl)
|
||||
Related: rhbz#1785154
|
||||
- tests: Use unittest.mock (bcl)
|
||||
Related: rhbz#1785154
|
||||
- Test & cleanup script for Alibaba cloud (atodorov)
|
||||
Related: rhbz#1785154
|
||||
|
||||
* Wed Jan 29 2020 Brian C. Lane <bcl@redhat.com> 28.14.40-1
|
||||
- tests: run ssh commands in batch mode (jrusz)
|
||||
Related: rhbz#1785154
|
||||
- tests: remove --test=2 from compose_sanity (jrusz)
|
||||
Related: rhbz#1788461
|
||||
- Add tests for metapackages and package name globs (bcl)
|
||||
Related: rhbz#1791612
|
||||
- tests: Check for cloud-init presence in azure image (jrusz)
|
||||
Related: rhbz#1754711
|
||||
|
||||
* Mon Jan 13 2020 Brian C. Lane <bcl@redhat.com> 28.14.39-1
|
||||
- tests: Enable Elastic Network Adapter support for AWS (atodorov)
|
||||
Related: rhbz#1789308
|
||||
- AWS test: take into account different instance type for non x86 (atodorov)
|
||||
Related: rhbz#1789308
|
||||
- lorax-composer: Enable ami on aarch64 (bcl)
|
||||
Resolves: rhbz#1789308
|
||||
- Add test for canceling a running compose (jrusz)
|
||||
Related: rhbz#1788461
|
||||
|
||||
* Wed Jan 08 2020 Brian C. Lane <bcl@redhat.com> 28.14.38-1
|
||||
- composer-cli: Increase DELETE timeout to 120s (bcl)
|
||||
Resolves: rhbz#1788461
|
||||
- Add test for running composer with --no-system-repos option (jikortus)
|
||||
Related: rhbz#1785154
|
||||
|
||||
* Fri Dec 13 2019 Brian C. Lane <bcl@redhat.com> 28.14.37-1
|
||||
- composer-cli: Add python3-pytoml to composer-cli requirements (bcl)
|
||||
Related: rhbz#1779301
|
||||
- composer-cli: Remove unneeded % from API WARNING message (bcl)
|
||||
Related: rhbz#1779301
|
||||
- Use mkisofs for the s390 live-iso template (bcl)
|
||||
Related: rhbz#1746424
|
||||
|
||||
* Tue Dec 10 2019 Brian C. Lane <bcl@redhat.com> 28.14.36-1
|
||||
- composer-cli: Only display the available compose types (bcl)
|
||||
Related: rhbz#1751998
|
||||
- composer-cli: Return int from handle_api_result not bool (bcl)
|
||||
Related: rhbz#1779301
|
||||
- Add support for API v1 commands upload, and providers (bcl)
|
||||
Resolves: rhbz#1779301
|
||||
|
||||
* Mon Dec 02 2019 Brian C. Lane <bcl@redhat.com> 28.14.35-1
|
||||
- tests: If TEST_OS isn't specified then match the host OS (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- tests: enable compose_ext4 test to use CDN repos (jrusz)
|
||||
Related: rhbz#1777265
|
||||
- Add more lines to .gitignore (jrusz)
|
||||
Related: rhbz#1777265
|
||||
- Remove all repo files & install composer-cli from host repos (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- Always remove lorax-composer & composer-cli RPMs before installing them (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- Always remove existing VM image before building new one (atodorov)
|
||||
Related: rhbz#1769525
|
||||
|
||||
* Mon Nov 18 2019 Brian C. Lane <bcl@redhat.com> 28.14.34-1
|
||||
- lorax-composer: Add cloud-init support to the vhd image (bcl)
|
||||
Resolves: rhbz#1754711
|
||||
- Add dmidecode on supported architectures (bcl)
|
||||
Related: rhbz#1714793
|
||||
|
||||
* Mon Nov 11 2019 Brian C. Lane <bcl@redhat.com> 28.14.33-1
|
||||
- New lorax documentation - 28.14.33 (bcl)
|
||||
Related: rhbz#1761653
|
||||
- docs: Increase root filesystem to 2000 in rhel-minimal.ks (bcl)
|
||||
Resolves: rhbz#1730937
|
||||
- Update ppc64le isolabel to match x86_64 logic (bcl)
|
||||
Related: rhbz#1757338
|
||||
- set inst.stage2 for ppc64le image (dan)
|
||||
Related: rhbz#1757338
|
||||
- docs: Override macboot/nomacboot documentation (bcl)
|
||||
Resolves: rhbz#1761653
|
||||
- tests: Keep beakerlib repo on the VM for tests which need it (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- tests: unskip Qcow2 and Live-ISO scenarios (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- tests: Ensure failure if beakerlib results file not found (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- tests: Documentation updates (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- tests: Use host repositories for make vm (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- Remove unused make targets (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- DRY when setting up, running & parsing results for beakerlib tests (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- tests: Use journalctl -g to check for failed login (bcl)
|
||||
Related: rhbz#1769525
|
||||
- tests: Fix check_root_account when used with tar liveimg test (bcl)
|
||||
Related: rhbz#1769525
|
||||
- tests: Use the same asserts as before (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- tests: switch to using podman instead of docker (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- tests: Remove nested vm from tar liveimg kickstart test (bcl)
|
||||
Related: rhbz#1769525
|
||||
- tests: Use --http0.9 for curl ssh test (bcl)
|
||||
Related: rhbz#1769525
|
||||
- test: Boot the live-iso faster, and login using ssh key (bcl)
|
||||
Related: rhbz#1769525
|
||||
- tests: Split testing the image into a separate script (bcl)
|
||||
Related: rhbz#1769525
|
||||
- test: Split up the test class to allow booting other images (bcl)
|
||||
Related: rhbz#1769525
|
||||
- [tests] Collect compose logs after each build (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- [tests] Use a function to wait for compose to finish (jikortus)
|
||||
Related: rhbz#1769525
|
||||
- [tests] Use functions for starting and stopping lorax-composer (atodorov)
|
||||
Related: rhbz#1769525
|
||||
- tests: Add kickstart tar installation test (jikortus)
|
||||
Related: rhbz#1733975
|
||||
- tests: add option to disable kernel command line parameters check (jikortus)
|
||||
Related: rhbz#1733975
|
||||
- tests: Use a loop to wait for VM and sshd to start (bcl)
|
||||
Related: rhbz#1733975
|
||||
- tests: Drop an old bug reference (bcl) (bcl)
|
||||
|
||||
* Thu Oct 31 2019 Brian C. Lane <bcl@redhat.com> 28.14.32-1
|
||||
- tests: Add tests for recipe checking functions (bcl)
|
||||
Related: rhbz#1716596
|
||||
- lorax-composer: Add basic case check to check_recipe_dict (bcl)
|
||||
Related: rhbz#1716596
|
||||
- lorax-composer: Add basic recipe checker function (bcl)
|
||||
Resolves: rhbz#1716596
|
||||
- Add live iso support to s390 (bcl)
|
||||
Related: rhbz#1746424
|
||||
- Disable some compose types on other architectures (bcl)
|
||||
Resolves: rhbz#1751998
|
||||
- aarch64: Fix live-iso creation on aarch64 (bcl)
|
||||
Resolves: rhbz#1752002
|
||||
|
||||
* Mon Oct 21 2019 Brian C. Lane <bcl@redhat.com> 28.14.31-1
|
||||
- tests: Document Azure setup (atodorov) (atodorov)
|
||||
- tests: unskip Azure scenario (atodorov) (atodorov)
|
||||
- Support CI testing against a bots project PR (martin) (martin)
|
||||
- Makefile: Update bots target for moved GitHub project (sanne.raymaekers)
|
||||
- Skip azure, live-iso & qcow2 tests due to infra issues (atodorov)
|
||||
Related: rhbz#1724073
|
||||
- tests: Add check to make sure the compose actually finished (bcl)
|
||||
Related: rhbz#1724073
|
||||
- Backport Cockpit CI changes for RHEL 8 (atodorov)
|
||||
Related: rhbz#1724073
|
||||
- tests: Drop sort from compose types test (bcl)
|
||||
- New test: assert toml files in git workspace (atodorov)
|
||||
- Use passwd --status for locked root account check (jikortus)
|
||||
Related: rhbz#1728571
|
||||
|
||||
* Thu Jun 27 2019 Brian C. Lane <bcl@redhat.com> 28.14.30-1
|
||||
- New lorax documentation - 28.14.30 (bcl)
|
||||
Related: rhbz#1709594
|
||||
|
Loading…
Reference in New Issue
Block a user