diff --git a/SPECS/libblockdev.spec b/SPECS/libblockdev.spec index 2700cc6..580e5e1 100644 --- a/SPECS/libblockdev.spec +++ b/SPECS/libblockdev.spec @@ -56,7 +56,11 @@ # btrfs is not available on RHEL > 7 %if 0%{?rhel} > 7 || %{with_btrfs} == 0 %define with_btrfs 0 -%define btrfs_copts --without-btrfs +%endif + +# ... but CentOS Hyperscale SIG restores btrfs support +%if 0%{?rhel} > 7 && 0%{?centos_hs} +%define with_btrfs 1 %endif # dmraid is not available on RHEL > 7 @@ -125,7 +129,7 @@ Name: libblockdev Version: 2.24 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -994,6 +998,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Mon May 17 2021 Neal Gompa - 2.24-6 +- Enable Btrfs for CentOS Hyperscale SIG + * Mon Jan 11 2021 Vojtech Trefny - 2.24-5 - Fix LVM thin metadata calculation fix Resolves: rhbz#1901714