- composer-cli: Make start-ostree parent and ref optional (bcl@redhat.com)
- composer-cli: Add a get_arg function (bcl@redhat.com) - Set BACKEND=osbuild-composer if running that test scenario (atodorov@redhat.com) - tests: Don't check info after compose cancel with osbuild-composer (atodorov@redhat.com) - tests: Compare blueprints as TOML objects, not strings (atodorov@redhat.com) - tests: Remove lorax-composer specific checks (atodorov@redhat.com) - tests: Remove compose after we're done (atodorov@redhat.com) - tests: don't use beakerlib in blueprint (lars@karlitski.net) - tests: don't depend on internal state of composer (lars@karlitski.net) - tests: Do not rely on example blueprints (atodorov@redhat.com) - tests: Special case compose types for osbuild-composer (atodorov@redhat.com) - tests: Don't check example blueprints if we don't have to (atodorov@redhat.com) - tests: Use BACKEND env variable instead of hard-coded values (atodorov@redhat.com) - tests: Disable non-cli test scenarios b/c osbuild-composer (atodorov@redhat.com)
This commit is contained in:
parent
a19e11afc2
commit
3d6e26328e
1
.gitignore
vendored
1
.gitignore
vendored
@ -183,3 +183,4 @@
|
|||||||
/lorax-33.5.tar.gz
|
/lorax-33.5.tar.gz
|
||||||
/lorax-33.6.tar.gz
|
/lorax-33.6.tar.gz
|
||||||
/lorax-33.7.tar.gz
|
/lorax-33.7.tar.gz
|
||||||
|
/lorax-33.8.tar.gz
|
||||||
|
18
lorax.spec
18
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 33.7
|
Version: 33.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -268,6 +268,22 @@ 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
|
||||||
|
* Thu Jul 23 2020 Brian C. Lane <bcl@redhat.com> 33.8-1
|
||||||
|
- composer-cli: Make start-ostree parent and ref optional (bcl@redhat.com)
|
||||||
|
- composer-cli: Add a get_arg function (bcl@redhat.com)
|
||||||
|
- Set BACKEND=osbuild-composer if running that test scenario (atodorov@redhat.com)
|
||||||
|
- tests: Don't check info after compose cancel with osbuild-composer (atodorov@redhat.com)
|
||||||
|
- tests: Compare blueprints as TOML objects, not strings (atodorov@redhat.com)
|
||||||
|
- tests: Remove lorax-composer specific checks (atodorov@redhat.com)
|
||||||
|
- tests: Remove compose after we're done (atodorov@redhat.com)
|
||||||
|
- tests: don't use beakerlib in blueprint (lars@karlitski.net)
|
||||||
|
- tests: don't depend on internal state of composer (lars@karlitski.net)
|
||||||
|
- tests: Do not rely on example blueprints (atodorov@redhat.com)
|
||||||
|
- tests: Special case compose types for osbuild-composer (atodorov@redhat.com)
|
||||||
|
- tests: Don't check example blueprints if we don't have to (atodorov@redhat.com)
|
||||||
|
- tests: Use BACKEND env variable instead of hard-coded values (atodorov@redhat.com)
|
||||||
|
- tests: Disable non-cli test scenarios b/c osbuild-composer (atodorov@redhat.com)
|
||||||
|
|
||||||
* Mon Jul 20 2020 Brian C. Lane <bcl@redhat.com> 33.7-1
|
* Mon Jul 20 2020 Brian C. Lane <bcl@redhat.com> 33.7-1
|
||||||
- Add log entry about dracut and /proc (bcl@redhat.com)
|
- Add log entry about dracut and /proc (bcl@redhat.com)
|
||||||
- Skip creating empty /proc/modules for dracut (bcl@redhat.com)
|
- Skip creating empty /proc/modules for dracut (bcl@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-33.7.tar.gz) = bd462a1edeab9910f1cf28ee40cda806cedad7df8a13c907f80130b8608799b2f21f9a14b15fafffa05bfbf395ce6f25e47b8b54c58180a7b59276e607bf851f
|
SHA512 (lorax-33.8.tar.gz) = 2f91e988edc604fc589ea7c76f24f4e7bc41b48aae6f5483d992db03d7b6b8eaeb011a65a479e6e8fdc80b31997b7af0e097f3fe6def33a10201cbf3b5e9edc3
|
||||||
|
Loading…
Reference in New Issue
Block a user