From 46b9fedf7a5c865ee470f2c5a14a1de65f30f8b6 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Jun 09 2023 13:31:04 +0000 Subject: disable liburing support to prevent conflicts with appstream/liburing --- diff --git a/SPECS/glusterfs.spec b/SPECS/glusterfs.spec index 82931f5..5015d1f 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 @@ -237,7 +237,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 11.0 -Release: %{?prereltag:0.}1%{?prereltag:.%{prereltag}}%{?dist} +Release: %{?prereltag:0.}2%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -1661,6 +1661,9 @@ exit 0 %endif %changelog +* Fri Jun 9 2023 Niels de Vos - 11.0-2 +- disable liburing support to prevent conflicts with appstream/liburing + * Mon Feb 13 2023 Niels de Vos - 11.0-1 - GlusterFS 11.0 GA