- Update depsolving with suggestions from dnf (#1636239) (bcl@redhat.com)
- Disable false context-manager pylint error (bcl@redhat.com) - Fix directory creation for blueprints (bcl@redhat.com) - Update the tests for new make_dnf_dir arguments. (bcl@redhat.com) - Change make_dnf_dirs to be run as root (bcl@redhat.com) - Fix vhd images (vponcova@redhat.com)
This commit is contained in:
parent
d57e0f08ac
commit
6456a084d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -145,3 +145,4 @@
|
||||
/lorax-30.2.tar.gz
|
||||
/lorax-30.3.tar.gz
|
||||
/lorax-30.4.tar.gz
|
||||
/lorax-30.5.tar.gz
|
||||
|
10
lorax.spec
10
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 30.4
|
||||
Version: 30.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -230,6 +230,14 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_sysconfdir}/bash_completion.d/composer-cli
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- Fix directory creation for blueprints (bcl@redhat.com)
|
||||
- Update the tests for new make_dnf_dir arguments. (bcl@redhat.com)
|
||||
- Change make_dnf_dirs to be run as root (bcl@redhat.com)
|
||||
- Fix vhd images (vponcova@redhat.com)
|
||||
|
||||
* 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)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-30.4.tar.gz) = de345f1241400fecae7331c8294091c6b7f8e29fd07ec94428b24b92aaf23cdfc7e864fbcc6ea7c5fd2dffe03e91a514672d6a964107d93a7a285849311985df
|
||||
SHA512 (lorax-30.5.tar.gz) = e814717973687bf447a1587e3142c93d50f1698ab24ab099e2c7f28b738ad451a5a0cd3e526ebc3a90e0aaf9cb3c0e473472fb86eb223077414186fd548fe44a
|
||||
|
Loading…
Reference in New Issue
Block a user