AlmaLinux changes: Enable Btrfs support

This commit is contained in:
Neal Gompa 2025-05-28 09:25:03 -04:00
parent c2a94d0213
commit 2c9221d029

View File

@ -25,6 +25,12 @@
%define btrfs_copts --without-btrfs
%endif
# ... but AlmaLinux restores btrfs support
%if 0%{?rhel} > 7 && 0%{?almalinux}
%define with_btrfs 1
%undefine btrfs_copts
%endif
%if %{with_btrfs} != 1
%define btrfs_copts --without-btrfs
%endif
@ -86,7 +92,7 @@
Name: libblockdev
Version: 3.2.0
Release: 3%{?dist}
Release: 3%{?dist}.alma.1
Summary: A library for low-level manipulation with block devices
License: LGPL-2.1-or-later
URL: https://github.com/storaged-project/libblockdev
@ -948,6 +954,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all
%changelog
* Wed May 28 2025 Neal Gompa <ngompa@almalinux.org> - 3.2.0-3.alma.1
- AlmaLinux changes: Enable Btrfs support
* Tue Mar 11 2025 Vojtech Trefny <vtrefny@redhat.com> - 3.2.0-3
- crypto: Add a function to set persistent flags for LUKS
Resolves: RHEL-82885