Enable Btrfs support for AlmaLinux
Apply AlmaLinux patches Enable live subpackage by default on AlmaLinux
This commit is contained in:
commit
760f12cd91
1
.gitignore
vendored
1
.gitignore
vendored
@ -432,3 +432,4 @@
|
||||
/anaconda-40.22.3.35.tar.bz2
|
||||
/anaconda-40.22.3.36.tar.bz2
|
||||
/anaconda-40.22.3.37.tar.bz2
|
||||
/anaconda-40.22.3.38.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 40.22.3.37
|
||||
Version: 40.22.3.38
|
||||
Release: 1%{?dist}.alma.1
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -148,6 +148,10 @@ Requires: python3-pid
|
||||
Requires: crypto-policies
|
||||
Requires: crypto-policies-scripts
|
||||
|
||||
%ifnarch s390 s390x
|
||||
Requires: grub2-common
|
||||
%endif
|
||||
|
||||
# required because of the rescue mode and RDP question
|
||||
Requires: anaconda-tui = %{version}-%{release}
|
||||
|
||||
@ -502,13 +506,18 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 21 2025 Neal Gompa <ngompa@almalinux.org> - 40.22.3.37-1.alma.1
|
||||
* Wed Dec 03 2025 Neal Gompa <ngompa@almalinux.org> - 40.22.3.38-1.alma.1
|
||||
- Enable Btrfs support for AlmaLinux
|
||||
|
||||
* Fri Nov 21 2025 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.37-1.alma.1
|
||||
* Wed Dec 03 2025 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.38-1.alma.1
|
||||
- Apply AlmaLinux patches
|
||||
- Enable live subpackage by default on AlmaLinux
|
||||
|
||||
* Mon Dec 01 2025 Katerina Koukiou <k.koukiou@gmail.com> - 40.22.3.38-1
|
||||
- bootloader: efi: utilize grub2-common script for handling config file
|
||||
generation (k.koukiou)
|
||||
Resolves: RHEL-58830
|
||||
|
||||
* Thu Nov 20 2025 Katerina Koukiou <k.koukiou@gmail.com> - 40.22.3.37-1
|
||||
- Don't pass --sm-disable to gnome-kiosk (awilliam)
|
||||
Resolves: RHEL-129573
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-40.22.3.37.tar.bz2) = 0f6c21a7eb67d47bd4f5680ab245b729a2a0f905d8272fe773fe32bc460abc82099afa837a2e6172dd851eb084c1c5082b613054c0599c7cb5b70615d30f45d8
|
||||
SHA512 (anaconda-40.22.3.38.tar.bz2) = d8036ec7c12bc63290649e3aba7976a769f7e40e707c9682f4022a4e2dc54a7f264eb79d14a48a51efaa08e322b53578e6419fecb1b80fc43ff565455480b36f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user