- mkksiso: Check the length of the filenames (bcl@redhat.com)
- mkksiso: Check the iso's arch against the host's (bcl@redhat.com) - mkksiso: Add missing implantisomd5 tool requirements (bcl@redhat.com) - mkksiso: Raise error if no volume id is found (bcl@redhat.com) - mount: Add s390x support to IsoMountopoint (bcl@redhat.com) - mkksiso: Skip mkefiboot for non-UEFI isos (bcl@redhat.com) - mkksiso: Add -joliet-long (bcl@redhat.com) - mkksiso: Return 1 on errors (bcl@redhat.com) - Fix monitor problem with split UTF8 characters (bcl@redhat.com)
This commit is contained in:
parent
32ec53c728
commit
e09af46026
1
.gitignore
vendored
1
.gitignore
vendored
@ -206,3 +206,4 @@
|
|||||||
/lorax-36.0.tar.gz
|
/lorax-36.0.tar.gz
|
||||||
/lorax-36.1.tar.gz
|
/lorax-36.1.tar.gz
|
||||||
/lorax-36.2.tar.gz
|
/lorax-36.2.tar.gz
|
||||||
|
/lorax-36.3.tar.gz
|
||||||
|
13
lorax.spec
13
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 36.2
|
Version: 36.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -175,6 +175,17 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 09 2021 Brian C. Lane <bcl@redhat.com> 36.3-1
|
||||||
|
- mkksiso: Check the length of the filenames (bcl@redhat.com)
|
||||||
|
- mkksiso: Check the iso's arch against the host's (bcl@redhat.com)
|
||||||
|
- mkksiso: Add missing implantisomd5 tool requirements (bcl@redhat.com)
|
||||||
|
- mkksiso: Raise error if no volume id is found (bcl@redhat.com)
|
||||||
|
- mount: Add s390x support to IsoMountopoint (bcl@redhat.com)
|
||||||
|
- mkksiso: Skip mkefiboot for non-UEFI isos (bcl@redhat.com)
|
||||||
|
- mkksiso: Add -joliet-long (bcl@redhat.com)
|
||||||
|
- mkksiso: Return 1 on errors (bcl@redhat.com)
|
||||||
|
- Fix monitor problem with split UTF8 characters (bcl@redhat.com)
|
||||||
|
|
||||||
* Wed Nov 10 2021 Brian C. Lane <bcl@redhat.com> 36.2-1
|
* Wed Nov 10 2021 Brian C. Lane <bcl@redhat.com> 36.2-1
|
||||||
- Remove memtest86+ from example kickstarts (bcl@redhat.com)
|
- Remove memtest86+ from example kickstarts (bcl@redhat.com)
|
||||||
- fedora-livemedia: Update example kickstart (bcl@redhat.com)
|
- fedora-livemedia: Update example kickstart (bcl@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-36.2.tar.gz) = 8f71f8001513c3da834bbfbc3bd71865754b175b3565d4dd1fb286fb5dbad1d0d6fb0590fe79f46fa3e257288f772d68c772947f0a92302eb36c6a151568b1c2
|
SHA512 (lorax-36.3.tar.gz) = aab93d4fbc2b1df201af1c1e2a6ea390805c3830c682cbe9c3b95603fc8686baddcdf9a3e23e42dbec690ea07b5832f84ebf8648b63432dfe74ae8c6803358c5
|
||||||
|
Loading…
Reference in New Issue
Block a user