From ae7f942cbed07a5f6d102a245c3d2709763aa755 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 28 May 2025 09:30:54 -0400 Subject: [PATCH] AlmaLinux changes: Enable Btrfs support --- udisks2.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/udisks2.spec b/udisks2.spec index c85d4e3..c75fea6 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: 5%{?dist} +Release: 5%{?dist}.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 @@ -339,6 +344,9 @@ fi %endif %changelog +* Wed May 28 2025 Neal Gompa - 2.10.90-5.alma.1 +- AlmaLinux changes: Enable Btrfs support + * Fri Jan 24 2025 Tomas Bzatek - 2.10.90-5 - mdraid: Avoid acquiring system inhibit lock for external array operations (RHEL-74012)