Skip to content

Commit d6c51a7

Browse files
committed
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 <[email protected]>
1 parent 21fe526 commit d6c51a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ceph.spec.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,12 @@
115115
%ifarch x86_64
116116
%if 0%{?fedora} || 0%{?rhel} >= 9
117117
%bcond_without system_qat
118-
%else # not fedora/rhel
118+
%else
119+
# not fedora/rhel
119120
%bcond_with system_qat
120121
%endif
121-
%else # not x86_64
122+
%else
123+
# not x86_64
122124
%bcond_with system_qat
123125
%endif
124126
%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} >= 8 || 0%{?openEuler}

0 commit comments

Comments
 (0)