- Add efi, product, and updates image paths to treeinfo (bcl@redhat.com)

- livemedia-creator: Update make-pxe-live to support missing initramfs
  (bcl@redhat.com)
- Rebuild initramfs if it is missing (bcl@redhat.com)
- Add a new error to the log monitor. (bcl@redhat.com)
- Fix DataHolder to handle hasattr (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2016-05-13 16:46:20 -07:00
parent 07cf13a48e
commit 6d411cb8e7
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -84,3 +84,4 @@
/lorax-25.3.tar.gz
/lorax-25.4.tar.gz
/lorax-25.5.tar.gz
/lorax-25.6.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 25.5
Version: 25.6
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -147,6 +147,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Fri May 13 2016 Brian C. Lane <bcl@redhat.com> 25.6-1
- Add efi, product, and updates image paths to treeinfo (bcl@redhat.com)
- livemedia-creator: Update make-pxe-live to support missing initramfs
(bcl@redhat.com)
- Rebuild initramfs if it is missing (bcl@redhat.com)
- Add a new error to the log monitor. (bcl@redhat.com)
- Fix DataHolder to handle hasattr (bcl@redhat.com)
* Fri Apr 29 2016 Brian C. Lane <bcl@redhat.com> 25.5-1
- Add example kickstart for Atomic PXE live no-virt (bcl@redhat.com)
- Update ostree boot handling (bcl@redhat.com)

View File

@ -1 +1 @@
a91ef4ae08f0b35ac62682b03846be20 lorax-25.5.tar.gz
8c6d8d4b558342f344f376fe1107586e lorax-25.6.tar.gz