- Add -iso-level 3 when the install.img is > 4GiB (bcl@redhat.com)
- Correct "recipes" use to "blueprints" in composer-cli description (kwalker@redhat.com) - Fix keeping files on Amazon s3 (jstodola@redhat.com) - Allow to keep objects in AWS (jstodola@redhat.com) - Fix the google cloud boot console settings (dshea@redhat.com) - Add a compose type for alibaba. (dshea@redhat.com) - Add a new compose type for Hyper-V (dshea@redhat.com) - Add a compose check for google cloud images. (dshea@redhat.com) - Add a compose type for Google Compute Engine (dshea@redhat.com) - Add a new output type, tar-disk. (dshea@redhat.com) - Support compressing single files. (dshea@redhat.com) - Add an option to align the image size to a multiplier. (dshea@redhat.com)
This commit is contained in:
parent
febf664144
commit
44cfccc46b
1
.gitignore
vendored
1
.gitignore
vendored
@ -159,3 +159,4 @@
|
||||
/lorax-31.0.tar.gz
|
||||
/lorax-31.1.tar.gz
|
||||
/lorax-31.2.tar.gz
|
||||
/lorax-31.3.tar.gz
|
||||
|
18
lorax.spec
18
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 31.2
|
||||
Version: 31.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -157,7 +157,7 @@ Summary: A command line tool for use with the lorax-composer API server
|
||||
Requires: python3-urllib3
|
||||
|
||||
%description -n composer-cli
|
||||
A command line tool for use with the lorax-composer API server. Examine recipes,
|
||||
A command line tool for use with the lorax-composer API server. Examine blueprints,
|
||||
build images, etc. from the command line.
|
||||
|
||||
%prep
|
||||
@ -240,6 +240,20 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 05 2019 Brian C. Lane <bcl@redhat.com> 31.3-1
|
||||
- Add -iso-level 3 when the install.img is > 4GiB (bcl@redhat.com)
|
||||
- Correct "recipes" use to "blueprints" in composer-cli description (kwalker@redhat.com)
|
||||
- Fix keeping files on Amazon s3 (jstodola@redhat.com)
|
||||
- Allow to keep objects in AWS (jstodola@redhat.com)
|
||||
- Fix the google cloud boot console settings (dshea@redhat.com)
|
||||
- Add a compose type for alibaba. (dshea@redhat.com)
|
||||
- Add a new compose type for Hyper-V (dshea@redhat.com)
|
||||
- Add a compose check for google cloud images. (dshea@redhat.com)
|
||||
- Add a compose type for Google Compute Engine (dshea@redhat.com)
|
||||
- Add a new output type, tar-disk. (dshea@redhat.com)
|
||||
- Support compressing single files. (dshea@redhat.com)
|
||||
- Add an option to align the image size to a multiplier. (dshea@redhat.com)
|
||||
|
||||
* Mon Apr 01 2019 Brian C. Lane <bcl@redhat.com> 31.2-1
|
||||
- Add documentation references to lorax-composer service files (bcl@redhat.com)
|
||||
- Add more tests for gitrpm.py (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-31.2.tar.gz) = 909c3b30be2ef2d796b0cd5da685c7ca5a98c501b0e438d2dc9a7400a172a3986b88ab7ad4a4b8baa7a872fe060078c91f0cad46959596681a8d50c208234cb8
|
||||
SHA512 (lorax-31.3.tar.gz) = 3aa1f1464d88d7a5827a50b68fd2bc40e237062f747330fd8535e743670f45ffa99793c5cf9141aecfd57c2d59fb122a7d8d92a5a646e61cc3e768deb4cdd5df
|
||||
|
Loading…
Reference in New Issue
Block a user