- Add an openstack image type (bcl@redhat.com)
- Add cloud-init to vhd images. (dshea@redhat.com) - Replace /etc/machine-id with an empty file (dshea@redhat.com)
This commit is contained in:
parent
3e0806e6df
commit
d57e0f08ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -144,3 +144,4 @@
|
||||
/lorax-30.1.tar.gz
|
||||
/lorax-30.2.tar.gz
|
||||
/lorax-30.3.tar.gz
|
||||
/lorax-30.4.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 30.3
|
||||
Version: 30.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -230,6 +230,11 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||
|
||||
%changelog
|
||||
* Tue Oct 09 2018 Brian C. Lane <bcl@redhat.com> 30.4-1
|
||||
- Add an openstack image type (bcl@redhat.com)
|
||||
- Add cloud-init to vhd images. (dshea@redhat.com)
|
||||
- Replace /etc/machine-id with an empty file (dshea@redhat.com)
|
||||
|
||||
* Mon Oct 08 2018 Brian C. Lane <bcl@redhat.com> 30.3-1
|
||||
- Update cli tests to use composer-cli name (bcl@redhat.com)
|
||||
- Revert "Rename composer-cli to composer" (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-30.3.tar.gz) = 24d48498ecdbfec354e1e8009de4e46a236cd184be28336b27cde4b4acbbfb1e6e8c4d155ee5ed0a5fa81207f4770707bc27c78dd45d5a1bfaea052c6cb834da
|
||||
SHA512 (lorax-30.4.tar.gz) = de345f1241400fecae7331c8294091c6b7f8e29fd07ec94428b24b92aaf23cdfc7e864fbcc6ea7c5fd2dffe03e91a514672d6a964107d93a7a285849311985df
|
||||
|
Loading…
Reference in New Issue
Block a user