Add x86_64_v2 support
This commit is contained in:
commit
e3931fecd3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
lorax-40.5.7
|
|
||||||
/lorax-19.0.tar.gz
|
/lorax-19.0.tar.gz
|
||||||
/lorax-19.1.tar.gz
|
/lorax-19.1.tar.gz
|
||||||
/lorax-19.2.tar.gz
|
/lorax-19.2.tar.gz
|
||||||
@ -252,3 +251,4 @@ lorax-40.5.7
|
|||||||
/lorax-40.5.8.tar.gz
|
/lorax-40.5.8.tar.gz
|
||||||
/lorax-40.5.10.tar.gz
|
/lorax-40.5.10.tar.gz
|
||||||
/lorax-40.5.11.tar.gz
|
/lorax-40.5.11.tar.gz
|
||||||
|
/lorax-40.5.12.tar.gz
|
||||||
|
14
lorax.spec
14
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 40.5.11
|
Version: 40.5.12
|
||||||
Release: 1%{?dist}.alma.1
|
Release: 1%{?dist}.alma.1
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -15,8 +15,8 @@ URL: https://github.com/weldr/lorax
|
|||||||
# tito build --tgz
|
# tito build --tgz
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# AlmaLinux patches
|
# AlmaLinux Patch
|
||||||
Patch1000: 0001-Add-x86_64_v2-support.patch
|
Patch1000: 0001-Add-x86_64_v2-support.patch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -185,9 +185,15 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 24 2025 Eduard Abdullin <eabdullin@almalinux.org> 40.5.1-1.alma.1
|
* Fri Mar 21 2025 Eduard Abdullin <eabdullin@almalinux.org> - 40.5.12-1.alma.1
|
||||||
- Add x86_64_v2 support
|
- Add x86_64_v2 support
|
||||||
|
|
||||||
|
* Thu Mar 20 2025 Brian C. Lane <bcl@redhat.com> 40.5.12-1
|
||||||
|
- mkksiso: Fix rebuilding the efiboot.img on some systems (bcl)
|
||||||
|
Resolves: RHEL-83202
|
||||||
|
- livemedia-creator: Set 0755 permission on / cpio overlay (bcl)
|
||||||
|
Resolves: RHEL-83519
|
||||||
|
|
||||||
* Mon Jan 20 2025 Brian C. Lane <bcl@redhat.com> 40.5.11-1
|
* Mon Jan 20 2025 Brian C. Lane <bcl@redhat.com> 40.5.11-1
|
||||||
- erofs: Make smaller lzma erofs images by default (bcl)
|
- erofs: Make smaller lzma erofs images by default (bcl)
|
||||||
Related: RHEL-48606
|
Related: RHEL-48606
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-40.5.11.tar.gz) = cd4169915b1cbfb701c68588af231bb4649d1a21ef805ddb03dbe3991a8a0d6aad91624188ec17f45f585ae0eb69babd6af01988e4d1b3c2d4b725da13a9666d
|
SHA512 (lorax-40.5.12.tar.gz) = 6dd108a6f76ab66f85ee177980f557fa5d6c7e2a93c7ec9e91485f4b631f49cb441d231c2c17cbad698881de0af0dbaab59ebe4d28599b96c470b99f4c7f6277
|
||||||
|
Loading…
Reference in New Issue
Block a user