- Revert "lorax: Remove vmlinuz from install.img /boot" (bcl@redhat.com)
- composer-cli: Add osbuild-composer to connection failure message (bcl@redhat.com) - composer-cli: Update docs to mention osbuild-composer and debug options (bcl@redhat.com) - lorax-composer: Check compose/status for invalid characters (bcl@redhat.com) - lorax-composer: deleting an unknown workspace should return an error (bcl@redhat.com) - lorax-composer: Check for valid characters in the undo commit (bcl@redhat.com) - drop 32-bit support from ppc live image grub.cfg (dan@danny.cz) - mksquashfs: Catch errors with mksquashfs and report them (bcl@redhat.com)
This commit is contained in:
parent
28434447c6
commit
b33aa7d123
1
.gitignore
vendored
1
.gitignore
vendored
@ -179,3 +179,4 @@
|
||||
/lorax-33.1.tar.gz
|
||||
/lorax-33.2.tar.gz
|
||||
/lorax-33.3.tar.gz
|
||||
/lorax-33.4.tar.gz
|
||||
|
17
lorax.spec
17
lorax.spec
@ -3,8 +3,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 33.3
|
||||
Release: 2%{?dist}
|
||||
Version: 33.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
License: GPLv2+
|
||||
@ -41,7 +41,7 @@ Requires: xz-lzma-compat
|
||||
Requires: xz
|
||||
Requires: pigz
|
||||
Requires: pbzip2
|
||||
Requires: dracut >= 050
|
||||
Requires: dracut >= 030
|
||||
Requires: kpartx
|
||||
|
||||
# Python modules
|
||||
@ -267,8 +267,15 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
||||
%{_mandir}/man1/composer-cli.1*
|
||||
|
||||
%changelog
|
||||
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 33.3-2
|
||||
- Rebuilt for Python 3.9
|
||||
* Mon Jun 01 2020 Brian C. Lane <bcl@redhat.com> 33.4-1
|
||||
- Revert "lorax: Remove vmlinuz from install.img /boot" (bcl@redhat.com)
|
||||
- composer-cli: Add osbuild-composer to connection failure message (bcl@redhat.com)
|
||||
- composer-cli: Update docs to mention osbuild-composer and debug options (bcl@redhat.com)
|
||||
- lorax-composer: Check compose/status for invalid characters (bcl@redhat.com)
|
||||
- lorax-composer: deleting an unknown workspace should return an error (bcl@redhat.com)
|
||||
- lorax-composer: Check for valid characters in the undo commit (bcl@redhat.com)
|
||||
- drop 32-bit support from ppc live image grub.cfg (dan@danny.cz)
|
||||
- mksquashfs: Catch errors with mksquashfs and report them (bcl@redhat.com)
|
||||
|
||||
* Tue May 05 2020 Brian C. Lane <bcl@redhat.com> 33.3-1
|
||||
- Don't use f-string without interpolation (atodorov@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-33.3.tar.gz) = 47e506a9e9a3d07f805c80d3a84bd45a845a50dab5d67268b71d170da5b8f45668e34cb1bc903814c9747de02a8a881c71c0d2dce4152a5f07ef48dc238553f7
|
||||
SHA512 (lorax-33.4.tar.gz) = 5cbe5bfed31744e66d3536894a5f1a44046aed270adfad77c92b8204b74fa205fbac81926b9c5e922c23a10c8805851711f8e85c4cf27a07c6725a1e1935ca34
|
||||
|
Loading…
Reference in New Issue
Block a user