Enable Btrfs support for AlmaLinux
Apply AlmaLinux patches Enable live subpackage by default on AlmaLinux
This commit is contained in:
commit
b6ce048629
1
.gitignore
vendored
1
.gitignore
vendored
@ -439,3 +439,4 @@
|
||||
/anaconda-40.22.3.42.tar.bz2
|
||||
/anaconda-40.22.3.43.tar.bz2
|
||||
/anaconda-40.22.3.44.tar.bz2
|
||||
/anaconda-40.22.3.45.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 40.22.3.44
|
||||
Version: 40.22.3.45
|
||||
Release: 1%{?dist}.alma.1
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -299,6 +299,7 @@ Requires: dnsconfd-dracut
|
||||
Requires: selinux-policy
|
||||
Requires: libselinux-utils
|
||||
Requires: selinux-policy-targeted
|
||||
Requires: policycoreutils
|
||||
Requires: policycoreutils-python-utils
|
||||
|
||||
%description install-img-deps
|
||||
@ -513,13 +514,26 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 11 2026 Neal Gompa <ngompa@almalinux.org> - 40.22.3.44-1.alma.1
|
||||
* Tue Feb 17 2026 Neal Gompa <ngompa@almalinux.org> - 40.22.3.45-1.alma.1
|
||||
- Enable Btrfs support for AlmaLinux
|
||||
|
||||
* Wed Feb 11 2026 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.44-1.alma.1
|
||||
* Tue Feb 17 2026 Eduard Abdullin <eabdullin@almalinux.org> - 40.22.3.45-1.alma.1
|
||||
- Apply AlmaLinux patches
|
||||
- Enable live subpackage by default on AlmaLinux
|
||||
|
||||
* Mon Feb 16 2026 Katerina Koukiou <k.koukiou@gmail.com> - 40.22.3.45-1
|
||||
- Fix user input in driver disk menu is not displayed (adamkankovsky)
|
||||
Resolves: RHEL-58828
|
||||
- flatpak: tests: fix unreachable code (fsouza.bruno)
|
||||
Related: RHEL-143566
|
||||
- flatpak: Only override remote URLs when subscription module is available
|
||||
(bciconel)
|
||||
Related: RHEL-143566
|
||||
- flatpak: Make installation failures non-blocking (bciconel)
|
||||
Resolves: RHEL-143566
|
||||
- Reload installer SELinux policy at exit so dracut shutdown works (k.koukiou)
|
||||
Resolves: RHEL-144456
|
||||
|
||||
* Tue Feb 10 2026 Katerina Koukiou <k.koukiou@gmail.com> - 40.22.3.44-1
|
||||
- storage: stop creating /etc/mtab symlink during installation (k.koukiou)
|
||||
Related: RHEL-135116
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-40.22.3.44.tar.bz2) = d5d13cfc2eabfe9ee8895423286940531fc1a54ddc20ed91db40a3ffb5b12fd84b9553f16ac82d6fd72c9ec9592c1a4ea3aedb09fe8c370c2718237a92000f9d
|
||||
SHA512 (anaconda-40.22.3.45.tar.bz2) = 29060edc7a3440743f14af06cbd97dc7c83729989799cbfdc7c05c4e453666dfbaf48288b03a3d483cc362d4ac92423e3b53aeb522023b9033542025f89d4dfc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user