diff --git a/udisks2.spec b/udisks2.spec index 31be5be..288b8af 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -19,11 +19,16 @@ %define with_btrfs 0 %endif +# ... but AlmaLinux restores Btrfs support +%if 0%{?almalinux} +%define with_btrfs 1 +%endif + Name: udisks2 Summary: Disk Manager Version: 2.10.90 -Release: 6%{?dist}.1 +Release: 6%{?dist}.1.alma.1 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 @@ -345,6 +350,9 @@ fi %endif %changelog +* Wed Mar 04 2026 Neal Gompa - 2.10.90-6.1.alma.1 +- AlmaLinux changes: Enable Btrfs support + * Fri Feb 13 2026 Tomas Bzatek - 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)