summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2011-09-19 21:16:01 +0200
committerJonathan Perkin <jonathan.perkin@oracle.com>2011-09-19 21:16:01 +0200
commit3ad46f8111ac049c64ab3a9703c5c3f148aab162 (patch)
tree4b56eb42448b7ab10596cd98fef15f34a8f520ec /support-files
parentc388e9c49dd96b46c06033dbc476b42e75291f7f (diff)
downloadmariadb-git-3ad46f8111ac049c64ab3a9703c5c3f148aab162.tar.gz
Don't use macro names in changelog comments.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh6
1 files 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 <jonathan.perkin@oracle.com>
- 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 <joerg.bruehe@oracle.com>