diff --git a/udisks2.spec b/udisks2.spec index 51ee148..6c4be9a 100644 --- a/udisks2.spec +++ b/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: 10%{?dist} +Release: 10.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 @@ -462,6 +467,9 @@ fi %endif %changelog +* Fri Jan 26 2024 Neal Gompa - 2.9.4-10.1 +- Enable Btrfs for CentOS Hyperscale + * Tue Nov 28 2023 Tomas Bzatek - 2.9.4-10 - tests: Fix targetcli_config.json (RHEL-16229)