From: Matan Breizman Date: Wed, 14 Aug 2024 09:52:06 +0000 (+0000) Subject: ceph.spec.in: spec files comments X-Git-Tag: v20.0.0~1231^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6c51a72211e6d25a7041aa66e7e51fbbf09ffbc;p=ceph.git 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 686b9388c942..76b1516a049e 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}