- New lorax documentation - 32.5 (bcl@redhat.com)
- tests: Use mock from unittest (bcl@redhat.com) - Add --dracut-conf cmdline argument to lorax and livemedia-creator (bcl@redhat.com) - Add tests for metapackages and package name globs (bcl@redhat.com) - executils: Drop bufsize=1 from execReadlines (bcl@redhat.com) - tests: unittest and pytest expect functions to start with test_ (bcl@redhat.com) - Update to_timeval usage to use format_iso8601 (bcl@redhat.com) - ltmpl: Update to use collections.abc (bcl@redhat.com) - test: Use pytest instead of nose (bcl@redhat.com) - tests: Check for cloud-init presence in azure image (jrusz@redhat.com) - tests: check for failed compose before trying to cancel (jrusz@redhat.com) - tests: Enable Elastic Network Adapter support for AWS (atodorov@redhat.com) - lorax-composer: Enable ami on aarch64 (bcl@redhat.com)
This commit is contained in:
parent
06edbcacd1
commit
001d47303a
1
.gitignore
vendored
1
.gitignore
vendored
@ -172,3 +172,4 @@
|
||||
/lorax-32.2.tar.gz
|
||||
/lorax-32.3.tar.gz
|
||||
/lorax-32.4.tar.gz
|
||||
/lorax-32.5.tar.gz
|
||||
|
17
lorax.spec
17
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 32.4
|
||||
Version: 32.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -263,6 +263,21 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 16 2020 Brian C. Lane <bcl@redhat.com> 32.5-1
|
||||
- New lorax documentation - 32.5 (bcl@redhat.com)
|
||||
- tests: Use mock from unittest (bcl@redhat.com)
|
||||
- Add --dracut-conf cmdline argument to lorax and livemedia-creator (bcl@redhat.com)
|
||||
- Add tests for metapackages and package name globs (bcl@redhat.com)
|
||||
- executils: Drop bufsize=1 from execReadlines (bcl@redhat.com)
|
||||
- tests: unittest and pytest expect functions to start with test_ (bcl@redhat.com)
|
||||
- Update to_timeval usage to use format_iso8601 (bcl@redhat.com)
|
||||
- ltmpl: Update to use collections.abc (bcl@redhat.com)
|
||||
- test: Use pytest instead of nose (bcl@redhat.com)
|
||||
- tests: Check for cloud-init presence in azure image (jrusz@redhat.com)
|
||||
- tests: check for failed compose before trying to cancel (jrusz@redhat.com)
|
||||
- tests: Enable Elastic Network Adapter support for AWS (atodorov@redhat.com)
|
||||
- lorax-composer: Enable ami on aarch64 (bcl@redhat.com)
|
||||
|
||||
* Fri Jan 10 2020 Brian C. Lane <bcl@redhat.com> 32.4-1
|
||||
- livemedia-creator: workaround glibc limitation when starting anaconda (dan@danny.cz)
|
||||
- AWS test: take into account different instance type for non x86 (atodorov@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-32.4.tar.gz) = 121b78a77e7d7624e382ae3171e8feb794ef8ad15fe3439ff208d9bba4e4ffaa072301ae7de9095dbe617e9463438bbb7e5b1ac7068b10d3fc6208e76879d403
|
||||
SHA512 (lorax-32.5.tar.gz) = 636a900451a0a46dfd17ab41c8255ab64a663afe4258e7dce2dce0de4e186e95dfd1b36039ea1c98f3db1f4c126e4da4b4dbf64d32a5a30035528e3b0141ed10
|
||||
|
Loading…
Reference in New Issue
Block a user