- 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:
parent
2511e94be6
commit
863bf59c10
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
||||
/lorax-24.0.tar.gz
|
||||
/lorax-24.1.tar.gz
|
||||
/lorax-24.2.tar.gz
|
||||
/lorax-24.3.tar.gz
|
||||
|
19
lorax.spec
19
lorax.spec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user