- Fix using --dracut-conf with DracutChroot (bcl@redhat.com)
- tests: Fix DataHolder for CreatorTest (bcl@redhat.com) - runtime-install: Update for https://fedoraproject.org/wiki/Changes/NotoFontsForMoreLang (akira@tagoh.org) - SPDX migration (bcl@redhat.com) - rsyslogd.conf: Rewrite using current config syntax (bcl@redhat.com) - Add comment for squashfs-only (dick@mrns.nl) - runtime-install: exclude some more unneeded firmware packages (awilliam@redhat.com) - runtime-install: stop excluding bfa-firmware again (retired) (awilliam@redhat.com)
This commit is contained in:
parent
b7f7542552
commit
9e52dbb4bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -227,3 +227,4 @@
|
|||||||
/lorax-38.2.tar.gz
|
/lorax-38.2.tar.gz
|
||||||
/lorax-38.3.tar.gz
|
/lorax-38.3.tar.gz
|
||||||
/lorax-38.4.tar.gz
|
/lorax-38.4.tar.gz
|
||||||
|
/lorax-38.5.tar.gz
|
||||||
|
21
lorax.spec
21
lorax.spec
@ -3,11 +3,11 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 38.4
|
Version: 38.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/weldr/lorax
|
URL: https://github.com/weldr/lorax
|
||||||
# To generate Source0 do:
|
# To generate Source0 do:
|
||||||
# git clone https://github.com/weldr/lorax
|
# git clone https://github.com/weldr/lorax
|
||||||
@ -168,11 +168,16 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 38.4-3
|
* Wed Feb 08 2023 Brian C. Lane <bcl@redhat.com> 38.5-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Fix using --dracut-conf with DracutChroot (bcl@redhat.com)
|
||||||
|
- tests: Fix DataHolder for CreatorTest (bcl@redhat.com)
|
||||||
* Tue Dec 13 2022 Brian C. Lane <bcl@redhat.com> - 38.4-2
|
- runtime-install: Update for
|
||||||
- Run user test with --skip-mkefiboot
|
https://fedoraproject.org/wiki/Changes/NotoFontsForMoreLang (akira@tagoh.org)
|
||||||
|
- SPDX migration (bcl@redhat.com)
|
||||||
|
- rsyslogd.conf: Rewrite using current config syntax (bcl@redhat.com)
|
||||||
|
- Add comment for squashfs-only (dick@mrns.nl)
|
||||||
|
- runtime-install: exclude some more unneeded firmware packages (awilliam@redhat.com)
|
||||||
|
- runtime-install: stop excluding bfa-firmware again (retired) (awilliam@redhat.com)
|
||||||
|
|
||||||
* Mon Dec 12 2022 Brian C. Lane <bcl@redhat.com> 38.4-1
|
* Mon Dec 12 2022 Brian C. Lane <bcl@redhat.com> 38.4-1
|
||||||
- runtime-cleanup: drop old versions of qed firmware (awilliam@redhat.com)
|
- runtime-cleanup: drop old versions of qed firmware (awilliam@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-38.4.tar.gz) = 47dc632f7b03417b71b067c1a267b9570f417feb02dc84b5cc26d637711b07e40c255b26e4d2d09e961bb802b7beed41beb9a05f9a1d34ede120c6e187d8ae60
|
SHA512 (lorax-38.5.tar.gz) = a48639502131b8a4d34bfb6c56ab7915c6d4329bcbc469f6cacd8cf54580ffce26e1a6effb971d61f9fa0f9e78849780c6aa01f672f4c4e28fce872453b0a907
|
||||||
|
Loading…
Reference in New Issue
Block a user