]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: spec files comments
authorMatan Breizman <mbreizma@redhat.com>
Wed, 14 Aug 2024 09:52:06 +0000 (09:52 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 14 Aug 2024 09:56:25 +0000 (09:56 +0000)
```
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 <mbreizma@redhat.com>
ceph.spec.in

index 686b9388c9427d3281353a701ecda36093fdb52e..76b1516a049ecc8f06ad43a9546993c0fc5e3909 100644 (file)
 %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}