From e6be29b3c94eb645994b464ff97c47e3d47e187d Mon Sep 17 00:00:00 2001 From: Peter Georg Date: Jan 23 2022 18:04:57 +0000 Subject: Disable zoned block device support Proper detection of zoned devices with btrfs needs util-linux 2.38+ --- diff --git a/SPECS/btrfs-progs.spec b/SPECS/btrfs-progs.spec index 183164a..5d61ec5 100644 --- a/SPECS/btrfs-progs.spec +++ b/SPECS/btrfs-progs.spec @@ -92,7 +92,7 @@ xzcat '%{SOURCE0}' | %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1} %build ./autogen.sh -%configure CFLAGS="%{optflags} -fno-strict-aliasing" --disable-python +%configure CFLAGS="%{optflags} -fno-strict-aliasing" --disable-python --disable-zoned %make_build pushd libbtrfsutil/python @@ -148,6 +148,7 @@ popd %changelog * Sun Jan 23 2022 Peter Georg - 5.14.2-1.1 - Adapt for CentOS Kmods SIG +- Disable zoned block device support * Sat Oct 09 2021 Neal Gompa - 5.14.2-1 - Update to 5.14.2