- tests: Update openssh-server to v8.* (bcl@redhat.com)
- New lorax documentation - 31.4 (bcl@redhat.com) - Change customizations.firewall to append items instead of replace (bcl@redhat.com) - Update customizations.services documentation (bcl@redhat.com) - lorax-composer: Add services support to blueprints (bcl@redhat.com) - Add rpmfluff temporarily (bcl@redhat.com) - lorax-composer: Add firewall support to blueprints (bcl@redhat.com) - lorax-composer: Add locale support to blueprints (bcl@redhat.com) - lorax-composer: Fix customizations when creating a recipe (bcl@redhat.com) - Update docs for new timezone section (bcl@redhat.com) - lorax-composer: Add timezone support to blueprint (bcl@redhat.com) - Proposal for adding to the blueprint customizations (bcl@redhat.com) - Add test for starting compose with deleted blueprint (jikortus@redhat.com) - Update VMware info for VMware testing (chrobert@redhat.com) - tests: Cleanup on failure of in_tempdir (bcl@redhat.com) - Change [[modules]] to [[packages]] in tests (atodorov@redhat.com) - Add new test to verify compose paths exist (atodorov@redhat.com) - Add new sanity tests for blueprints (atodorov@redhat.com) - Fixes for locked root account test (jikortus@redhat.com)
This commit is contained in:
parent
44cfccc46b
commit
30026570e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -160,3 +160,4 @@
|
||||
/lorax-31.1.tar.gz
|
||||
/lorax-31.2.tar.gz
|
||||
/lorax-31.3.tar.gz
|
||||
/lorax-31.4.tar.gz
|
||||
|
23
lorax.spec
23
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 31.3
|
||||
Version: 31.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -240,6 +240,27 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* Thu May 02 2019 Brian C. Lane <bcl@redhat.com> 31.4-1
|
||||
- tests: Update openssh-server to v8.* (bcl@redhat.com)
|
||||
- New lorax documentation - 31.4 (bcl@redhat.com)
|
||||
- Change customizations.firewall to append items instead of replace (bcl@redhat.com)
|
||||
- Update customizations.services documentation (bcl@redhat.com)
|
||||
- lorax-composer: Add services support to blueprints (bcl@redhat.com)
|
||||
- Add rpmfluff temporarily (bcl@redhat.com)
|
||||
- lorax-composer: Add firewall support to blueprints (bcl@redhat.com)
|
||||
- lorax-composer: Add locale support to blueprints (bcl@redhat.com)
|
||||
- lorax-composer: Fix customizations when creating a recipe (bcl@redhat.com)
|
||||
- Update docs for new timezone section (bcl@redhat.com)
|
||||
- lorax-composer: Add timezone support to blueprint (bcl@redhat.com)
|
||||
- Proposal for adding to the blueprint customizations (bcl@redhat.com)
|
||||
- Add test for starting compose with deleted blueprint (jikortus@redhat.com)
|
||||
- Update VMware info for VMware testing (chrobert@redhat.com)
|
||||
- tests: Cleanup on failure of in_tempdir (bcl@redhat.com)
|
||||
- Change [[modules]] to [[packages]] in tests (atodorov@redhat.com)
|
||||
- Add new test to verify compose paths exist (atodorov@redhat.com)
|
||||
- Add new sanity tests for blueprints (atodorov@redhat.com)
|
||||
- Fixes for locked root account test (jikortus@redhat.com)
|
||||
|
||||
* 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)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-31.3.tar.gz) = 3aa1f1464d88d7a5827a50b68fd2bc40e237062f747330fd8535e743670f45ffa99793c5cf9141aecfd57c2d59fb122a7d8d92a5a646e61cc3e768deb4cdd5df
|
||||
SHA512 (lorax-31.4.tar.gz) = 8bc4d5fbe1aff0101026ed67a6b42611bee70ba1be7b955686322d9fddbef5afe607008df64c2c1bd8e24ac102b00d15ebbcc583e095b312f5cdb4d9326e1604
|
||||
|
Loading…
Reference in New Issue
Block a user