import lorax-28.14.49-1.el8

This commit is contained in:
CentOS Sources 2020-07-28 02:15:36 -04:00 committed by Stepan Oksanichenko
parent 5053e5136e
commit b9b08fe69c
3 changed files with 123 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lorax-28.14.37.tar.gz
SOURCES/lorax-28.14.49.tar.gz

View File

@ -1 +1 @@
1d8218920bb907f084370cb47aa04c26c4585983 SOURCES/lorax-28.14.37.tar.gz
2e70d9068f03888eaca9d18a15eb25b7da4d46ae SOURCES/lorax-28.14.49.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 28.14.37
Version: 28.14.49
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -114,6 +114,7 @@ Summary: livemedia-creator no-virt dependencies
Requires: lorax = %{version}-%{release}
Requires: anaconda-core
Requires: anaconda-tui
Requires: anaconda-install-env-deps
Requires: system-logos
%description lmc-novirt
@ -252,6 +253,125 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%{_sysconfdir}/bash_completion.d/composer-cli
%changelog
* Thu Jun 25 2020 Brian C. Lane <bcl@redhat.com> 28.14.49-1
- include generic.ins for s390 boot iso (dan)
Related: rhbz#1844517
- Fix the bug referenced in the last build (bcl)
Resolves: rhbz#1848727
* Thu Jun 18 2020 Brian C. Lane <bcl@redhat.com> 28.14.48-1
- composer-cli: Disable retry counter on connection timeout (bcl)
Related: rhbz#1848727
- composer-cli: Change timeout to 5 minutes (bcl)
Resolves: rhbz#1848727
* Thu Jun 11 2020 Brian C. Lane <bcl@redhat.com> 28.14.47-1
- lorax-composer: Add deprecation notice to documentation (bcl)
Related: rhbz#1844649
- composer-cli: Add documentation for uploads and osbuild-composer (bcl)
Related: rhbz#1844649
- composer-cli: Remove the upload and providers commands (bcl)
Related: rhbz#1844649
- composer-cli: Return a better error with no value (bcl)
Related: rhbz#1844649
- tests: rhel8-branch uses nose not pytest (bcl)
Related: rhbz#1844649
- tests: Add tests for composer-cli compose start JSON POST (bcl)
Related: rhbz#1844649
- composer-cli: Update bash completion for start-ostree (bcl)
Related: rhbz#1844649
- composer-cli: Add new start-ostree command (bcl)
Resolves: rhbz#1844649
- composer-cli: Add support for --size to compose start (bcl)
Related: rhbz#1844649
- composer-cli: pytoml load() needs an open file not a string (bcl)
Resolves: rhbz#1843704
- test: Put VM image overlay into /var/tmp (martin) (martin)
Related: rhbz#1825190
* Mon Jun 01 2020 Brian C. Lane <bcl@redhat.com> 28.14.46-1
- Keep /etc/default/useradd in install.img (honza.stodola)
Resolves: rhbz#1838677
* Mon May 18 2020 Brian C. Lane <bcl@redhat.com> 28.14.45-1
- lmc-no-virt: Add requirement on anaconda-install-env-deps (bcl)
Resolves: rhbz#1827911
- Fix cherry-pick of extra multipath.conf line (bcl)
Related: rhbz#1676777
- Use smarter multipath detection logic. (dlehman)
Resolves: rhbz#1676777
* Tue May 05 2020 Brian C. Lane <bcl@redhat.com> 28.14.44-1
- rsyslog: Disable journal ratelimits during install (bcl)
Resolves: rhbz#1752754
- Update datastore for VMware testing (chrobert)
Related: rhbz#1825190
* Mon Apr 27 2020 Brian C. Lane <bcl@redhat.com> 28.14.43-1
- New lorax documentation - 28.14.43 (bcl)
Related: rhbz#1826479
- tests: Add tests for variant branding detection (bcl)
Related: rhbz#1826479
- lorax: Update how the release package is chosen (bcl)
Resolves: rhbz#1826479
- tests: Add tests for branding (bcl)
Related: rhbz#1826479
- Move get_dnf_base_object into a module (bcl)
Related: rhbz#1826479
- lorax: Add --skip-branding cmdline argument (bcl)
Resolves: rhbz#1826479
* 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