- new test: build and deploy images on AWS (atodorov@redhat.com)
- Disable execution of new tests which need Docker privileged mode (atodorov@redhat.com) - New tests: build ext4-filesystem and partitioned-disk composes (atodorov@redhat.com) - Update tmux version in tests (atodorov@redhat.com) - Add tests for ltmpl.py (bcl@redhat.com) - Move get_dnf_base_object into a module (bcl@redhat.com) - New lorax documentation - 30.5 (bcl@redhat.com) - Build manpages for composer-cli and lorax-composer (bcl@redhat.com) - Add --squashfs-only option to drop inner rootfs.img layer (marmarek@invisiblethingslab.com) - Update php version to 7.3.* (bcl@redhat.com) - Update the projects tests to use DNF Repo object (bcl@redhat.com) - dnf changed the type of gpgkey to a tuple (bcl@redhat.com) - Install python3-librepo in the test container (bcl@redhat.com) - lorax: Log when SOURCE_DATE_EPOCH is used for the current time (bcl@redhat.com) - Drop non-determinism from default templates (marmarek@invisiblethingslab.com) - Use SOURCE_DATE_EPOCH for volumeid of efi boot image (marmarek@invisiblethingslab.com) - Preserve timestamps when building fs image (marmarek@invisiblethingslab.com) - Use SOURCE_DATE_EPOCH for metadata timestamps (marmarek@invisiblethingslab.com)
This commit is contained in:
parent
6456a084d2
commit
b15b4e3eaa
1
.gitignore
vendored
1
.gitignore
vendored
@ -146,3 +146,4 @@
|
||||
/lorax-30.3.tar.gz
|
||||
/lorax-30.4.tar.gz
|
||||
/lorax-30.5.tar.gz
|
||||
/lorax-30.6.tar.gz
|
||||
|
22
lorax.spec
22
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 30.5
|
||||
Version: 30.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -230,6 +230,26 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||
|
||||
%changelog
|
||||
* Mon Oct 29 2018 Brian C. Lane <bcl@redhat.com> 30.6-1
|
||||
- new test: build and deploy images on AWS (atodorov@redhat.com)
|
||||
- Disable execution of new tests which need Docker privileged mode (atodorov@redhat.com)
|
||||
- New tests: build ext4-filesystem and partitioned-disk composes (atodorov@redhat.com)
|
||||
- Update tmux version in tests (atodorov@redhat.com)
|
||||
- Add tests for ltmpl.py (bcl@redhat.com)
|
||||
- Move get_dnf_base_object into a module (bcl@redhat.com)
|
||||
- New lorax documentation - 30.5 (bcl@redhat.com)
|
||||
- Build manpages for composer-cli and lorax-composer (bcl@redhat.com)
|
||||
- Add --squashfs-only option to drop inner rootfs.img layer (marmarek@invisiblethingslab.com)
|
||||
- Update php version to 7.3.* (bcl@redhat.com)
|
||||
- Update the projects tests to use DNF Repo object (bcl@redhat.com)
|
||||
- dnf changed the type of gpgkey to a tuple (bcl@redhat.com)
|
||||
- Install python3-librepo in the test container (bcl@redhat.com)
|
||||
- lorax: Log when SOURCE_DATE_EPOCH is used for the current time (bcl@redhat.com)
|
||||
- Drop non-determinism from default templates (marmarek@invisiblethingslab.com)
|
||||
- Use SOURCE_DATE_EPOCH for volumeid of efi boot image (marmarek@invisiblethingslab.com)
|
||||
- Preserve timestamps when building fs image (marmarek@invisiblethingslab.com)
|
||||
- Use SOURCE_DATE_EPOCH for metadata timestamps (marmarek@invisiblethingslab.com)
|
||||
|
||||
* Fri Oct 12 2018 Brian C. Lane <bcl@redhat.com> 30.5-1
|
||||
- Update depsolving with suggestions from dnf (#1636239) (bcl@redhat.com)
|
||||
- Disable false context-manager pylint error (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-30.5.tar.gz) = e814717973687bf447a1587e3142c93d50f1698ab24ab099e2c7f28b738ad451a5a0cd3e526ebc3a90e0aaf9cb3c0e473472fb86eb223077414186fd548fe44a
|
||||
SHA512 (lorax-30.6.tar.gz) = 21ff5360590ea1182db258254f62813789534a8dde92eaf02c5943d8f7bd5fdbeeed2870be0fbc167d8fb92d277028583bf80ea4a149d918fa95875277c04620
|
||||
|
Loading…
Reference in New Issue
Block a user