From 1b85e59ceeb115dfb24e9c6bacb665b935f9543c Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Mon, 5 Dec 2016 12:17:54 +0100 Subject: [PATCH] spec file: do not define with_lint inside a comment RPM expands macros even inside comments in spec files, so the with_lint macro is unintentionally always defined. Escape the percent sign in '%global' in the comment to prevent this. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Babinsky --- freeipa.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index fbb39451c..831df4f65 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -9,7 +9,7 @@ %endif # lint is not executed during rpmbuild -# %global with_lint 1 +# %%global with_lint 1 %global alt_name ipa %if 0%{?rhel}