- New lorax documentation - 31.7 (bcl@redhat.com)
- Update qemu arguments to work correctly with nographic (bcl@redhat.com) - Switch to new toml library (bcl@redhat.com) - composer-cli: Update diff support for customizations and repos.git (bcl@redhat.com) - Add support for customizations and repos.git to /blueprints/diff/ (bcl@redhat.com) - tests: Update custom-base with customizations (bcl@redhat.com) - Move the v0 API documentation into the functions (bcl@redhat.com) - Update the /api/v0/ route handling to use the flask_blueprints Blueprint class (bcl@redhat.com) - Extend Flask Blueprint class to allow skipping routes (bcl@redhat.com) - Remove PR template (atodorov@redhat.com) - Increase retry count/sleep times when waiting for lorax to start (atodorov@redhat.com) - Revert "remove the check for qemu-kvm" (atodorov@redhat.com) - Revert "remove the check for /usr/bin/docker in the setup phase" (atodorov@redhat.com) - [tests] Define unbound variables in test scripts (atodorov@redhat.com) - [tests] Handle blueprints in setup_tests/teardown_tests correctly (atodorov@redhat.com) - [tests] grep|cut for IP address in a more robust way (atodorov@redhat.com) - Remove quotes around file test in make vm (atodorov@redhat.com) - test: Don't wait on --sit when test succeeds (lars@karlitski.net) - Monkey-patch beakerlib to fail on first assert (lars@karlitski.net) - test_cli.sh: Return beakerlib's exit code (lars@karlitski.net) - Don't send CORS headers (lars@karlitski.net) - tests: Set BLUEPRINTS_DIR in all cases (lars@karlitski.net) - tests: Fail on script errors (lars@karlitski.net) - Add API integration test (lars@karlitski.net) - composer: Set up a custom HTTP error handler (lars@karlitski.net) - Split live-iso and qcow2 and update test scenario execution (atodorov@redhat.com) - Configure $PACKAGE for beakerlib reports (atodorov@redhat.com) - Use cloud credentials during test if they exist (atodorov@redhat.com) - Don't execute compose/blueprint sanity tests in Travis CI (atodorov@redhat.com) - test: Add --list option to test/check* scripts (lars@karlitski.net) - test: Add --sit argument to check-* scripts (lars@karlitski.net) - test: Custom main() function (lars@karlitski.net) - Use ansible instead of awscli (jstodola@redhat.com) - Fix path to generic.prm (jstodola@redhat.com) - Update example fedora-livemedia.ks (bcl@redhat.com) - Update composer live-iso template (bcl@redhat.com) - test: Disable test_live_iso test (lars@karlitski.net) - tests: Source lib.sh from the right directory (lars@karlitski.net) - Revert "Add rpmfluff temporarily" (bcl@redhat.com) - tests: Update tmux version to 2.9a (bcl@redhat.com) - test: Install beakerlib on non-RHEL images (martin@piware.de) - tests: Fail immediately when image build fails (lars@karlitski.net) - test: Install beakerlib wehn running on rhel (lars@karlitski.net) - test: Generalize fs resizing in vm.install (lars@karlitski.net) - tests: Re-enable kvm (lars@karlitski.net) - test: Fix vm.install to be idempotent (lars@karlitski.net) - tests: Don't depend on kvm for tar and qcow2 tests (lars@karlitski.net) - test_compose_tar: Work around selinux policy change (lars@karlitski.net) - test_compose_tar: Be less verbose (lars@karlitski.net) - test_compose_tar: Fix docker test (lars@karlitski.net) - tests: Extract images to /var/tmp, not /tmp (lars@karlitski.net) - Use Cockpit's test images and infrastructure (lars@karlitski.net) - pylint: Remove unused false positive (lars@karlitski.net)
This commit is contained in:
parent
2c36b44e08
commit
59d867061c
1
.gitignore
vendored
1
.gitignore
vendored
@ -163,3 +163,4 @@
|
|||||||
/lorax-31.4.tar.gz
|
/lorax-31.4.tar.gz
|
||||||
/lorax-31.5.tar.gz
|
/lorax-31.5.tar.gz
|
||||||
/lorax-31.6.tar.gz
|
/lorax-31.6.tar.gz
|
||||||
|
/lorax-31.7.tar.gz
|
||||||
|
61
lorax.spec
61
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 31.6
|
Version: 31.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -132,14 +132,14 @@ Lorax templates for creating the boot.iso and live isos are placed in
|
|||||||
%package composer
|
%package composer
|
||||||
Summary: Lorax Image Composer API Server
|
Summary: Lorax Image Composer API Server
|
||||||
# For Sphinx documentation build
|
# For Sphinx documentation build
|
||||||
BuildRequires: python3-flask python3-gobject libgit2-glib python3-pytoml python3-semantic_version
|
BuildRequires: python3-flask python3-gobject libgit2-glib python3-toml python3-semantic_version
|
||||||
|
|
||||||
Requires: lorax = %{version}-%{release}
|
Requires: lorax = %{version}-%{release}
|
||||||
Requires(pre): /usr/bin/getent
|
Requires(pre): /usr/bin/getent
|
||||||
Requires(pre): /usr/sbin/groupadd
|
Requires(pre): /usr/sbin/groupadd
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
|
|
||||||
Requires: python3-pytoml
|
Requires: python3-toml
|
||||||
Requires: python3-semantic_version
|
Requires: python3-semantic_version
|
||||||
Requires: libgit2
|
Requires: libgit2
|
||||||
Requires: libgit2-glib
|
Requires: libgit2-glib
|
||||||
@ -254,6 +254,61 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%{_mandir}/man1/composer-cli.1*
|
%{_mandir}/man1/composer-cli.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- Switch to new toml library (bcl@redhat.com)
|
||||||
|
- composer-cli: Update diff support for customizations and repos.git (bcl@redhat.com)
|
||||||
|
- Add support for customizations and repos.git to /blueprints/diff/ (bcl@redhat.com)
|
||||||
|
- tests: Update custom-base with customizations (bcl@redhat.com)
|
||||||
|
- Move the v0 API documentation into the functions (bcl@redhat.com)
|
||||||
|
- Update the /api/v0/ route handling to use the flask_blueprints Blueprint class (bcl@redhat.com)
|
||||||
|
- Extend Flask Blueprint class to allow skipping routes (bcl@redhat.com)
|
||||||
|
- Remove PR template (atodorov@redhat.com)
|
||||||
|
- Increase retry count/sleep times when waiting for lorax to start (atodorov@redhat.com)
|
||||||
|
- Revert "remove the check for qemu-kvm" (atodorov@redhat.com)
|
||||||
|
- Revert "remove the check for /usr/bin/docker in the setup phase" (atodorov@redhat.com)
|
||||||
|
- [tests] Define unbound variables in test scripts (atodorov@redhat.com)
|
||||||
|
- [tests] Handle blueprints in setup_tests/teardown_tests correctly (atodorov@redhat.com)
|
||||||
|
- [tests] grep|cut for IP address in a more robust way (atodorov@redhat.com)
|
||||||
|
- Remove quotes around file test in make vm (atodorov@redhat.com)
|
||||||
|
- test: Don't wait on --sit when test succeeds (lars@karlitski.net)
|
||||||
|
- Monkey-patch beakerlib to fail on first assert (lars@karlitski.net)
|
||||||
|
- test_cli.sh: Return beakerlib's exit code (lars@karlitski.net)
|
||||||
|
- Don't send CORS headers (lars@karlitski.net)
|
||||||
|
- tests: Set BLUEPRINTS_DIR in all cases (lars@karlitski.net)
|
||||||
|
- tests: Fail on script errors (lars@karlitski.net)
|
||||||
|
- Add API integration test (lars@karlitski.net)
|
||||||
|
- composer: Set up a custom HTTP error handler (lars@karlitski.net)
|
||||||
|
- Split live-iso and qcow2 and update test scenario execution (atodorov@redhat.com)
|
||||||
|
- Configure $PACKAGE for beakerlib reports (atodorov@redhat.com)
|
||||||
|
- Use cloud credentials during test if they exist (atodorov@redhat.com)
|
||||||
|
- Don't execute compose/blueprint sanity tests in Travis CI (atodorov@redhat.com)
|
||||||
|
- test: Add --list option to test/check* scripts (lars@karlitski.net)
|
||||||
|
- test: Add --sit argument to check-* scripts (lars@karlitski.net)
|
||||||
|
- test: Custom main() function (lars@karlitski.net)
|
||||||
|
- Use ansible instead of awscli (jstodola@redhat.com)
|
||||||
|
- Fix path to generic.prm (jstodola@redhat.com)
|
||||||
|
- Update example fedora-livemedia.ks (bcl@redhat.com)
|
||||||
|
- Update composer live-iso template (bcl@redhat.com)
|
||||||
|
- test: Disable test_live_iso test (lars@karlitski.net)
|
||||||
|
- tests: Source lib.sh from the right directory (lars@karlitski.net)
|
||||||
|
- Revert "Add rpmfluff temporarily" (bcl@redhat.com)
|
||||||
|
- tests: Update tmux version to 2.9a (bcl@redhat.com)
|
||||||
|
- test: Install beakerlib on non-RHEL images (martin@piware.de)
|
||||||
|
- tests: Fail immediately when image build fails (lars@karlitski.net)
|
||||||
|
- test: Install beakerlib wehn running on rhel (lars@karlitski.net)
|
||||||
|
- test: Generalize fs resizing in vm.install (lars@karlitski.net)
|
||||||
|
- tests: Re-enable kvm (lars@karlitski.net)
|
||||||
|
- test: Fix vm.install to be idempotent (lars@karlitski.net)
|
||||||
|
- tests: Don't depend on kvm for tar and qcow2 tests (lars@karlitski.net)
|
||||||
|
- test_compose_tar: Work around selinux policy change (lars@karlitski.net)
|
||||||
|
- test_compose_tar: Be less verbose (lars@karlitski.net)
|
||||||
|
- test_compose_tar: Fix docker test (lars@karlitski.net)
|
||||||
|
- tests: Extract images to /var/tmp, not /tmp (lars@karlitski.net)
|
||||||
|
- Use Cockpit's test images and infrastructure (lars@karlitski.net)
|
||||||
|
- pylint: Remove unused false positive (lars@karlitski.net)
|
||||||
|
|
||||||
* Thu May 16 2019 Brian C. Lane <bcl@redhat.com> 31.6-1
|
* Thu May 16 2019 Brian C. Lane <bcl@redhat.com> 31.6-1
|
||||||
- Add kernel to ext4-filesystem template (bcl@redhat.com)
|
- Add kernel to ext4-filesystem template (bcl@redhat.com)
|
||||||
- Create a lorax-docs package with the html docs (bcl@redhat.com)
|
- Create a lorax-docs package with the html docs (bcl@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-31.6.tar.gz) = c9aeabe177a06d6d25ebbde1790ea090b01d33e69625b6b9e23dd746f8a3477538a908509567a6a1629691ef2a40ad0c10eb5ff1407ac2416a4915ee4fed81bc
|
SHA512 (lorax-31.7.tar.gz) = 65f738aeda9183b5d7006a1f92800557b9b3b8f1ce625cf65d022ba2e0506a653c29e54f2fa99399614bc7a49f3cb2d7255fe1188a072bceed64c6d8edb5aef4
|
||||||
|
Loading…
Reference in New Issue
Block a user