From 8169f9d942b587e234beb4addff8d66bdf453071 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 7 Jun 2018 23:36:38 -0400 Subject: [PATCH] lint: fix macro-in-%changelog warnings These unescaped macros slipped in with 3f3a0b6 ("Use %make_build and %make_install", 2018-05-30). --- git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 62e54c3..65ff5c3 100644 --- a/git.spec +++ b/git.spec @@ -892,7 +892,7 @@ make test || ./print-failed-test-output * Wed May 30 2018 Todd Zullinger - 2.17.1-3 - Use %%apply_patch for aarch64 zlib patch, return to %%autosetup - Disable jgit tests on s390x, they're unreliable -- Use %make_build and %make_install +- Use %%make_build and %%make_install * Tue May 29 2018 Todd Zullinger - 2.17.1-2 - packfile: Correct zlib buffer handling (#1582555)