- Add --add-template{,-var} (walters@verbum.org)

- runtime-install: Add rpm-ostree, move dnf here (walters@verbum.org)
- Update copyright statements (bcl@redhat.com)
- livemedia-creator: Cleanup docstrings (bcl@redhat.com)
- livemedia-creator: Cleanup some style issues (bcl@redhat.com)
- Cleanup other misc pylint warnings (bcl@redhat.com)
- Cleanup pylorax pylint warnings (bcl@redhat.com)
- Add pylint testing (bcl@redhat.com)
- Require uboot-tools when running on arm (dennis@ausil.us)
- Obsolete appliance-tools-minimizer (#1084110) (bcl@redhat.com)
- livemedia-creator: Copy fsimage if hardlink fails (bcl@redhat.com)
- Turn on debug output for mkefiboot (bcl@redhat.com)
- Clean up download and install output (bcl@redhat.com)
- Install specific lohit fonts instead of all of them (#1090390)
  (bcl@redhat.com)
- Update grub2-efi.cfg for aarch64 to more closely match x86 (#1089418).
  (dmarlin@redhat.com)
- Install rdma so that dracut will use it along with libmlx4 (#1089564)
  (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2014-05-12 17:24:52 -07:00
parent 7fc00eb28f
commit ebd1882489
3 changed files with 25 additions and 6 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/lorax-21.7.tar.gz /lorax-21.7.tar.gz
/lorax-21.8.tar.gz /lorax-21.8.tar.gz
/lorax-21.9.tar.gz /lorax-21.9.tar.gz
/lorax-21.10.tar.gz

View File

@ -1,8 +1,8 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 21.9 Version: 21.10
Release: 2%{?dist} Release: 1%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
Group: Applications/System Group: Applications/System
@ -66,6 +66,7 @@ Requires: uboot-tools
# Moved image-minimizer tool to lorax # Moved image-minimizer tool to lorax
Provides: appliance-tools-minimizer Provides: appliance-tools-minimizer
Obsoletes: appliance-tools-minimizer < 007.7-3
%description %description
Lorax is a tool for creating the anaconda install images. Lorax is a tool for creating the anaconda install images.
@ -100,9 +101,26 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Sat Apr 26 2014 Dennis Gilmore <dennis@ausil.us> 21.9-2 * Mon May 12 2014 Brian C. Lane <bcl@redhat.com> 21.10-1
- Require uboot-tools on arm arches so e can make u-boot wrapped - Add --add-template{,-var} (walters@verbum.org)
- versions of the kernel and initramfs's - runtime-install: Add rpm-ostree, move dnf here (walters@verbum.org)
- Update copyright statements (bcl@redhat.com)
- livemedia-creator: Cleanup docstrings (bcl@redhat.com)
- livemedia-creator: Cleanup some style issues (bcl@redhat.com)
- Cleanup other misc pylint warnings (bcl@redhat.com)
- Cleanup pylorax pylint warnings (bcl@redhat.com)
- Add pylint testing (bcl@redhat.com)
- Require uboot-tools when running on arm (dennis@ausil.us)
- Obsolete appliance-tools-minimizer (#1084110) (bcl@redhat.com)
- livemedia-creator: Copy fsimage if hardlink fails (bcl@redhat.com)
- Turn on debug output for mkefiboot (bcl@redhat.com)
- Clean up download and install output (bcl@redhat.com)
- Install specific lohit fonts instead of all of them (#1090390)
(bcl@redhat.com)
- Update grub2-efi.cfg for aarch64 to more closely match x86 (#1089418).
(dmarlin@redhat.com)
- Install rdma so that dracut will use it along with libmlx4 (#1089564)
(bcl@redhat.com)
* Tue Apr 15 2014 Brian C. Lane <bcl@redhat.com> 21.9-1 * Tue Apr 15 2014 Brian C. Lane <bcl@redhat.com> 21.9-1
- Update syslinux 6.02 support for noarch change (bcl@redhat.com) - Update syslinux 6.02 support for noarch change (bcl@redhat.com)

View File

@ -1 +1 @@
3470c052236a242f0f0a6a9ab5a4eec5 lorax-21.9.tar.gz a0a17a64dd9e768863269ae4a9fb5557 lorax-21.10.tar.gz