- Also search for pxeboot kernel and initrd pairs (hadess@hadess.net)
- Assert that RuntimeErrors have correct messages (egoode@redhat.com) - More descriptive error for a bad ref in repos.git (egoode@redhat.com) - Remove unused shell script (atodorov@redhat.com) - test: Output results for cockpit's log.html (lars@karlitski.net) - Do not generate journal.xml from beakerlib (atodorov@redhat.com) - tests: Add RUN_TESTS to Makefile so you can pass in targets (bcl@redhat.com) - tests: Add tests for recipe checking functions (bcl@redhat.com) - lorax-composer: Add basic case check to check_recipe_dict (bcl@redhat.com) - lorax-composer: Add basic recipe checker function (bcl@redhat.com) - Revert "test: Disable test_live_iso test" (lars@karlitski.net) - test: Fix test_blueprint_sanity (lars@karlitski.net) - tests: rpm now returns str, drop decode() call (bcl@redhat.com) - tests: Drop libgit2 install from koji (bcl@redhat.com)
This commit is contained in:
parent
59d867061c
commit
46be0b98e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -164,3 +164,4 @@
|
||||
/lorax-31.5.tar.gz
|
||||
/lorax-31.6.tar.gz
|
||||
/lorax-31.7.tar.gz
|
||||
/lorax-31.8.tar.gz
|
||||
|
18
lorax.spec
18
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 31.7
|
||||
Version: 31.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -254,6 +254,22 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 28 2019 Brian C. Lane <bcl@redhat.com> 31.8-1
|
||||
- Also search for pxeboot kernel and initrd pairs (hadess@hadess.net)
|
||||
- Assert that RuntimeErrors have correct messages (egoode@redhat.com)
|
||||
- More descriptive error for a bad ref in repos.git (egoode@redhat.com)
|
||||
- Remove unused shell script (atodorov@redhat.com)
|
||||
- test: Output results for cockpit's log.html (lars@karlitski.net)
|
||||
- Do not generate journal.xml from beakerlib (atodorov@redhat.com)
|
||||
- tests: Add RUN_TESTS to Makefile so you can pass in targets (bcl@redhat.com)
|
||||
- tests: Add tests for recipe checking functions (bcl@redhat.com)
|
||||
- lorax-composer: Add basic case check to check_recipe_dict (bcl@redhat.com)
|
||||
- lorax-composer: Add basic recipe checker function (bcl@redhat.com)
|
||||
- Revert "test: Disable test_live_iso test" (lars@karlitski.net)
|
||||
- test: Fix test_blueprint_sanity (lars@karlitski.net)
|
||||
- tests: rpm now returns str, drop decode() call (bcl@redhat.com)
|
||||
- tests: Drop libgit2 install from koji (bcl@redhat.com)
|
||||
|
||||
* Tue Jun 18 2019 Brian C. Lane <bcl@redhat.com> 31.7-1
|
||||
- New lorax documentation - 31.7 (bcl@redhat.com)
|
||||
- Update qemu arguments to work correctly with nographic (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-31.7.tar.gz) = 65f738aeda9183b5d7006a1f92800557b9b3b8f1ce625cf65d022ba2e0506a653c29e54f2fa99399614bc7a49f3cb2d7255fe1188a072bceed64c6d8edb5aef4
|
||||
SHA512 (lorax-31.8.tar.gz) = 68f7d5a203045baa62a01ed33da6814ae3be4caa410adfc2d2f962a87d9a17468621f772581768ff0bfbcdb3e8bc9f5e73c3a238cbaf1e9e0a94ab9d98461187
|
||||
|
Loading…
Reference in New Issue
Block a user