- Do not let systemd-tmpfiles set up /etc on boot (dshea@redhat.com)

- Fix the concatenation of error output. (dshea@redhat.com)
- Add findmnt command (jkonecny@redhat.com)
- Reduce the size of macboot.img (#952747) (bcl@redhat.com)
- rsa1 keys are not supported any more by our openssh (dan@danny.cz)
- Look for crashes from the anaconda signal handler. (dshea@redhat.com)
- Include gdb in the boot.iso (dshea@redhat.com)
- Do not install weak deps in boot.iso (bcl@redhat.com)
- Require correct dnf version for API changes (bcl@redhat.com)
- Drop multiprocessing for do_transaction (#1208296) (bcl@redhat.com)
- Add a font that supports Urdu characters (#1004717) (bcl@redhat.com)
- livemedia-creator: Remove random-seed from images (#1258986) (bcl@redhat.com)
- Don't include early microcode in initramfs (#1258498) (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2015-10-06 15:02:25 -07:00
parent 2511e94be6
commit 863bf59c10
3 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -67,3 +67,4 @@
/lorax-24.0.tar.gz
/lorax-24.1.tar.gz
/lorax-24.2.tar.gz
/lorax-24.3.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 24.2
Version: 24.3
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -42,7 +42,7 @@ Requires: dracut >= 030
Requires: libselinux-python3
Requires: python3-mako
Requires: python3-kickstart
Requires: python3-dnf
Requires: python3-dnf >= 1.1.0
%if 0%{?fedora}
@ -132,6 +132,21 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files lmc-novirt
%changelog
* Tue Oct 06 2015 Brian C. Lane <bcl@redhat.com> 24.3-1
- Do not let systemd-tmpfiles set up /etc on boot (dshea@redhat.com)
- Fix the concatenation of error output. (dshea@redhat.com)
- Add findmnt command (jkonecny@redhat.com)
- Reduce the size of macboot.img (#952747) (bcl@redhat.com)
- rsa1 keys are not supported any more by our openssh (dan@danny.cz)
- Look for crashes from the anaconda signal handler. (dshea@redhat.com)
- Include gdb in the boot.iso (dshea@redhat.com)
- Do not install weak deps in boot.iso (bcl@redhat.com)
- Require correct dnf version for API changes (bcl@redhat.com)
- Drop multiprocessing for do_transaction (#1208296) (bcl@redhat.com)
- Add a font that supports Urdu characters (#1004717) (bcl@redhat.com)
- livemedia-creator: Remove random-seed from images (#1258986) (bcl@redhat.com)
- Don't include early microcode in initramfs (#1258498) (bcl@redhat.com)
* Mon Aug 31 2015 Brian C. Lane <bcl@redhat.com> 24.2-1
- drop fedup-dracut and friends (wwoods@redhat.com)
- don't build upgrade.img anymore (wwoods@redhat.com)

View File

@ -1 +1 @@
c5eb9051366fc9aaf7539d685a1a07a2 lorax-24.2.tar.gz
b882efe8b1d3990cd3755a9b80e99a9b lorax-24.3.tar.gz