Automatic commit of package [lorax] release [30.6-1].
Created by command: /usr/bin/tito tag
This commit is contained in:
parent
efaf2bf793
commit
59d8c91ae5
22
lorax.spec
22
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 30.5
|
Version: 30.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
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
|
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 12 2018 Brian C. Lane <bcl@redhat.com> 30.5-1
|
||||||
- Update depsolving with suggestions from dnf (#1636239) (bcl@redhat.com)
|
- Update depsolving with suggestions from dnf (#1636239) (bcl@redhat.com)
|
||||||
- Disable false context-manager pylint error (bcl@redhat.com)
|
- Disable false context-manager pylint error (bcl@redhat.com)
|
||||||
|
@ -1 +1 @@
|
|||||||
30.5-1 ./
|
30.6-1 ./
|
||||||
|
Loading…
Reference in New Issue
Block a user