- lorax: Remove vmlinuz from install.img /boot (bcl@redhat.com)
This commit is contained in:
parent
6c739f034e
commit
c542311ec4
1
.gitignore
vendored
1
.gitignore
vendored
@ -176,3 +176,4 @@
|
|||||||
/lorax-32.6.tar.gz
|
/lorax-32.6.tar.gz
|
||||||
/lorax-32.7.tar.gz
|
/lorax-32.7.tar.gz
|
||||||
/lorax-33.0.tar.gz
|
/lorax-33.0.tar.gz
|
||||||
|
/lorax-33.1.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 33.0
|
Version: 33.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ Requires: xz-lzma-compat
|
|||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: pigz
|
Requires: pigz
|
||||||
Requires: pbzip2
|
Requires: pbzip2
|
||||||
Requires: dracut >= 030
|
Requires: dracut >= 050
|
||||||
Requires: kpartx
|
Requires: kpartx
|
||||||
|
|
||||||
# Python modules
|
# Python modules
|
||||||
@ -266,6 +266,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
|
|||||||
%{_mandir}/man1/composer-cli.1*
|
%{_mandir}/man1/composer-cli.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 Brian C. Lane <bcl@redhat.com> 33.1-1
|
||||||
|
- lorax: Remove vmlinuz from install.img /boot (bcl@redhat.com)
|
||||||
|
|
||||||
* Fri Mar 20 2020 Brian C. Lane <bcl@redhat.com> 33.0-1
|
* Fri Mar 20 2020 Brian C. Lane <bcl@redhat.com> 33.0-1
|
||||||
- tests: Add tests for _install_branding with and without variant (bcl@redhat.com)
|
- tests: Add tests for _install_branding with and without variant (bcl@redhat.com)
|
||||||
- lorax: Update how the release package is chosen (bcl@redhat.com)
|
- lorax: Update how the release package is chosen (bcl@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-33.0.tar.gz) = 678cd871c284afb4718dfe85c2f7017a691940295bcc81af0b252ed155ad624f418691129d8c4458a6005c707c352576f6568d6e28b472db7cfb3b2717955c03
|
SHA512 (lorax-33.1.tar.gz) = 72cac990318e554c942f7b6c70b0bcba9c242d26168c14f078623019d80a186aecf909b3d802fe0b76e6667a1f21722e8d951a661c42210b9841fc3793a3e905
|
||||||
|
Loading…
Reference in New Issue
Block a user