AlmaLinux changes: Enable Btrfs support #1

Merged
alukoshko merged 1 commits from ngompa/udisks2-rpm:a10s-btrfs into a10s 2025-05-30 17:33:43 +00:00

View File

@ -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 <ngompa@almalinux.org> - 2.10.90-5.alma.1
- AlmaLinux changes: Enable Btrfs support
* Fri Jan 24 2025 Tomas Bzatek <tbzatek@redhat.com> - 2.10.90-5
- mdraid: Avoid acquiring system inhibit lock for external array operations (RHEL-74012)