Merge pull request 'AlmaLinux changes: Enable Btrfs support' (#1) from ngompa/libblockdev-rpm:a10s-btrfs into a10s

Reviewed-on: rpms/libblockdev#1
This commit is contained in:
Andrew Lukoshko 2025-05-30 17:30:37 +00:00
commit 4d5f54a58c

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