Sync from SUSE:SLFO:Main fio revision 2bb61b16fc05b20661f729b5aa41ca87

This commit is contained in:
2025-06-04 17:46:46 +02:00
parent 3041da86da
commit c094d529f7
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 3 14:50:56 UTC 2025 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
- Disable librbd on SLES16.0 and higher (bsc#1241271)
-------------------------------------------------------------------
Tue Apr 29 13:13:47 UTC 2025 - Avinesh Kumar <avinesh.kumar@suse.com>

View File

@@ -17,9 +17,14 @@
#
%if 0%{?suse_version} >= 1600 && !0%{?is_opensuse}
# Disable librbd in SLES16.0 and higher, see bsc#1241271
%bcond_with librbd
%else
%ifnarch s390x s390 ppc64le ppc64 ppc %{ix86} %{arm}
%bcond_without librbd
%endif
%endif
%ifarch x86_64
%bcond_without libpmem
%endif