1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Don't use macro names in changelog comments.

This commit is contained in:
Jonathan Perkin
2011-09-19 21:16:01 +02:00
parent 76f3c250d4
commit 0595b00aa9

View File

@ -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>