From 0595b00aa9a99cac8b95ea9800ad38f776c81907 Mon Sep 17 00:00:00 2001 From: Jonathan Perkin Date: Mon, 19 Sep 2011 21:16:01 +0200 Subject: [PATCH] Don't use macro names in changelog comments. --- support-files/mysql.spec.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 19595f228ef..8ce97ec4974 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -1154,9 +1154,9 @@ echo "=====" >> $STATUS_HISTORY * Tue Sep 13 2011 Jonathan Perkin - Add support for Oracle Linux 6 and Red Hat Enterprise Linux 6. Due to - changes in RPM behaviour ($RPM_BUILD_ROOT is removed prior to %install) - this necessitated a move of the libmygcc.a installation from %build to - %install, which is probably where it belonged in the first place. + changes in RPM behaviour ($RPM_BUILD_ROOT is removed prior to install) + this necessitated a move of the libmygcc.a installation to the install + phase, which is probably where it belonged in the first place. * Tue Sep 13 2011 Joerg Bruehe