[memstomp] Escape %define/%global in changelog to make rpmlint happy

Jeffrey Law law at fedoraproject.org
Tue Mar 5 17:05:26 UTC 2013


commit 43419b9704f11a2e8fcc6c08ebe4d25da49a1d61
Author: Jeff Law <law at redhat.com>
Date:   Tue Mar 5 10:04:43 2013 -0700

    Escape %define/%global in changelog to make rpmlint happy

 memstomp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/memstomp.spec b/memstomp.spec
index 427909f..de23d84 100644
--- a/memstomp.spec
+++ b/memstomp.spec
@@ -46,7 +46,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %changelog
 * Fri Feb 22 2013 Jeff Law <law at redhat.com> 0.1.4-3
-- Change %define to %global for git hash
+- Change %%define to %%global for git hash
 - Remove git hash from version # in changelog
 - Build with -fno-strict-aliasing
 - Fix minor spelling error in description


More information about the scm-commits mailing list