diff --git a/SPECS/libblockdev.spec b/SPECS/libblockdev.spec index b56671a..d0691b9 100644 --- a/SPECS/libblockdev.spec +++ b/SPECS/libblockdev.spec @@ -59,6 +59,11 @@ %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 %if 0%{?rhel} > 7 %define with_dmraid 0 @@ -125,7 +130,7 @@ Name: libblockdev Version: 2.25 -Release: 10%{?dist} +Release: 10.1%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -1006,6 +1011,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Sat Jan 15 2022 Neal Gompa - 2.25-10.1 +- Enable Btrfs for CentOS Hyperscale SIG + * Wed Dec 08 2021 Vojtech Trefny - 2.25-10 - Fix reading statistics for VDO pools with VDO 8 Resolves: rhbz#1994220