AlmaLinux changes: Enable Btrfs support

Disable LSM module for i686 architecture
This commit is contained in:
Neal Gompa 2026-04-24 12:23:59 +00:00 committed by root
parent d5918e2104
commit c3d158ccd0

View File

@ -22,13 +22,16 @@
# ... but AlmaLinux restores Btrfs support
%if 0%{?almalinux}
%define with_btrfs 1
%ifarch i686
%define with_lsm 0
%endif
%endif
Name: udisks2
Summary: Disk Manager
Version: 2.10.90
Release: 6%{?dist}.1.alma.1
Release: 6%{?dist}.1.alma.2
License: GPL-2.0-or-later
URL: https://github.com/storaged-project/udisks
Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2
@ -350,9 +353,12 @@ fi
%endif
%changelog
* Wed Mar 04 2026 Neal Gompa <ngompa@almalinux.org> - 2.10.90-6.1.alma.1
* Fri Apr 24 2026 Neal Gompa <ngompa@almalinux.org> - 2.10.90-6.1.alma.2
- AlmaLinux changes: Enable Btrfs support
* Fri Apr 24 2026 Eduard Abdullin <eabdullin@almalinux.org> - 2.10.90-6.1.alma.2
- Disable LSM module for i686 architecture
* Fri Feb 13 2026 Tomas Bzatek <tbzatek@redhat.com> - 2.10.90-6.1
- Add missing polkit check for RestoreEncryptedHeader() (CVE-2026-26103) (RHEL-148565)
- Add missing polkit check for HeaderBackup() (CVE-2026-26104) (RHEL-148588)