Rpm 4.9 and newer is more strict regarding weekday in %changelog

parent 347234db
...@@ -1290,7 +1290,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1290,7 +1290,7 @@ echo "=====" >> $STATUS_HISTORY
* Fri Aug 19 2011 Joerg Bruehe <joerg.bruehe@oracle.com> * Fri Aug 19 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
- Null-upmerge the fix of bug#37165: This spec file is not affected. - Null-upmerge the fix of bug#37165: This spec file is not affected.
- Replace "/var/lib/mysql" by the spec file variable "%{mysqldatadir}". - Replace "/var/lib/mysql" by the spec file variable "%%{mysqldatadir}".
* Fri Aug 12 2011 Daniel Fischer <daniel.fischer@oracle.com> * Fri Aug 12 2011 Daniel Fischer <daniel.fischer@oracle.com>
...@@ -1311,7 +1311,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1311,7 +1311,7 @@ echo "=====" >> $STATUS_HISTORY
not in an RPM upgrade. not in an RPM upgrade.
This affects both the "mkdir" and the call of "mysql_install_db". This affects both the "mkdir" and the call of "mysql_install_db".
* Thu Feb 09 2011 Joerg Bruehe <joerg.bruehe@oracle.com> * Wed Feb 09 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
- Fix bug#56581: If an installation deviates from the default file locations - Fix bug#56581: If an installation deviates from the default file locations
("datadir" and "pid-file"), the mechanism to detect a running server (on upgrade) ("datadir" and "pid-file"), the mechanism to detect a running server (on upgrade)
...@@ -1432,7 +1432,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1432,7 +1432,7 @@ echo "=====" >> $STATUS_HISTORY
- Fix some problems with the directives around "tcmalloc" (experimental), - Fix some problems with the directives around "tcmalloc" (experimental),
remove erroneous traces of the InnoDB plugin (that is 5.1 only). remove erroneous traces of the InnoDB plugin (that is 5.1 only).
* Fri Oct 06 2009 Magnus Blaudd <mvensson@mysql.com> * Tue Oct 06 2009 Magnus Blaudd <mvensson@mysql.com>
- Removed mysql_fix_privilege_tables - Removed mysql_fix_privilege_tables
...@@ -1550,7 +1550,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1550,7 +1550,7 @@ echo "=====" >> $STATUS_HISTORY
* Thu Nov 30 2006 Joerg Bruehe <joerg@mysql.com> * Thu Nov 30 2006 Joerg Bruehe <joerg@mysql.com>
- Call "make install" using "benchdir_root=%{_datadir}", - Call "make install" using "benchdir_root=%%{_datadir}",
because that is affecting the regression test suite as well. because that is affecting the regression test suite as well.
* Thu Nov 16 2006 Joerg Bruehe <joerg@mysql.com> * Thu Nov 16 2006 Joerg Bruehe <joerg@mysql.com>
...@@ -1629,7 +1629,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1629,7 +1629,7 @@ echo "=====" >> $STATUS_HISTORY
- Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS - Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS
* Wed Mar 07 2006 Kent Boortz <kent@mysql.com> * Tue Mar 07 2006 Kent Boortz <kent@mysql.com>
- Changed product name from "Community Edition" to "Community Server" - Changed product name from "Community Edition" to "Community Server"
...@@ -1667,7 +1667,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1667,7 +1667,7 @@ echo "=====" >> $STATUS_HISTORY
- Added zlib to the list of (static) libraries installed - Added zlib to the list of (static) libraries installed
- Added check against libtool wierdness (WRT: sql/mysqld || sql/.libs/mysqld) - Added check against libtool wierdness (WRT: sql/mysqld || sql/.libs/mysqld)
- Compile MySQL with bundled zlib - Compile MySQL with bundled zlib
- Fixed %packager name to "MySQL Production Engineering Team" - Fixed %%packager name to "MySQL Production Engineering Team"
* Mon Dec 05 2005 Joerg Bruehe <joerg@mysql.com> * Mon Dec 05 2005 Joerg Bruehe <joerg@mysql.com>
...@@ -1817,7 +1817,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1817,7 +1817,7 @@ echo "=====" >> $STATUS_HISTORY
- ISAM and merge storage engines were purged. As well as appropriate - ISAM and merge storage engines were purged. As well as appropriate
tools and manpages (isamchk and isamlog) tools and manpages (isamchk and isamlog)
* Thu Dec 31 2004 Lenz Grimmer <lenz@mysql.com> * Fri Dec 31 2004 Lenz Grimmer <lenz@mysql.com>
- enabled the "Archive" storage engine for the max binary - enabled the "Archive" storage engine for the max binary
- enabled the "CSV" storage engine for the max binary - enabled the "CSV" storage engine for the max binary
...@@ -1877,7 +1877,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1877,7 +1877,7 @@ echo "=====" >> $STATUS_HISTORY
- marked /etc/logrotate.d/mysql as a config file (BUG 2156) - marked /etc/logrotate.d/mysql as a config file (BUG 2156)
* Fri Dec 13 2003 Lenz Grimmer <lenz@mysql.com> * Sat Dec 13 2003 Lenz Grimmer <lenz@mysql.com>
- fixed file permissions (BUG 1672) - fixed file permissions (BUG 1672)
...@@ -2019,7 +2019,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -2019,7 +2019,7 @@ echo "=====" >> $STATUS_HISTORY
- Added separate libmysql_r directory; now both a threaded - Added separate libmysql_r directory; now both a threaded
and non-threaded library is shipped. and non-threaded library is shipped.
* Wed Sep 28 1999 David Axmark <davida@mysql.com> * Tue Sep 28 1999 David Axmark <davida@mysql.com>
- Added the support-files/my-example.cnf to the docs directory. - Added the support-files/my-example.cnf to the docs directory.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment