AlmaLinux changes: Enable Btrfs support

Disable LSM module for i686 architecture
This commit is contained in:
Eduard Abdullin 2026-01-20 12:26:44 +00:00 committed by root
parent 787692e62f
commit 272bbb0ac2

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.11.0
Release: 1%{?dist}.alma.1
Release: 1%{?dist}.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
@ -339,9 +342,12 @@ fi
%endif
%changelog
* Sat Nov 08 2025 Neal Gompa <ngompa@almalinux.org> - 2.11.0-1.alma.1
* Tue Jan 20 2026 Eduard Abdullin <eabdullin@almalinux.org> - 2.11.0-1.alma.2
- AlmaLinux changes: Enable Btrfs support
* Tue Jan 20 2026 Neal Gompa <ngompa@almalinux.org> - 2.11.0-1.alma.2
- Disable LSM module for i686 architecture
* Thu Nov 06 2025 Tomas Bzatek <tbzatek@redhat.com> - 2.11.0-1
- Version 2.11.0 (RHEL-114981)
- tests: Rework nvme revision check (RHEL-90572)