diff --git a/libblockdev.spec b/libblockdev.spec index dab029d..da91010 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -60,6 +60,12 @@ %define btrfs_copts --without-btrfs %endif +# ... but CentOS Hyperscale SIG restores btrfs support +%if 0%{?rhel} > 7 && 0%{?centos_hs} +%define with_btrfs 1 +%undefine btrfs_copts +%endif + # dmraid is not available on RHEL > 7 %if 0%{?rhel} > 7 %define with_dmraid 0 @@ -129,7 +135,7 @@ Name: libblockdev Version: 2.28 -Release: 11%{?dist} +Release: 11.1%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -1046,6 +1052,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Fri Jan 26 2024 Neal Gompa - 2.28-11.1 +- Enable Btrfs for CentOS Hyperscale + * Tue Nov 28 2023 Tomas Bzatek - 2.28-11 - tests: Remove unreliable nvme attribute checks Resolves: RHEL-16126