- Report an error if the blueprint doesn't exist (bcl@redhat.com)
- cli: Clarify error message for unprivileged access (lars@karlitski.net) - Write a rootpw line if no root customizations in the blueprint (bcl@redhat.com)
This commit is contained in:
parent
a8de4ffe83
commit
261de08905
1
.gitignore
vendored
1
.gitignore
vendored
@ -141,3 +141,4 @@
|
||||
/lorax-29.14.tar.gz
|
||||
/lorax-29.15.tar.gz
|
||||
/lorax-30.0.tar.gz
|
||||
/lorax-30.1.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 30.0
|
||||
Version: 30.1
|
||||
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
|
||||
|
||||
%changelog
|
||||
* Wed Oct 03 2018 Brian C. Lane <bcl@redhat.com> 30.1-1
|
||||
- Report an error if the blueprint doesn't exist (bcl@redhat.com)
|
||||
- cli: Clarify error message for unprivileged access (lars@karlitski.net)
|
||||
- Write a rootpw line if no root customizations in the blueprint (bcl@redhat.com)
|
||||
|
||||
* Tue Oct 02 2018 Brian C. Lane <bcl@redhat.com> 30.0-1
|
||||
- Add beakerlib to Dockerfile.test (bcl@redhat.com)
|
||||
- Adjust the new templates for locked root (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-30.0.tar.gz) = 4a284ab77a10ae2f9c77f4497a3593716de8e11e4a95e217ace9a1ac213f173ac46ac2e1c73590e09e321af19d08d6c6b3da60e24db4b3f567df8c2b0853063f
|
||||
SHA512 (lorax-30.1.tar.gz) = b5c7b059a8a634911ce5c65b1d839197eac3f6b96862932520a34584132fd90adc3a8a70beae6034546ec371ac1f167bb6b559ced00cf87812d59ed4f2c7bce2
|
||||
|
Loading…
Reference in New Issue
Block a user