- 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:
parent
f4e8e4a8da
commit
5ed738df41
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/lorax-21.4.tar.gz
|
/lorax-21.4.tar.gz
|
||||||
/lorax-21.5.tar.gz
|
/lorax-21.5.tar.gz
|
||||||
/lorax-21.6.tar.gz
|
/lorax-21.6.tar.gz
|
||||||
|
/lorax-21.7.tar.gz
|
||||||
|
12
lorax.spec
12
lorax.spec
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 21.6
|
Version: 21.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -60,6 +60,9 @@ Requires: grub2-tools
|
|||||||
Requires: openssh
|
Requires: openssh
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Moved image-minimizer tool to lorax
|
||||||
|
Provides: appliance-tools-minimizer
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lorax is a tool for creating the anaconda install images.
|
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}/lorax
|
||||||
%{_sbindir}/mkefiboot
|
%{_sbindir}/mkefiboot
|
||||||
%{_sbindir}/livemedia-creator
|
%{_sbindir}/livemedia-creator
|
||||||
|
%{_bindir}/image-minimizer
|
||||||
%dir %{_sysconfdir}/lorax
|
%dir %{_sysconfdir}/lorax
|
||||||
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
||||||
%dir %{_datadir}/lorax
|
%dir %{_datadir}/lorax
|
||||||
@ -92,6 +96,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 26 2014 Brian C. Lane <bcl@redhat.com> 21.6-1
|
||||||
- Install bzip2 for liveimg tar.bz2 support (bcl@redhat.com)
|
- Install bzip2 for liveimg tar.bz2 support (bcl@redhat.com)
|
||||||
- Remove obsolete firstaidkit packages (#1076237) (bcl@redhat.com)
|
- Remove obsolete firstaidkit packages (#1076237) (bcl@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user