Automatic commit of package [lorax] release [30.6-1].

Created by command:

/usr/bin/tito tag
This commit is contained in:
Brian C. Lane 2018-10-29 16:07:41 -07:00
parent efaf2bf793
commit 59d8c91ae5
2 changed files with 22 additions and 2 deletions

View File

@ -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)

View File

@ -1 +1 @@
30.5-1 ./
30.6-1 ./