- 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:
parent
7fc00eb28f
commit
ebd1882489
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/lorax-21.7.tar.gz
|
||||
/lorax-21.8.tar.gz
|
||||
/lorax-21.9.tar.gz
|
||||
/lorax-21.10.tar.gz
|
||||
|
28
lorax.spec
28
lorax.spec
@ -1,8 +1,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 21.9
|
||||
Release: 2%{?dist}
|
||||
Version: 21.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
Group: Applications/System
|
||||
@ -66,6 +66,7 @@ Requires: uboot-tools
|
||||
|
||||
# Moved image-minimizer tool to lorax
|
||||
Provides: appliance-tools-minimizer
|
||||
Obsoletes: appliance-tools-minimizer < 007.7-3
|
||||
|
||||
%description
|
||||
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*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 26 2014 Dennis Gilmore <dennis@ausil.us> 21.9-2
|
||||
- Require uboot-tools on arm arches so e can make u-boot wrapped
|
||||
- versions of the kernel and initramfs's
|
||||
* Mon May 12 2014 Brian C. Lane <bcl@redhat.com> 21.10-1
|
||||
- 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)
|
||||
|
||||
* Tue Apr 15 2014 Brian C. Lane <bcl@redhat.com> 21.9-1
|
||||
- Update syslinux 6.02 support for noarch change (bcl@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user