From 73bbc33de31b879db0f16e3e96d3199b04cf5e99 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Jun 09 2023 15:03:43 +0000 Subject: disable liburing support to prevent conflicts with appstream/liburing --- diff --git a/SPECS/glusterfs.spec b/SPECS/glusterfs.spec index 0a4301b..d5d8321 100644 --- a/SPECS/glusterfs.spec +++ b/SPECS/glusterfs.spec @@ -59,7 +59,7 @@ %{?_without_linux_io_uring:%global _without_linux_io_uring --disable-linux-io_uring} # Disable linux-io_uring on unsupported distros. -%if ( 0%{?fedora} && 0%{?fedora} <= 32 ) || ( 0%{?rhel} && 0%{?rhel} <= 7 ) +%if ( 0%{?fedora} && 0%{?fedora} <= 32 ) || ( 0%{?rhel} && ( 0%{?rhel} <= 7 || 0%{?rhel} == 9)) %global _without_linux_io_uring --disable-linux-io_uring %endif @@ -233,7 +233,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 10.4 -Release: %{?prereltag:0.}1%{?prereltag:.%{prereltag}}%{?dist} +Release: %{?prereltag:0.}2%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -1669,6 +1669,9 @@ exit 0 %endif %changelog +* Fri Jun 9 2023 Niels de Vos - 10.4-1 +- disable liburing support to prevent conflicts with appstream/liburing + * Wed Apr 26 2023 Niels de Vos - 10.4-1 - GlusterFS 10.4 GA