- tests: Use Fedora 36 for test-in-podman (bcl@redhat.com)
- Add include for architecture specific packages to example kickstarts (bcl@redhat.com) - templates: adjust for mellanox firmware split to subpackage (awilliam@redhat.com) - mkksiso: Fix s390x support (bcl@redhat.com) - spec: Don't require grub2 on x86-32 (bcl@redhat.com) - mkksiso: Remove use of os.path.join (bcl@redhat.com) - Makefile: Add mkksiso and image-minimizer to coverage report (bcl@redhat.com) - tests: Add tests for mkksiso (bcl@redhat.com) - mkksiso: Add kernel cmdline customization support (bcl@redhat.com) - mkksiso: Move kickstart to --ks KICKSTART (bcl@redhat.com) - mkksiso: Add helper functions for kernel cmdline modifications (bcl@redhat.com)
This commit is contained in:
parent
0dc57a017e
commit
45a8c06660
1
.gitignore
vendored
1
.gitignore
vendored
@ -219,3 +219,4 @@
|
||||
/lorax-37.3.tar.gz
|
||||
/lorax-37.4.tar.gz
|
||||
/lorax-37.5.tar.gz
|
||||
/lorax-37.6.tar.gz
|
||||
|
20
lorax.spec
20
lorax.spec
@ -3,8 +3,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 37.5
|
||||
Release: 2%{?dist}
|
||||
Version: 37.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
License: GPLv2+
|
||||
@ -61,7 +61,7 @@ Requires: hfsplus-tools
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifarch %{ix86} x86_64 ppc64le
|
||||
%ifarch x86_64 ppc64le
|
||||
Requires: grub2
|
||||
Requires: grub2-tools
|
||||
%endif
|
||||
@ -172,8 +172,18 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 37.5-2
|
||||
- Rebuilt for Python 3.11
|
||||
* Tue Jun 28 2022 Brian C. Lane <bcl@redhat.com> 37.6-1
|
||||
- tests: Use Fedora 36 for test-in-podman (bcl@redhat.com)
|
||||
- Add include for architecture specific packages to example kickstarts (bcl@redhat.com)
|
||||
- templates: adjust for mellanox firmware split to subpackage (awilliam@redhat.com)
|
||||
- mkksiso: Fix s390x support (bcl@redhat.com)
|
||||
- spec: Don't require grub2 on x86-32 (bcl@redhat.com)
|
||||
- mkksiso: Remove use of os.path.join (bcl@redhat.com)
|
||||
- Makefile: Add mkksiso and image-minimizer to coverage report (bcl@redhat.com)
|
||||
- tests: Add tests for mkksiso (bcl@redhat.com)
|
||||
- mkksiso: Add kernel cmdline customization support (bcl@redhat.com)
|
||||
- mkksiso: Move kickstart to --ks KICKSTART (bcl@redhat.com)
|
||||
- mkksiso: Add helper functions for kernel cmdline modifications (bcl@redhat.com)
|
||||
|
||||
* Fri Jun 03 2022 Brian C. Lane <bcl@redhat.com> 37.5-1
|
||||
- example ks: Drop syslinux and add grub2-tools package for livemedia (bcl@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-37.5.tar.gz) = 0545c2434058b4cfa984fe04788ac7f4130cd2f7174171b7936ddc9c3cb0beb6cafa720ffb864fae6635d30063675a8fac3eba191e4274b188e0c6d5a7e62cff
|
||||
SHA512 (lorax-37.6.tar.gz) = b7b34c01d33065e3221ca038c41a52dd5592d71cb613637d81cc4c7f8b2808d067d1d7ab273fb46271411ad8de1baff868adbaf799510c0fcc39c1dd7aa022fc
|
||||
|
Loading…
Reference in New Issue
Block a user