- Use BOOTAA64.efi for AARCH64 bootloader filename (#1080113) (bcl@redhat.com)

- Stop removing curl after adding it (bcl@redhat.com)
- move image-minimizer to lorax (#1082642) (bcl@redhat.com)
- support ppc64le in lorax (hamzy@us.ibm.com)
This commit is contained in:
Brian C. Lane 2014-04-02 17:17:21 -07:00
parent f4e8e4a8da
commit 5ed738df41
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/lorax-21.4.tar.gz
/lorax-21.5.tar.gz
/lorax-21.6.tar.gz
/lorax-21.7.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 21.6
Version: 21.7
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -60,6 +60,9 @@ Requires: grub2-tools
Requires: openssh
%endif
# Moved image-minimizer tool to lorax
Provides: appliance-tools-minimizer
%description
Lorax is a tool for creating the anaconda install images.
@ -85,6 +88,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_sbindir}/lorax
%{_sbindir}/mkefiboot
%{_sbindir}/livemedia-creator
%{_bindir}/image-minimizer
%dir %{_sysconfdir}/lorax
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
%dir %{_datadir}/lorax
@ -92,6 +96,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Wed Apr 02 2014 Brian C. Lane <bcl@redhat.com> 21.7-1
- Use BOOTAA64.efi for AARCH64 bootloader filename (#1080113) (bcl@redhat.com)
- Stop removing curl after adding it (bcl@redhat.com)
- move image-minimizer to lorax (#1082642) (bcl@redhat.com)
- support ppc64le in lorax (hamzy@us.ibm.com)
* Wed Mar 26 2014 Brian C. Lane <bcl@redhat.com> 21.6-1
- Install bzip2 for liveimg tar.bz2 support (bcl@redhat.com)
- Remove obsolete firstaidkit packages (#1076237) (bcl@redhat.com)

View File

@ -1 +1 @@
876be42640cc138bd84e5f08b534c7e1 lorax-21.6.tar.gz
81565963f299754b510d99c7cb6e5347 lorax-21.7.tar.gz