]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: rm macros in comments 17070/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 17 Aug 2017 15:19:38 +0000 (09:19 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 17 Aug 2017 18:20:01 +0000 (12:20 -0600)
rpm expands all macros in a .spec file, even those in comments. Drop the
percent signs so rpm will not expand these.

This change silences rpmlint's warning about macros in comments.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
ceph.spec.in

index 66babf6c21be4f4ea4f4cefc37ce4e52c63ffc13..caaab5945ae4d9a695a854d265130754ccb2a12c 100644 (file)
@@ -67,7 +67,8 @@ Release:      @RPM_RELEASE@%{?dist}
 Epoch:         2
 %endif
 
-# define %_epoch_prefix macro which will expand to the empty string if %epoch is undefined
+# define _epoch_prefix macro which will expand to the empty string if epoch is
+# undefined
 %global _epoch_prefix %{?epoch:%{epoch}:}
 
 Summary:       User space components of the Ceph file system