|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: lorax
|
|
|
|
|
Version: 34.9.23
|
|
|
|
|
Release: 1%{?dist}.inferit.3
|
|
|
|
|
Version: 34.9.26
|
|
|
|
|
Release: 1%{?dist}.inferit.1
|
|
|
|
|
Summary: Tool for creating the anaconda install images
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -20,6 +20,7 @@ Patch1001: 0001-Backport-dracut-chroot-umount-fix.patch
|
|
|
|
|
Patch1002: 0002-Fix-replace-command-utf8-handling.patch
|
|
|
|
|
Patch1003: 0003-Add-iconv-template-command.patch
|
|
|
|
|
Patch1004: 0004-Set-LatGrkCyr-8x16-as-default-font-instead-of-eurlat.patch
|
|
|
|
|
Patch1005: 0001-Our-isolinux.cfg-is-in-cp866-encoding.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
@ -195,8 +196,21 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|
|
|
|
%{_datadir}/lorax/templates.d/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.23-1.inferit.3
|
|
|
|
|
- Set LatGrkCyr-8x16 as default font instead of eurlatg
|
|
|
|
|
* Mon Dec 09 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.26-1.inferit.1
|
|
|
|
|
- Our isolinux.cfg is in cp866 encoding
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.26-1.inferit
|
|
|
|
|
- Set latarcyrheb-sun16 as default font instead of eurlatg
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Brian C. Lane <bcl@redhat.com> 34.9.26-1
|
|
|
|
|
- monitor: Skip repo errors involving CDROM/file source (bcl) (bcl)
|
|
|
|
|
Resolves: RHEL-4658
|
|
|
|
|
- rsyslog.conf: Update to use current config syntax (bcl) (bcl)
|
|
|
|
|
Resolves: RHEL-46857
|
|
|
|
|
|
|
|
|
|
* Tue Feb 06 2024 Brian C. Lane <bcl@redhat.com> 34.9.25-1
|
|
|
|
|
- templates: Remove libreport bugzilla plugins (bcl)
|
|
|
|
|
Resolves: RHEL-24420
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.23-1.inferit.2
|
|
|
|
|
- bump retries count
|
|
|
|
|