diff --git a/SPECS/udisks2.spec b/SPECS/udisks2.spec index 0257784..297525a 100644 --- a/SPECS/udisks2.spec +++ b/SPECS/udisks2.spec @@ -33,6 +33,11 @@ %define with_btrfs 0 %endif +# ... but CentOS Hyperscale SIG restores Btrfs support +%if 0%{?rhel} > 7 && 0%{?centos_hs} +%define with_btrfs 1 +%endif + # feature parity with existing RHEL 7 packages %if (0%{?rhel}) && (0%{?rhel} <= 7) %define with_lsm 0 @@ -48,7 +53,7 @@ Name: udisks2 Summary: Disk Manager Version: 2.9.4 -Release: 2%{?dist} +Release: 2.1%{?dist} License: GPLv2+ URL: https://github.com/storaged-project/udisks Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2 @@ -432,6 +437,9 @@ fi %endif %changelog +* Sat Jan 15 2022 Neal Gompa - 2.9.4-2.1 +- Enable Btrfs for CentOS Hyperscale SIG + * Tue Oct 26 2021 Tomas Bzatek - 2.9.4-2 - Gating test fix