From d6c51a72211e6d25a7041aa66e7e51fbbf09ffbc Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Wed, 14 Aug 2024 09:52:06 +0000 Subject: [PATCH] ceph.spec.in: spec files comments ``` RPM build errors: extra tokens at the end of %else directive in line 118: %else # not fedora/rhel extra tokens at the end of %else directive in line 121: %else # not x86_64 ``` Signed-off-by: Matan Breizman --- ceph.spec.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 686b9388c94..76b1516a049 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -115,10 +115,12 @@ %ifarch x86_64 %if 0%{?fedora} || 0%{?rhel} >= 9 %bcond_without system_qat -%else # not fedora/rhel +%else +# not fedora/rhel %bcond_with system_qat %endif -%else # not x86_64 +%else +# not x86_64 %bcond_with system_qat %endif %if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} >= 8 || 0%{?openEuler} -- 2.39.5