- minimal.ks: Add include for architecture specific packages (bcl)
Related: rhbz#2051548 - livemedia.ks: Add include for architecture specific packages (bcl) Resolves: rhbz#2051548 - tests: Add tests for mkksiso (bcl) Related: rhbz#2037015 - mkksiso: Add kernel cmdline customization support (bcl) Resolves: rhbz#2037015 - mkksiso: Move kickstart to --ks KICKSTART (bcl) Related: rhbz#2037015 - mkksiso: Add helper functions for kernel cmdline modifications (bcl) Related: rhbz#2037015 - lorax.spec: Fix changelog order (bcl) Resolves: rhbz#1972099
This commit is contained in:
parent
3222ecb13b
commit
888a9a4720
1
.gitignore
vendored
1
.gitignore
vendored
@ -209,3 +209,4 @@
|
|||||||
/lorax-34.9.14.tar.gz
|
/lorax-34.9.14.tar.gz
|
||||||
/lorax-34.9.15.tar.gz
|
/lorax-34.9.15.tar.gz
|
||||||
/lorax-34.9.16.tar.gz
|
/lorax-34.9.16.tar.gz
|
||||||
|
/lorax-34.9.17.tar.gz
|
||||||
|
28
lorax.spec
28
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 34.9.16
|
Version: 34.9.17
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -185,6 +185,22 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2022 Brian C. Lane <bcl@redhat.com> 34.9.17-1
|
||||||
|
- minimal.ks: Add include for architecture specific packages (bcl)
|
||||||
|
Related: rhbz#2051548
|
||||||
|
- livemedia.ks: Add include for architecture specific packages (bcl)
|
||||||
|
Resolves: rhbz#2051548
|
||||||
|
- tests: Add tests for mkksiso (bcl)
|
||||||
|
Related: rhbz#2037015
|
||||||
|
- mkksiso: Add kernel cmdline customization support (bcl)
|
||||||
|
Resolves: rhbz#2037015
|
||||||
|
- mkksiso: Move kickstart to --ks KICKSTART (bcl)
|
||||||
|
Related: rhbz#2037015
|
||||||
|
- mkksiso: Add helper functions for kernel cmdline modifications (bcl)
|
||||||
|
Related: rhbz#2037015
|
||||||
|
- lorax.spec: Fix changelog order (bcl)
|
||||||
|
Resolves: rhbz#1972099
|
||||||
|
|
||||||
* Fri Jun 17 2022 Brian C. Lane <bcl@redhat.com> 34.9.16-1
|
* Fri Jun 17 2022 Brian C. Lane <bcl@redhat.com> 34.9.16-1
|
||||||
- Makefile: Add local-srpm target to create a .src.rpm from HEAD (bcl)
|
- Makefile: Add local-srpm target to create a .src.rpm from HEAD (bcl)
|
||||||
Related: rhbz#2088631
|
Related: rhbz#2088631
|
||||||
@ -348,6 +364,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
- Improve lmc no-virt error handling (bcl@redhat.com)
|
- Improve lmc no-virt error handling (bcl@redhat.com)
|
||||||
- lorax.spec: Drop GConf2 requirement (bcl@redhat.com)
|
- lorax.spec: Drop GConf2 requirement (bcl@redhat.com)
|
||||||
|
|
||||||
|
* Wed Dec 02 2020 Brian C. Lane <bcl@redhat.com> 34.3-4
|
||||||
|
- lorax.spec: Update for RHEL 9 Alpha changes (bcl@redhat.com)
|
||||||
|
- lorax: Strip ' from product cmdline argument (bcl@redhat.com)
|
||||||
|
- Change rootfs default size to 3GiB (sgallagh@redhat.com)
|
||||||
|
|
||||||
* Mon Nov 30 2020 Brian C. Lane <bcl@redhat.com> 34.5-1
|
* Mon Nov 30 2020 Brian C. Lane <bcl@redhat.com> 34.5-1
|
||||||
- Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi@redhat.com)
|
- Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi@redhat.com)
|
||||||
- Do not use '--loglevel' option when running Anaconda (vtrefny@redhat.com)
|
- Do not use '--loglevel' option when running Anaconda (vtrefny@redhat.com)
|
||||||
@ -361,11 +382,6 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
- sshd_config: Apply suggested changes (bcl@redhat.com)
|
- sshd_config: Apply suggested changes (bcl@redhat.com)
|
||||||
- lorax.spec: Add BuildRequires on systemd-rpm-macros for tmpfilesdir macro (bcl@redhat.com)
|
- lorax.spec: Add BuildRequires on systemd-rpm-macros for tmpfilesdir macro (bcl@redhat.com)
|
||||||
|
|
||||||
* Wed Dec 02 2020 Brian C. Lane <bcl@redhat.com> 34.3-4
|
|
||||||
- lorax.spec: Update for RHEL 9 Alpha changes (bcl@redhat.com)
|
|
||||||
- lorax: Strip ' from product cmdline argument (bcl@redhat.com)
|
|
||||||
- Change rootfs default size to 3GiB (sgallagh@redhat.com)
|
|
||||||
|
|
||||||
* Thu Oct 29 2020 Brian C. Lane <bcl@redhat.com> - 34.3-4
|
* Thu Oct 29 2020 Brian C. Lane <bcl@redhat.com> - 34.3-4
|
||||||
- Drop unused proc/mount patch
|
- Drop unused proc/mount patch
|
||||||
- lorax: Strip ' from product cmdline argument
|
- lorax: Strip ' from product cmdline argument
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-34.9.16.tar.gz) = eea40a7ace9f50fe074539d8c5e39182e97166725a1586815d63b576ee22e240b3fd6ad6aee572d9357a805d803da9478f96b11a1cabb5837d594aaae766508a
|
SHA512 (lorax-34.9.17.tar.gz) = 9634f25cac2f802123c3fbed31d26780526e882b8511ef668fb4d7e01d39d0440f6891d337fcd3a1b39dd33cc637aa9a92cd41c99f0b6a9c0030909477d1f251
|
||||||
|
Loading…
Reference in New Issue
Block a user