mysql8.4/mysql.spec

1502 lines
49 KiB
RPMSpec
Raw Normal View History

auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
Name: mysql
Version: 5.1.41
2009-11-10 20:04:18 +00:00
Release: 1%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
URL: http://www.mysql.com
# exceptions allow client libraries to be linked with most open source SW,
# not only GPL code.
License: GPLv2 with exceptions
# Regression tests take a long time, you can skip 'em with this
%{!?runselftest:%define runselftest 1}
2009-01-14 17:10:05 +00:00
Source0: http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-%{version}.tar.gz
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
Source1: mysql.init
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
Source3: my.cnf
Source4: scriptstub.c
Source5: my_config.h
Source6: ndbd.init
Source7: ndb_mgmd.init
Source8: ndb_types.h
2009-01-14 17:10:05 +00:00
Source9: mysql-embedded-check.c
# Working around perl dependency checking bug in rpm FTTB. Remove later.
2009-01-14 17:10:05 +00:00
Source999: filter-requires-mysql.sh
Patch1: mysql-ssl-multilib.patch
Patch2: mysql-errno.patch
2009-04-07 23:41:39 +00:00
# Patch3: mysql-stack.patch
Patch4: mysql-testing.patch
2009-01-14 17:10:05 +00:00
Patch5: mysql-install-test.patch
Patch6: mysql-stack-guard.patch
2009-03-05 02:50:07 +00:00
Patch7: mysql-plugin-bug.patch
2009-04-07 23:41:39 +00:00
Patch8: mysql-setschedparam.patch
Patch9: mysql-ndb-stacksize.patch
Patch10: mysql-strmov.patch
Patch11: mysql-signal-align.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
2004-12-12 19:49:37 +00:00
BuildRequires: gperf, perl, readline-devel, openssl-devel
BuildRequires: gcc-c++, ncurses-devel, zlib-devel
2007-08-25 21:19:14 +00:00
BuildRequires: libtool automake autoconf gawk
# make test requires time and ps
BuildRequires: time procps
2007-08-12 21:54:57 +00:00
# Socket is needed to run regression tests
BuildRequires: perl(Socket)
2009-01-14 17:10:05 +00:00
Requires: /sbin/install-info, grep, fileutils
Requires: %{name}-libs = %{version}-%{release}
Requires: bash
Conflicts: MySQL
Obsoletes: mysql-client mysql-perl
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
# Working around perl dependency checking bug in rpm FTTB. Remove later.
%define __perl_requires %{SOURCE999}
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%description
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
client/server implementation consisting of a server daemon (mysqld)
and many different client programs and libraries. The base package
contains the standard MySQL client programs and generic MySQL files.
%package libs
Summary: The shared libraries required for MySQL clients
Group: Applications/Databases
2009-01-14 17:10:05 +00:00
Requires: /sbin/ldconfig
%description libs
The mysql-libs package provides the essential shared libraries for any
MySQL client program or interface. You will need to install this package
to use any other MySQL package or any clients that need to connect to a
MySQL server.
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%package server
Summary: The MySQL server and related files
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
Group: Applications/Databases
2009-01-14 17:10:05 +00:00
Requires: /sbin/chkconfig, /usr/sbin/useradd
Requires: %{name} = %{version}-%{release}
Requires: sh-utils
# mysqlhotcopy needs DBI/DBD support
Requires: perl-DBI, perl-DBD-MySQL
Conflicts: MySQL-server
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%description server
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
client/server implementation consisting of a server daemon (mysqld)
and many different client programs and libraries. This package contains
the MySQL server and some accompanying files and directories.
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%package cluster
Summary: MySQL Cluster daemons and related files
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
Conflicts: MySQL-storage-cluster
Conflicts: MySQL-management-cluster
Conflicts: MySQL-tools-cluster
Conflicts: MySQL-extra-cluster
%description cluster
MySQL is a multi-user, multi-threaded SQL database server.
MySQL Cluster is a distributed in-memory data store that can be accessed
by a MySQL server. This package contains the programs needed to run a MySQL
Cluster installation.
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%package devel
Summary: Files for development of MySQL applications
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
Requires: openssl-devel
Conflicts: MySQL-devel
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%description devel
MySQL is a multi-user, multi-threaded SQL database server. This
package contains the libraries and header files that are needed for
developing MySQL client applications.
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
2008-10-01 23:17:59 +00:00
%package embedded
Summary: MySQL as an embeddable library
Group: Applications/Databases
%description embedded
MySQL is a multi-user, multi-threaded SQL database server. This
package contains a version of the MySQL server that can be embedded
into a client application instead of running as a separate process.
%package embedded-devel
Summary: Development files for MySQL as an embeddable library
Group: Applications/Databases
Requires: %{name}-embedded = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
%description embedded-devel
MySQL is a multi-user, multi-threaded SQL database server. This
package contains files needed for developing and testing with
the embedded version of the MySQL server.
%package bench
Summary: MySQL benchmark scripts and data
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
Conflicts: MySQL-bench
%description bench
MySQL is a multi-user, multi-threaded SQL database server. This
package contains benchmark scripts and data for use when benchmarking
MySQL.
%package test
Summary: The test suite distributed with MySQL
Group: Applications/Databases
Requires: %{name} = %{version}-%{release}
Requires: %{name}-server = %{version}-%{release}
Conflicts: MySQL-test
%description test
MySQL is a multi-user, multi-threaded SQL database server. This
package contains the regression test suite distributed with
the MySQL sources.
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%prep
%setup -q
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%patch1 -p1
%patch2 -p1
2009-04-07 23:41:39 +00:00
# %patch3 -p1
%patch4 -p1
2005-03-05 18:21:23 +00:00
%patch5 -p1
2005-11-04 00:13:28 +00:00
%patch6 -p1
%patch7 -p1
2009-04-07 23:41:39 +00:00
%patch8 -p1
%patch9 -p1
%patch10 -p1
2009-10-16 04:26:47 +00:00
%patch11 -p1
libtoolize --force
aclocal
2007-02-09 20:53:25 +00:00
automake --add-missing -Wno-portability
autoconf
autoheader
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%build
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
# MySQL 4.1.10 definitely doesn't work under strict aliasing; also,
# gcc 4.1 breaks MySQL 5.0.16 without -fwrapv
CFLAGS="$CFLAGS -fno-strict-aliasing -fwrapv"
2008-10-01 23:17:59 +00:00
# force PIC mode so that we can build libmysqld.so
CFLAGS="$CFLAGS -fPIC"
2009-10-16 04:26:47 +00:00
# gcc seems to have some bugs on sparc as of 4.4.1, back off optimization
# submitted as bz #529298
%ifarch sparc sparcv9 sparc64
CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
%endif
2009-01-14 17:10:05 +00:00
# extra C++ flags as per recommendations in mysql's INSTALL-SOURCE doc
CXXFLAGS="$CFLAGS -felide-constructors -fno-rtti -fno-exceptions"
export CFLAGS CXXFLAGS
2009-01-14 17:10:05 +00:00
# mysql 5.1.30 fails regression tests on x86 unless we use --with-big-tables,
# suggesting that upstream doesn't bother to test the other case ...
%configure \
2004-10-28 20:05:14 +00:00
--with-readline \
2009-01-14 17:10:05 +00:00
--with-ssl=/usr \
--without-debug \
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
--enable-shared \
2008-10-01 23:17:59 +00:00
--with-embedded-server \
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
--localstatedir=/var/lib/mysql \
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
--with-mysqld-user="mysql" \
--with-extra-charsets=all \
2009-01-14 17:10:05 +00:00
--with-big-tables \
--with-pic \
--with-plugin-innobase \
--with-plugin-ndbcluster \
--enable-local-infile \
2005-11-03 03:30:48 +00:00
--enable-largefile \
--enable-thread-safe-client \
--disable-dependency-tracking
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
gcc $CFLAGS $LDFLAGS -o scriptstub "-DLIBDIR=\"%{_libdir}/mysql\"" %{SOURCE4}
# Not enabling assembler
make %{?_smp_mflags}
2008-10-01 23:17:59 +00:00
# regular build will make libmysqld.a but not libmysqld.so :-(
mkdir libmysqld/work
cd libmysqld/work
ar -x ../libmysqld.a
gcc $CFLAGS $LDFLAGS -shared -Wl,-soname,libmysqld.so.0 -o libmysqld.so.0.0.1 \
*.o \
2009-01-14 17:10:05 +00:00
-lpthread -lcrypt -lnsl -lssl -lcrypto -lz -lrt -lstdc++ -lm -lc
# this is to check that we built a complete library
cp %{SOURCE9} .
ln -s libmysqld.so.0.0.1 libmysqld.so.0
gcc -I../../include $CFLAGS mysql-embedded-check.c libmysqld.so.0
2009-01-14 17:10:05 +00:00
LD_LIBRARY_PATH=. ldd ./a.out
2008-10-01 23:17:59 +00:00
cd ../..
make check
%if %runselftest
# hack to let 32- and 64-bit tests run concurrently on same build machine
case `uname -m` in
ppc64 | s390x | x86_64 | sparc64 )
MTR_BUILD_THREAD=7
;;
*)
MTR_BUILD_THREAD=11
;;
esac
export MTR_BUILD_THREAD
2009-01-14 17:10:05 +00:00
# note: "make test" invokes two largely-duplicate sets of tests,
# which makes the runtime really unacceptably long ...
# if you want to change this, look at mysql-testing.patch too.
2009-01-14 17:10:05 +00:00
make test-ns
%endif
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
# multilib header hacks
# we only apply this to known Red Hat multilib arches, per bug #181335
case `uname -i` in
2009-10-16 04:26:47 +00:00
i386 | x86_64 | ppc | ppc64 | s390 | s390x | sparc | sparc64 )
mv $RPM_BUILD_ROOT/usr/include/mysql/my_config.h $RPM_BUILD_ROOT/usr/include/mysql/my_config_`uname -i`.h
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/usr/include/mysql/
2009-01-14 17:10:05 +00:00
mv $RPM_BUILD_ROOT/usr/include/mysql/storage/ndb/ndb_types.h $RPM_BUILD_ROOT/usr/include/mysql/storage/ndb/ndb_types_`uname -i`.h
install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/usr/include/mysql/storage/ndb/
;;
*)
;;
esac
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
mkdir -p $RPM_BUILD_ROOT/var/log
touch $RPM_BUILD_ROOT/var/log/mysqld.log
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
# List the installed tree for RPM package maintenance purposes.
find $RPM_BUILD_ROOT -print | sed "s|^$RPM_BUILD_ROOT||" | sort > ROOTFILES
gzip ${RPM_BUILD_ROOT}%{_infodir}/*
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
mkdir -p $RPM_BUILD_ROOT/var/run/mysqld
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
install -m 0755 -d $RPM_BUILD_ROOT/var/lib/mysql
install -m 0755 -d $RPM_BUILD_ROOT/var/lib/mysql-cluster
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/mysqld
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/etc/my.cnf
install -m 0755 %{SOURCE6} $RPM_BUILD_ROOT/etc/rc.d/init.d/ndbd
install -m 0755 %{SOURCE7} $RPM_BUILD_ROOT/etc/rc.d/init.d/ndb_mgmd
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir*
mv $RPM_BUILD_ROOT/usr/sql-bench $RPM_BUILD_ROOT%{_datadir}/sql-bench
mv $RPM_BUILD_ROOT/usr/mysql-test $RPM_BUILD_ROOT%{_datadir}/mysql-test
2009-03-05 02:50:07 +00:00
# 5.1.32 forgets to install the mysql-test README file
install -m 0644 mysql-test/README $RPM_BUILD_ROOT%{_datadir}/mysql-test/README
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
mv ${RPM_BUILD_ROOT}%{_bindir}/mysqlbug ${RPM_BUILD_ROOT}%{_libdir}/mysql/mysqlbug
install -m 0755 scriptstub ${RPM_BUILD_ROOT}%{_bindir}/mysqlbug
mv ${RPM_BUILD_ROOT}%{_bindir}/mysql_config ${RPM_BUILD_ROOT}%{_libdir}/mysql/mysql_config
install -m 0755 scriptstub ${RPM_BUILD_ROOT}%{_bindir}/mysql_config
2008-10-01 23:17:59 +00:00
rm -f ${RPM_BUILD_ROOT}%{_libdir}/mysql/libmysqld.a
install -m 0755 libmysqld/work/libmysqld.so.0.0.1 ${RPM_BUILD_ROOT}%{_libdir}/mysql/libmysqld.so.0.0.1
ln -s libmysqld.so.0.0.1 ${RPM_BUILD_ROOT}%{_libdir}/mysql/libmysqld.so.0
ln -s libmysqld.so.0 ${RPM_BUILD_ROOT}%{_libdir}/mysql/libmysqld.so
2004-10-28 20:05:14 +00:00
rm -f ${RPM_BUILD_ROOT}%{_bindir}/comp_err
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/comp_err.1*
2004-10-28 20:05:14 +00:00
rm -f ${RPM_BUILD_ROOT}%{_bindir}/make_win_binary_distribution
rm -f ${RPM_BUILD_ROOT}%{_bindir}/make_win_src_distribution
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/make_win_bin_dist.1*
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/make_win_src_distribution.1*
rm -f ${RPM_BUILD_ROOT}%{_libdir}/mysql/libmysqlclient*.la
rm -f ${RPM_BUILD_ROOT}%{_libdir}/mysql/libndbclient.la
2009-01-14 17:10:05 +00:00
rm -f ${RPM_BUILD_ROOT}%{_libdir}/mysql/plugin/*.la
rm -f ${RPM_BUILD_ROOT}%{_libdir}/mysql/plugin/*.a
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/binary-configure
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/make_binary_distribution
2004-10-28 20:05:14 +00:00
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/make_sharedlib_distribution
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/mi_test_all*
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/mysql.server
2008-03-04 02:46:54 +00:00
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/mysqld_multi.server
2004-10-28 20:05:14 +00:00
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/MySQL-shared-compat.spec
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/*.plist
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/preinstall
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/postinstall
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/mysql-*.spec
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/mysql-log-rotate
2009-01-14 17:10:05 +00:00
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/ChangeLog
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/mysql-stress-test.pl.1*
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/mysql-test-run.pl.1*
rm -f ${RPM_BUILD_ROOT}/usr/libexec/ndb_cpcd
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/ndb_cpcd.1*
# for the moment, remove ndb_size because of dependency on HTML::Template
rm -f ${RPM_BUILD_ROOT}%{_bindir}/ndb_size.pl
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/ndb_size.pl.1*
rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/ndb_size.tmpl
mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
echo "%{_libdir}/mysql" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.conf
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%pre server
/usr/sbin/useradd -M -o -r -d /var/lib/mysql -s /bin/bash \
-c "MySQL Server" -u 27 mysql > /dev/null 2>&1 || :
%pre cluster
/usr/sbin/useradd -M -o -r -d /var/lib/mysql -s /bin/bash \
-c "MySQL Server" -u 27 mysql > /dev/null 2>&1 || :
%post
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
/sbin/install-info %{_infodir}/mysql.info.gz %{_infodir}/dir
%post libs
/sbin/ldconfig
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%post server
if [ $1 = 1 ]; then
/sbin/chkconfig --add mysqld
fi
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
/bin/chmod 0755 /var/lib/mysql
/bin/touch /var/log/mysqld.log
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%post cluster
if [ $1 = 1 ]; then
/sbin/chkconfig --add ndbd
/sbin/chkconfig --add ndb_mgmd
fi
/bin/chmod 0755 /var/lib/mysql-cluster
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%preun
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/mysql.info.gz %{_infodir}/dir || :
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
fi
%preun server
if [ $1 = 0 ]; then
/sbin/chkconfig --del mysqld
fi
%preun cluster
if [ $1 = 0 ]; then
/sbin/chkconfig --del ndb_mgmd
/sbin/chkconfig --del ndbd
fi
%postun libs
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
if [ $1 = 0 ] ; then
/sbin/ldconfig
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
fi
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%postun server
if [ $1 -ge 1 ]; then
/sbin/service mysqld condrestart >/dev/null 2>&1 || :
fi
%postun cluster
if [ $1 -ge 1 ]; then
/sbin/service ndb_mgmd condrestart >/dev/null 2>&1 || :
/sbin/service ndbd condrestart >/dev/null 2>&1 || :
fi
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%files
%defattr(-,root,root)
%doc README COPYING EXCEPTIONS-CLIENT
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%{_bindir}/msql2mysql
%{_bindir}/mysql
2004-10-28 20:05:14 +00:00
%{_bindir}/mysql_config
%{_bindir}/mysql_find_rows
%{_bindir}/mysql_waitpid
%{_bindir}/mysqlaccess
2004-10-28 20:05:14 +00:00
%{_bindir}/mysqladmin
%{_bindir}/mysqlbinlog
%{_bindir}/mysqlcheck
%{_bindir}/mysqldump
%{_bindir}/mysqlimport
%{_bindir}/mysqlshow
2009-01-14 17:10:05 +00:00
%{_bindir}/mysqlslap
%{_bindir}/my_print_defaults
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%{_infodir}/*
2004-10-28 20:05:14 +00:00
%{_mandir}/man1/mysql.1*
2008-08-23 20:31:19 +00:00
%{_mandir}/man1/mysql_config.1*
%{_mandir}/man1/mysql_find_rows.1*
%{_mandir}/man1/mysql_waitpid.1*
2004-10-28 20:05:14 +00:00
%{_mandir}/man1/mysqlaccess.1*
%{_mandir}/man1/mysqladmin.1*
%{_mandir}/man1/mysqldump.1*
%{_mandir}/man1/mysqlshow.1*
2009-01-14 17:10:05 +00:00
%{_mandir}/man1/mysqlslap.1*
%{_mandir}/man1/my_print_defaults.1*
2004-10-28 20:05:14 +00:00
%{_libdir}/mysql/mysqlbug
%{_libdir}/mysql/mysql_config
%files libs
%defattr(-,root,root)
# although the default my.cnf contains only server settings, we put it in the
# libs package because it can be used for client settings too.
%config(noreplace) /etc/my.cnf
%dir %{_libdir}/mysql
%{_libdir}/mysql/libmysqlclient*.so.*
%{_libdir}/mysql/libndbclient.so.*
/etc/ld.so.conf.d/*
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%dir %{_datadir}/mysql
%{_datadir}/mysql/english
%lang(cs) %{_datadir}/mysql/czech
%lang(da) %{_datadir}/mysql/danish
%lang(nl) %{_datadir}/mysql/dutch
%lang(et) %{_datadir}/mysql/estonian
%lang(fr) %{_datadir}/mysql/french
%lang(de) %{_datadir}/mysql/german
%lang(el) %{_datadir}/mysql/greek
%lang(hu) %{_datadir}/mysql/hungarian
%lang(it) %{_datadir}/mysql/italian
%lang(ja) %{_datadir}/mysql/japanese
%lang(ko) %{_datadir}/mysql/korean
%lang(no) %{_datadir}/mysql/norwegian
%lang(no) %{_datadir}/mysql/norwegian-ny
%lang(pl) %{_datadir}/mysql/polish
%lang(pt) %{_datadir}/mysql/portuguese
%lang(ro) %{_datadir}/mysql/romanian
%lang(ru) %{_datadir}/mysql/russian
2004-10-28 20:05:14 +00:00
%lang(sr) %{_datadir}/mysql/serbian
%lang(sk) %{_datadir}/mysql/slovak
%lang(es) %{_datadir}/mysql/spanish
%lang(sv) %{_datadir}/mysql/swedish
%lang(uk) %{_datadir}/mysql/ukrainian
%{_datadir}/mysql/charsets
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%files server
%defattr(-,root,root)
%doc support-files/*.cnf
2004-10-28 20:05:14 +00:00
%{_bindir}/myisamchk
%{_bindir}/myisam_ftdump
%{_bindir}/myisamlog
%{_bindir}/myisampack
%{_bindir}/mysql_convert_table_format
%{_bindir}/mysql_fix_extensions
%{_bindir}/mysql_fix_privilege_tables
%{_bindir}/mysql_install_db
%{_bindir}/mysql_secure_installation
%{_bindir}/mysql_setpermission
%{_bindir}/mysql_tzinfo_to_sql
2006-05-02 03:37:40 +00:00
%{_bindir}/mysql_upgrade
2004-10-28 20:05:14 +00:00
%{_bindir}/mysql_zap
%{_bindir}/mysqlbug
%{_bindir}/mysqldumpslow
2004-10-28 20:05:14 +00:00
%{_bindir}/mysqld_multi
%{_bindir}/mysqld_safe
%{_bindir}/mysqlhotcopy
%{_bindir}/mysqltest
2005-11-03 03:30:48 +00:00
%{_bindir}/innochecksum
2004-10-28 20:05:14 +00:00
%{_bindir}/perror
%{_bindir}/replace
%{_bindir}/resolve_stack_dump
%{_bindir}/resolveip
/usr/libexec/mysqld
/usr/libexec/mysqlmanager
2009-01-14 17:10:05 +00:00
%{_libdir}/mysql/plugin
%{_mandir}/man1/msql2mysql.1*
%{_mandir}/man1/myisamchk.1*
%{_mandir}/man1/myisamlog.1*
%{_mandir}/man1/myisampack.1*
%{_mandir}/man1/mysql_convert_table_format.1*
%{_mandir}/man1/myisam_ftdump.1*
%{_mandir}/man1/mysql.server.1*
%{_mandir}/man1/mysql_fix_extensions.1*
%{_mandir}/man1/mysql_fix_privilege_tables.1*
%{_mandir}/man1/mysql_install_db.1*
%{_mandir}/man1/mysql_secure_installation.1*
2006-05-02 03:37:40 +00:00
%{_mandir}/man1/mysql_upgrade.1*
2004-10-28 20:05:14 +00:00
%{_mandir}/man1/mysql_zap.1*
2008-08-23 20:31:19 +00:00
%{_mandir}/man1/mysqlbug.1*
2009-02-13 21:22:22 +00:00
%{_mandir}/man1/mysqldumpslow.1*
%{_mandir}/man1/mysqlbinlog.1*
%{_mandir}/man1/mysqlcheck.1*
2004-10-28 20:05:14 +00:00
%{_mandir}/man1/mysqld_multi.1*
%{_mandir}/man1/mysqld_safe.1*
%{_mandir}/man1/mysqlhotcopy.1*
%{_mandir}/man1/mysqlimport.1*
%{_mandir}/man1/mysqlman.1*
%{_mandir}/man1/mysql_setpermission.1*
%{_mandir}/man1/mysqltest.1*
%{_mandir}/man1/innochecksum.1*
2004-10-28 20:05:14 +00:00
%{_mandir}/man1/perror.1*
%{_mandir}/man1/replace.1*
%{_mandir}/man1/resolve_stack_dump.1*
%{_mandir}/man1/resolveip.1*
%{_mandir}/man1/mysql_tzinfo_to_sql.1*
%{_mandir}/man8/mysqld.8*
%{_mandir}/man8/mysqlmanager.8*
2004-10-28 20:05:14 +00:00
2005-11-03 03:30:48 +00:00
%{_datadir}/mysql/errmsg.txt
2004-10-28 20:05:14 +00:00
%{_datadir}/mysql/fill_help_tables.sql
%{_datadir}/mysql/mysql_fix_privilege_tables.sql
%{_datadir}/mysql/mysql_system_tables.sql
%{_datadir}/mysql/mysql_system_tables_data.sql
%{_datadir}/mysql/mysql_test_data_timezone.sql
%{_datadir}/mysql/my-*.cnf
2009-01-14 17:10:05 +00:00
%{_datadir}/mysql/config.*.ini
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
/etc/rc.d/init.d/mysqld
%attr(0755,mysql,mysql) %dir /var/run/mysqld
%attr(0755,mysql,mysql) %dir /var/lib/mysql
2004-10-28 20:05:14 +00:00
%attr(0640,mysql,mysql) %config(noreplace) %verify(not md5 size mtime) /var/log/mysqld.log
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%files cluster
%defattr(-,root,root)
%{_bindir}/ndb_config
%{_bindir}/ndb_delete_all
%{_bindir}/ndb_desc
%{_bindir}/ndb_drop_index
%{_bindir}/ndb_drop_table
%{_bindir}/ndb_error_reporter
%{_bindir}/ndb_mgm
2009-01-14 17:10:05 +00:00
%{_bindir}/ndb_print_backup_file
%{_bindir}/ndb_print_schema_file
%{_bindir}/ndb_print_sys_file
%{_bindir}/ndb_restore
%{_bindir}/ndb_select_all
%{_bindir}/ndb_select_count
%{_bindir}/ndb_show_tables
#%{_bindir}/ndb_size.pl
%{_bindir}/ndb_test_platform
%{_bindir}/ndb_waiter
/usr/libexec/ndb_mgmd
/usr/libexec/ndbd
%{_datadir}/mysql/ndb-*.ini
#%{_datadir}/mysql/ndb_size.tmpl
/etc/rc.d/init.d/ndbd
/etc/rc.d/init.d/ndb_mgmd
%attr(0755,mysql,mysql) %dir /var/lib/mysql-cluster
%{_mandir}/man1/ndb_config.1*
%{_mandir}/man1/ndb_delete_all.1*
%{_mandir}/man1/ndb_desc.1*
%{_mandir}/man1/ndb_drop_index.1*
%{_mandir}/man1/ndb_drop_table.1*
%{_mandir}/man1/ndb_error_reporter.1*
%{_mandir}/man1/ndb_mgm.1*
%{_mandir}/man1/ndb_print_backup_file.1*
%{_mandir}/man1/ndb_print_schema_file.1*
%{_mandir}/man1/ndb_print_sys_file.1*
%{_mandir}/man1/ndb_restore.1*
%{_mandir}/man1/ndb_select_all.1*
%{_mandir}/man1/ndb_select_count.1*
%{_mandir}/man1/ndb_show_tables.1*
#%{_mandir}/man1/ndb_size.pl.1*
%{_mandir}/man1/ndb_waiter.1*
2009-01-14 17:10:05 +00:00
%{_mandir}/man1/ndbd_redo_log_reader.1*
2008-08-23 20:31:19 +00:00
%{_mandir}/man8/ndbd.8*
2009-02-13 21:22:22 +00:00
%{_mandir}/man8/ndbmtd.8*
2008-08-23 20:31:19 +00:00
%{_mandir}/man8/ndb_mgmd.8*
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%files devel
%defattr(-,root,root)
/usr/include/mysql
2009-01-14 17:10:05 +00:00
/usr/share/aclocal/mysql.m4
%{_libdir}/mysql/*.a
%{_libdir}/mysql/libmysqlclient*.so
%{_libdir}/mysql/libndbclient.so
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
2008-10-01 23:17:59 +00:00
%files embedded
%defattr(-,root,root)
%{_libdir}/mysql/libmysqld.so.*
%files embedded-devel
%defattr(-,root,root)
%{_libdir}/mysql/libmysqld.so
%{_bindir}/mysql_client_test_embedded
%{_bindir}/mysqltest_embedded
%{_mandir}/man1/mysql_client_test_embedded.1*
%{_mandir}/man1/mysqltest_embedded.1*
%files bench
%defattr(-,root,root)
%{_datadir}/sql-bench
%files test
%defattr(-,root,root)
%{_bindir}/mysql_client_test
%attr(-,mysql,mysql) %{_datadir}/mysql-test
%{_mandir}/man1/mysql_client_test.1*
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
%changelog
* Mon Nov 23 2009 Tom Lane <tgl@redhat.com> 5.1.41-1
- Update to MySQL 5.1.41, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-41.html
- Don't set old_passwords=1; we aren't being bug-compatible with 3.23 anymore
Resolves: #540735
2009-11-10 20:04:18 +00:00
* Tue Nov 10 2009 Tom Lane <tgl@redhat.com> 5.1.40-1
- Update to MySQL 5.1.40, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-40.html
- Do not force the --log-error setting in mysqld init script
Resolves: #533736
* Sat Oct 17 2009 Tom Lane <tgl@redhat.com> 5.1.39-4
- Replace kluge fix for ndbd sparc crash with a real fix (mysql bug 48132)
2009-10-16 04:26:47 +00:00
* Thu Oct 15 2009 Tom Lane <tgl@redhat.com> 5.1.39-3
- Work around two different compiler bugs on sparc, one by backing off
optimization from -O2 to -O1, and the other with a klugy patch
Related: #529298, #529299
- Clean up bogosity in multilib stub header support: ia64 should not be
listed (it's not multilib), sparc and sparc64 should be
* Wed Sep 23 2009 Tom Lane <tgl@redhat.com> 5.1.39-2
- Work around upstream bug 46895 by disabling outfile_loaddata test
2009-09-22 04:29:57 +00:00
* Tue Sep 22 2009 Tom Lane <tgl@redhat.com> 5.1.39-1
- Update to MySQL 5.1.39, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-39.html
* Mon Aug 31 2009 Tom Lane <tgl@redhat.com> 5.1.37-5
- Work around unportable assumptions about stpcpy(); re-enable main.mysql test
- Clean up some obsolete parameters to the configure script
2009-08-29 06:33:02 +00:00
* Sat Aug 29 2009 Tom Lane <tgl@redhat.com> 5.1.37-4
- Remove one misguided patch; turns out I was chasing a glibc bug
- Temporarily disable "main.mysql" test; there's something broken there too,
but we need to get mysql built in rawhide for dependency reasons
2009-08-21 14:34:15 +00:00
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 5.1.37-3
- rebuilt with new openssl
* Fri Aug 14 2009 Tom Lane <tgl@redhat.com> 5.1.37-2
- Add a couple of patches to improve the probability of the regression tests
completing in koji builds
2009-08-03 02:23:58 +00:00
* Sun Aug 2 2009 Tom Lane <tgl@redhat.com> 5.1.37-1
- Update to MySQL 5.1.37, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-37.html
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-11 03:43:11 +00:00
* Fri Jul 10 2009 Tom Lane <tgl@redhat.com> 5.1.36-1
- Update to MySQL 5.1.36, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-36.html
* Sat Jun 6 2009 Tom Lane <tgl@redhat.com> 5.1.35-1
- Update to MySQL 5.1.35, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-35.html
- Ensure that /var/lib/mysql is created with the right SELinux context
Resolves: #502966
2009-05-16 02:38:15 +00:00
* Fri May 15 2009 Tom Lane <tgl@redhat.com> 5.1.34-1
2009-05-16 02:40:09 +00:00
- Update to MySQL 5.1.34, for various fixes described at
2009-05-16 02:38:15 +00:00
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-34.html
2009-05-16 02:40:09 +00:00
- Increase startup timeout per bug #472222
2009-05-16 02:38:15 +00:00
* Wed Apr 15 2009 Tom Lane <tgl@redhat.com> 5.1.33-2
- Increase stack size of ndbd threads for safety's sake.
Related: #494631
2009-04-07 23:41:39 +00:00
* Tue Apr 7 2009 Tom Lane <tgl@redhat.com> 5.1.33-1
- Update to MySQL 5.1.33.
- Disable use of pthread_setschedparam; doesn't work the way code expects.
Related: #477624
2009-03-05 02:50:07 +00:00
* Wed Mar 4 2009 Tom Lane <tgl@redhat.com> 5.1.32-1
- Update to MySQL 5.1.32.
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.31-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-13 21:22:22 +00:00
* Fri Feb 13 2009 Tom Lane <tgl@redhat.com> 5.1.31-1
- Update to MySQL 5.1.31.
* Thu Jan 22 2009 Tom Lane <tgl@redhat.com> 5.1.30-2
- hm, apparently --with-innodb and --with-ndbcluster are still needed
even though no longer documented ...
* Thu Jan 22 2009 Tom Lane <tgl@redhat.com> 5.1.30-1
2009-01-14 17:10:05 +00:00
- Update to MySQL 5.1.30. Note that this includes an ABI break for
libmysqlclient (it's now got .so major version 16).
- This also updates mysql for new openssl build
2009-01-14 17:10:05 +00:00
2008-10-01 23:17:59 +00:00
* Wed Oct 1 2008 Tom Lane <tgl@redhat.com> 5.0.67-2
- Build the "embedded server" library, and package it in a new sub-RPM
mysql-embedded, along with mysql-embedded-devel for devel support files.
Resolves: #149829
2008-08-23 20:31:19 +00:00
* Sat Aug 23 2008 Tom Lane <tgl@redhat.com> 5.0.67-1
- Update to mysql version 5.0.67
- Move mysql_config's man page to base package, again (apparently I synced
that change the wrong way while importing specfile changes for ndbcluster)
* Sun Jul 27 2008 Tom Lane <tgl@redhat.com> 5.0.51a-2
- Enable ndbcluster support
Resolves: #163758
- Suppress odd crash messages during package build, caused by trying to
build dbug manual (which we don't install anyway) with dbug disabled
Resolves: #437053
- Improve mysql.init to pass configured datadir to mysql_install_db,
and to force user=mysql for both mysql_install_db and mysqld_safe.
Related: #450178
2008-03-04 02:46:54 +00:00
* Mon Mar 3 2008 Tom Lane <tgl@redhat.com> 5.0.51a-1
- Update to mysql version 5.0.51a
* Mon Mar 3 2008 Tom Lane <tgl@redhat.com> 5.0.45-11
- Fix mysql-stack-guard patch to work correctly on IA64
- Fix mysql.init to wait correctly when socket is not in default place
Related: #435494
* Mon Mar 03 2008 Dennis Gilmore <dennis@ausil.us> 5.0.45-10
- add sparc64 to 64 bit arches for test suite checking
- add sparc, sparcv9 and sparc64 to multilib handling
* Thu Feb 28 2008 Tom Lane <tgl@redhat.com> 5.0.45-9
- Fix the stack overflow problem encountered in January. It seems the real
issue is that the buildfarm machines were moved to RHEL5, which uses 64K not
4K pages on PPC, and because RHEL5 takes the guard area out of the requested
thread stack size we no longer had enough headroom.
Related: #435337
2008-02-20 03:51:52 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.0.45-8
- Autorebuild for GCC 4.3
* Tue Jan 8 2008 Tom Lane <tgl@redhat.com> 5.0.45-7
- Unbelievable ... upstream still thinks that it's a good idea to have a
regression test that is guaranteed to begin failing come January 1.
- ... and it seems we need to raise STACK_MIN_SIZE again too.
* Thu Dec 13 2007 Tom Lane <tgl@redhat.com> 5.0.45-6
- Back-port upstream fixes for CVE-2007-5925, CVE-2007-5969, CVE-2007-6303.
Related: #422211
2007-12-05 14:27:10 +00:00
* Wed Dec 5 2007 Tom Lane <tgl@redhat.com> 5.0.45-5
- Rebuild for new openssl
2007-08-25 21:19:14 +00:00
* Sat Aug 25 2007 Tom Lane <tgl@redhat.com> 5.0.45-4
- Seems we need explicit BuildRequires on gawk and procps now
2007-08-25 21:19:14 +00:00
- Rebuild to fix Fedora toolchain issues
2007-08-12 21:54:57 +00:00
* Sun Aug 12 2007 Tom Lane <tgl@redhat.com> 5.0.45-3
- Recent perl changes in rawhide mean we need a more specific BuildRequires
2007-08-02 22:55:51 +00:00
* Thu Aug 2 2007 Tom Lane <tgl@redhat.com> 5.0.45-2
- Update License tag to match code.
- Work around recent Fedora change that makes "open" a macro name.
2007-08-02 22:55:51 +00:00
* Sun Jul 22 2007 Tom Lane <tgl@redhat.com> 5.0.45-1
- Update to MySQL 5.0.45
Resolves: #246535
- Move mysql_config's man page to base package
Resolves: #245770
- move my_print_defaults to base RPM, for consistency with Stacks packaging
- mysql user is no longer deleted at RPM uninstall
Resolves: #241912
* Thu Mar 29 2007 Tom Lane <tgl@redhat.com> 5.0.37-2
- Use a less hacky method of getting default values in initscript
Related: #233771, #194596
- Improve packaging of mysql-libs per suggestions from Remi Collet
Resolves: #233731
- Update default /etc/my.cnf ([mysql.server] has been bogus for a long time)
* Mon Mar 12 2007 Tom Lane <tgl@redhat.com> 5.0.37-1
- Update to MySQL 5.0.37
Resolves: #231838
- Put client library into a separate mysql-libs RPM to reduce dependencies
Resolves: #205630
* Fri Feb 9 2007 Tom Lane <tgl@redhat.com> 5.0.33-1
- Update to MySQL 5.0.33
- Install band-aid fix for "view" regression test designed to fail after 2006
- Don't chmod -R the entire database directory tree on every startup
Related: #221085
- Fix unsafe use of install-info
Resolves: #223713
2007-02-09 20:47:18 +00:00
- Cope with new automake in F7
2007-02-09 20:53:25 +00:00
Resolves: #224171
2006-11-09 23:32:21 +00:00
* Thu Nov 9 2006 Tom Lane <tgl@redhat.com> 5.0.27-1
- Update to MySQL 5.0.27 (see CVE-2006-4031, CVE-2006-4226, CVE-2006-4227)
Resolves: #202247, #202675, #203427, #203428, #203432, #203434, #208641
- Fix init script to return status 1 on server start timeout
Resolves: #203910
- Move mysqldumpslow from base package to mysql-server
Resolves: #193559
- Adjust link options for BDB module
Resolves: #199368
2006-07-12 07:25:14 +00:00
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.0.22-2.1
- rebuild
* Sat Jun 10 2006 Tom Lane <tgl@redhat.com> 5.0.22-2
- Work around brew's tendency not to clean up failed builds completely,
by adding code in mysql-testing.patch to kill leftover mysql daemons.
2006-06-08 18:11:47 +00:00
* Thu Jun 8 2006 Tom Lane <tgl@redhat.com> 5.0.22-1
- Update to MySQL 5.0.22 (fixes CVE-2006-2753)
2006-06-08 18:11:47 +00:00
- Install temporary workaround for gcc bug on s390x (bz #193912)
2006-05-03 03:36:47 +00:00
* Tue May 2 2006 Tom Lane <tgl@redhat.com> 5.0.21-2
- Fix bogus perl Requires for mysql-test
2006-05-02 03:37:40 +00:00
* Mon May 1 2006 Tom Lane <tgl@redhat.com> 5.0.21-1
- Update to MySQL 5.0.21
* Mon Mar 27 2006 Tom Lane <tgl@redhat.com> 5.0.18-4
- Modify multilib header hack to not break non-RH arches, per bug #181335
- Remove logrotate script, per bug #180639.
- Add a new mysql-test RPM to carry the regression test files;
hack up test scripts as needed to make them run in /usr/share/mysql-test.
2006-02-11 04:40:02 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.0.18-2.1
- bump again for double-long bug on ppc(64)
* Thu Feb 9 2006 Tom Lane <tgl@redhat.com> 5.0.18-2
- err-log option has been renamed to log-error, fix my.cnf and initscript
2006-02-07 13:07:52 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.0.18-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Thu Jan 5 2006 Tom Lane <tgl@redhat.com> 5.0.18-1
2006-01-05 03:39:46 +00:00
- Update to MySQL 5.0.18
* Thu Dec 15 2005 Tom Lane <tgl@redhat.com> 5.0.16-4
- fix my_config.h for ppc platforms
* Thu Dec 15 2005 Tom Lane <tgl@redhat.com> 5.0.16-3
- my_config.h needs to guard against 64-bit platforms that also define the
32-bit symbol
* Wed Dec 14 2005 Tom Lane <tgl@redhat.com> 5.0.16-2
- oops, looks like we want uname -i not uname -m
* Mon Dec 12 2005 Tom Lane <tgl@redhat.com> 5.0.16-1
- Update to MySQL 5.0.16
- Add EXCEPTIONS-CLIENT license info to the shipped documentation
- Make my_config.h architecture-independent for multilib installs;
put the original my_config.h into my_config_$ARCH.h
- Add -fwrapv to CFLAGS so that gcc 4.1 doesn't break it
2005-12-09 22:42:12 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Mon Nov 14 2005 Tom Lane <tgl@redhat.com> 5.0.15-3
- Make stop script wait for daemon process to disappear (bz#172426)
2005-11-09 21:02:25 +00:00
* Wed Nov 9 2005 Tom Lane <tgl@redhat.com> 5.0.15-2
- Rebuild due to openssl library update.
2005-11-04 00:13:28 +00:00
* Thu Nov 3 2005 Tom Lane <tgl@redhat.com> 5.0.15-1
- Update to MySQL 5.0.15 (scratch build for now)
2005-11-03 03:30:48 +00:00
2005-10-05 20:10:54 +00:00
* Wed Oct 5 2005 Tom Lane <tgl@redhat.com> 4.1.14-1
- Update to MySQL 4.1.14
2005-08-23 13:11:06 +00:00
* Tue Aug 23 2005 Tom Lane <tgl@redhat.com> 4.1.12-3
- Use politically correct patch name.
* Tue Jul 12 2005 Tom Lane <tgl@redhat.com> 4.1.12-2
- Fix buffer overflow newly exposed in isam code; it's the same issue
previously found in myisam, and not very exciting, but I'm tired of
seeing build warnings.
* Mon Jul 11 2005 Tom Lane <tgl@redhat.com> 4.1.12-1
- Update to MySQL 4.1.12 (includes a fix for bz#158688, bz#158689)
- Extend mysql-test-ssl.patch to solve rpl_openssl test failure (bz#155850)
- Update mysql-lock-ssl.patch to match the upstream committed version
- Add --with-isam to re-enable the old ISAM table type, per bz#159262
- Add dependency on openssl-devel per bz#159569
- Remove manual.txt, as upstream decided not to ship it anymore;
it was redundant with the mysql.info file anyway.
* Mon May 9 2005 Tom Lane <tgl@redhat.com> 4.1.11-4
- Include proper locking for OpenSSL in the server, per bz#155850
* Mon Apr 25 2005 Tom Lane <tgl@redhat.com> 4.1.11-3
- Enable openssl tests during build, per bz#155850
- Might as well turn on --disable-dependency-tracking
* Fri Apr 8 2005 Tom Lane <tgl@redhat.com> 4.1.11-2
- Avoid dependency on <asm/atomic.h>, cause it won't build anymore on ia64.
This is probably a cleaner solution for bz#143537, too.
* Thu Apr 7 2005 Tom Lane <tgl@redhat.com> 4.1.11-1
- Update to MySQL 4.1.11 to fix bz#152911 as well as other issues
- Move perl-DBI, perl-DBD-MySQL dependencies to server package (bz#154123)
- Override configure thread library test to suppress HAVE_LINUXTHREADS check
- Fix BDB failure on s390x (bz#143537)
- At last we can enable "make test" on all arches
* Fri Mar 11 2005 Tom Lane <tgl@redhat.com> 4.1.10a-1
- Update to MySQL 4.1.10a to fix security vulnerabilities (bz#150868,
2005-03-11 17:25:55 +00:00
for CAN-2005-0711, and bz#150871 for CAN-2005-0709, CAN-2005-0710).
* Sun Mar 6 2005 Tom Lane <tgl@redhat.com> 4.1.10-3
- Fix package Requires: interdependencies.
2005-03-05 18:21:23 +00:00
* Sat Mar 5 2005 Tom Lane <tgl@redhat.com> 4.1.10-2
- Need -fno-strict-aliasing in at least one place, probably more.
- Work around some C spec violations in mysql.
2005-03-05 18:21:23 +00:00
2005-02-18 15:14:13 +00:00
* Fri Feb 18 2005 Tom Lane <tgl@redhat.com> 4.1.10-1
- Update to MySQL 4.1.10.
2005-01-16 02:06:18 +00:00
* Sat Jan 15 2005 Tom Lane <tgl@redhat.com> 4.1.9-1
- Update to MySQL 4.1.9.
2005-01-12 17:53:54 +00:00
* Wed Jan 12 2005 Tom Lane <tgl@redhat.com> 4.1.7-10
- Don't assume /etc/my.cnf will specify pid-file (bz#143724)
2005-01-12 15:23:30 +00:00
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 4.1.7-9
- Rebuilt for new readline.
* Tue Dec 21 2004 Tom Lane <tgl@redhat.com> 4.1.7-8
- Run make test on all archs except s390x (which seems to have a bdb issue)
* Mon Dec 13 2004 Tom Lane <tgl@redhat.com> 4.1.7-7
- Suppress someone's silly idea that libtool overhead can be skipped
2004-12-12 19:49:37 +00:00
* Sun Dec 12 2004 Tom Lane <tgl@redhat.com> 4.1.7-6
- Fix init script to not need a valid username for startup check (bz#142328)
- Fix init script to honor settings appearing in /etc/my.cnf (bz#76051)
- Enable SSL (bz#142032)
* Thu Dec 2 2004 Tom Lane <tgl@redhat.com> 4.1.7-5
2005-01-12 17:53:54 +00:00
- Add a restorecon to keep the mysql.log file in the right context (bz#143887)
* Tue Nov 23 2004 Tom Lane <tgl@redhat.com> 4.1.7-4
- Turn off old_passwords in default /etc/my.cnf file, for better compatibility
with mysql 3.x clients (per suggestion from Joe Orton).
* Fri Oct 29 2004 Tom Lane <tgl@redhat.com> 4.1.7-3
- Handle ldconfig more cleanly (put a file in /etc/ld.so.conf.d/).
2004-10-28 20:05:14 +00:00
* Thu Oct 28 2004 Tom Lane <tgl@redhat.com> 4.1.7-2
- rebuild in devel branch
* Wed Oct 27 2004 Tom Lane <tgl@redhat.com> 4.1.7-1
- Update to MySQL 4.1.x.
* Tue Oct 12 2004 Tom Lane <tgl@redhat.com> 3.23.58-13
- fix security issues CAN-2004-0835, CAN-2004-0836, CAN-2004-0837
(bugs #135372, 135375, 135387)
- fix privilege escalation on GRANT ALL ON `Foo\_Bar` (CAN-2004-0957)
* Wed Oct 06 2004 Tom Lane <tgl@redhat.com> 3.23.58-12
- fix multilib problem with mysqlbug and mysql_config
- adjust chkconfig priority per bug #128852
- remove bogus quoting per bug #129409 (MySQL 4.0 has done likewise)
- add sleep to mysql.init restart(); may or may not fix bug #133993
* Tue Oct 05 2004 Tom Lane <tgl@redhat.com> 3.23.58-11
- fix low-priority security issues CAN-2004-0388, CAN-2004-0381, CAN-2004-0457
(bugs #119442, 125991, 130347, 130348)
- fix bug with dropping databases under recent kernels (bug #124352)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 3.23.58-10
- rebuilt
* Sat Apr 17 2004 Warren Togami <wtogami@redhat.com> 3.23.58-9
- remove redundant INSTALL-SOURCE, manual.*
- compress manual.txt.bz2
- BR time
* Tue Mar 16 2004 Tom Lane <tgl@redhat.com> 3.23.58-8
- repair logfile attributes in %%files, per bug #102190
- repair quoting problem in mysqlhotcopy, per bug #112693
- repair missing flush in mysql_setpermission, per bug #113960
- repair broken error message printf, per bug #115165
- delete mysql user during uninstall, per bug #117017
- rebuilt
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Feb 24 2004 Tom Lane <tgl@redhat.com>
- fix chown syntax in mysql.init
- rebuild
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Nov 18 2003 Kim Ho <kho@redhat.com> 3.23.58-5
- update mysql.init to use anonymous user (UNKNOWN_MYSQL_USER) for
pinging mysql server (#108779)
* Mon Oct 27 2003 Kim Ho <kho@redhat.com> 3.23.58-4
- update mysql.init to wait (max 10 seconds) for mysql server to
start (#58732)
* Mon Oct 27 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.58-3
- re-enable Berkeley DB support (#106832)
- re-enable ia64 testing
* Fri Sep 19 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.58-2
- rebuilt
* Mon Sep 15 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.58-1
- upgrade to 3.23.58 for security fix
* Tue Aug 26 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.57-2
- rebuilt
* Wed Jul 02 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.57-1
- revert to prior version of MySQL due to license incompatibilities
with packages that link against the client. The MySQL folks are
looking into the issue.
* Wed Jun 18 2003 Patrick Macdonald <patrickm@redhat.com> 4.0.13-4
- restrict test on ia64 (temporary)
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 4.0.13-3
- rebuilt
* Thu May 29 2003 Patrick Macdonald <patrickm@redhat.com> 4.0.13-2
- fix filter-requires-mysql.sh with less restrictive for mysql-bench
* Wed May 28 2003 Patrick Macdonald <patrickm@redhat.com> 4.0.13-1
- update for MySQL 4.0
- back-level shared libraries available in mysqlclient10 package
* Fri May 09 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.56-2
- add sql-bench package (#90110)
* Wed Mar 19 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.56-1
- upgrade to 3.23.56 for security fixes
- remove patch for double-free (included in 3.23.56)
* Tue Feb 18 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.54a-11
- enable thread safe client
- add patch for double free fix
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Mon Jan 13 2003 Karsten Hopp <karsten@redhat.de> 3.23.54a-9
- disable checks on s390x
* Sat Jan 4 2003 Jeff Johnson <jbj@redhat.com> 3.23.54a-8
- use internal dep generator.
* Wed Jan 1 2003 Bill Nottingham <notting@redhat.com> 3.23.54a-7
- fix mysql_config on hammer
* Sun Dec 22 2002 Tim Powers <timp@redhat.com> 3.23.54a-6
- don't use rpms internal dep generator
* Tue Dec 17 2002 Elliot Lee <sopwith@redhat.com> 3.23.54a-5
- Push it into the build system
* Mon Dec 16 2002 Joe Orton <jorton@redhat.com> 3.23.54a-4
- upgrade to 3.23.54a for safe_mysqld fix
* Thu Dec 12 2002 Joe Orton <jorton@redhat.com> 3.23.54-3
- upgrade to 3.23.54 for latest security fixes
* Tue Nov 19 2002 Jakub Jelinek <jakub@redhat.com> 3.23.52-5
- Always include <errno.h> for errno
- Remove unpackaged files
* Tue Nov 12 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- do not prereq userdel, not used at all
* Mon Sep 9 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.52-4
- Use %%{_libdir}
- Add patch for x86-64
* Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 3.23.52-3
- rebuilt with gcc-3.2-7
* Thu Aug 29 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.52-2
- Add --enable-local-infile to configure - a new option
which doesn't default to the old behaviour (#72885)
* Fri Aug 23 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.52-1
- 3.23.52. Fixes a minor security problem, various bugfixes.
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 3.23.51-5
- rebuilt with gcc-3.2 (we hope)
* Mon Jul 22 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.51-4
- rebuild
* Thu Jul 18 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.51-3
- Fix #63543 and #63542
* Thu Jul 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.51-2
- Turn off bdb on PPC(#68591)
- Turn off the assembly optimizations, for safety.
* Wed Jun 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.51-1
- Work around annoying auto* thinking this is a crosscompile
- 3.23.51
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Mon Jun 10 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.50-2
- Add dependency on perl-DBI and perl-DBD-MySQL (#66349)
* Thu May 30 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.50-1
- 3.23.50
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Mon May 13 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.49-4
- Rebuild
- Don't set CXX to gcc, it doesn't work anymore
- Exclude Alpha
* Mon Apr 8 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.49-3
- Add the various .cnf examples as doc files to mysql-server (#60349)
- Don't include manual.ps, it's just 200 bytes with a URL inside (#60349)
- Don't include random files in /usr/share/mysql (#60349)
- langify (#60349)
* Thu Feb 21 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.49-2
- Rebuild
* Sun Feb 17 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.49-1
- 3.23.49
* Thu Feb 14 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.48-2
- work around perl dependency bug.
* Mon Feb 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.48-1
- 3.23.48
* Thu Jan 17 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.47-4
- Use kill, not mysqladmin, to flush logs and shut down. Thus,
an admin password can be set with no problems.
- Remove reload from init script
* Wed Jan 16 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.47-3
- remove db3-devel from buildrequires,
MySQL has had its own bundled copy since the mid thirties
* Sun Jan 6 2002 Trond Eivind Glomsrd <teg@redhat.com> 3.23.47-1
- 3.23.47
- Don't build for alpha, toolchain immature.
* Mon Dec 3 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.46-1
- 3.23.46
- use -fno-rtti and -fno-exceptions, and set CXX to increase stability.
Recommended by mysql developers.
* Sun Nov 25 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.45-1
- 3.23.45
* Wed Nov 14 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.44-2
- centralize definition of datadir in the initscript (#55873)
* Fri Nov 2 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.44-1
- 3.23.44
* Thu Oct 4 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.43-1
- 3.23.43
* Mon Sep 10 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.42-1
- 3.23.42
- reenable innodb
* Tue Aug 14 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.23.41-1
- 3.23.41 bugfix release
- disable innodb, to avoid the broken updates
- Use "mysqladmin flush_logs" instead of kill -HUP in logrotate
script (#51711)
* Sat Jul 21 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.40, bugfix release
- Add zlib-devel to buildrequires:
* Fri Jul 20 2001 Trond Eivind Glomsrd <teg@redhat.com>
- BuildRequires-tweaking
* Thu Jun 28 2001 Trond Eivind Glomsrd <teg@redhat.com>
- Reenable test, but don't run them for s390, s390x or ia64
- Make /etc/my.cnf config(noplace). Same for /etc/logrotate.d/mysqld
* Thu Jun 14 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.29
- enable innodb
- enable assembly again
- disable tests for now...
* Tue May 15 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.38
- Don't use BDB on Alpha - no fast mutexes
* Tue Apr 24 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.37
- Add _GNU_SOURCE to the compile flags
* Wed Mar 28 2001 Trond Eivind Glomsrd <teg@redhat.com>
- Make it obsolete our 6.2 PowerTools packages
- 3.23.36 bugfix release - fixes some security issues
which didn't apply to our standard configuration
- Make "make test" part of the build process, except on IA64
(it fails there)
* Tue Mar 20 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.35 bugfix release
- Don't delete the mysql user on uninstall
* Tue Mar 13 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.34a bugfix release
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
* Wed Feb 7 2001 Trond Eivind Glomsrd <teg@redhat.com>
- added readline-devel to BuildRequires:
* Tue Feb 6 2001 Trond Eivind Glomsrd <teg@redhat.com>
- small i18n-fixes to initscript (action needs $)
* Tue Jan 30 2001 Trond Eivind Glomsrd <teg@redhat.com>
- make it shut down and rotate logs without using mysqladmin
(from #24909)
* Mon Jan 29 2001 Trond Eivind Glomsrd <teg@redhat.com>
- conflict with "MySQL"
* Tue Jan 23 2001 Trond Eivind Glomsrd <teg@redhat.com>
- improve gettextizing
* Mon Jan 22 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.32
- fix logrotate script (#24589)
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
* Wed Jan 17 2001 Trond Eivind Glomsrd <teg@redhat.com>
- gettextize
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- move the items in Requires(post): to Requires: in preparation
for an errata for 7.0 when 3.23.31 is released
- 3.23.31
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
* Tue Jan 16 2001 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- add the log file to the rpm database, and make it 0640
(#24116)
- as above in logrotate script
- changes to the init sequence - put most of the data
in /etc/my.cnf instead of hardcoding in the init script
- use /var/run/mysqld/mysqld.pid instead of
/var/run/mysqld/pid
- use standard safe_mysqld
- shut down cleaner
* Mon Jan 08 2001 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- 3.23.30
- do an explicit chmod on /var/lib/mysql in post, to avoid
any problems with broken permissons. There is a report
of rm not changing this on its own (#22989)
* Mon Jan 01 2001 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- bzipped source
- changed from 85 to 78 in startup, so it starts before
apache (which can use modules requiring mysql)
* Wed Dec 27 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- 3.23.29a
* Tue Dec 19 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- add requirement for new libstdc++, build for errata
* Mon Dec 18 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- 3.23.29
* Mon Nov 27 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- 3.23.28 (gamma)
- remove old patches, as they are now upstreamed
* Thu Nov 14 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- Add a requirement for a new glibc (#20735)
- build on IA64
* Wed Nov 1 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- disable more assembly
* Wed Nov 1 2000 Jakub Jelinek <jakub@redhat.com>
- fix mysql on SPARC (#20124)
* Tue Oct 31 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- 3.23.27
* Wed Oct 25 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- add patch for fixing bogus aliasing in mysql from Jakub,
which should fix #18905 and #18620
* Mon Oct 23 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- check for negative niceness values, and negate it
if present (#17899)
- redefine optflags on IA32 FTTB
* Wed Oct 18 2000 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.26, which among other fixes now uses mkstemp()
instead of tempnam().
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
- revert changes made yesterday, the problem is now
isolated
* Tue Oct 17 2000 Trond Eivind Glomsrd <teg@redhat.com>
- use the compat C++ compiler FTTB. Argh.
- add requirement of ncurses4 (see above)
* Sun Oct 01 2000 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.25
- fix shutdown problem (#17956)
* Tue Sep 26 2000 Trond Eivind Glomsrd <teg@redhat.com>
- Don't try to include no-longer-existing PUBLIC file
as doc (#17532)
* Thu Sep 12 2000 Trond Eivind Glomsrd <teg@redhat.com>
- rename config file to /etc/my.cnf, which is what
mysqld wants... doh. (#17432)
- include a changed safe_mysqld, so the pid file option
works.
- make mysql dir world readable to they can access the
mysql socket. (#17432)
- 3.23.24
* Wed Sep 06 2000 Trond Eivind Glomsrd <teg@redhat.com>
- 3.23.23
* Sun Aug 27 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- Add "|| :" to condrestart to avoid non-zero exit code
* Thu Aug 24 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- it's mysql.com, not mysql.org and use correct path to
source (#16830)
* Wed Aug 16 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- source file from /etc/rc.d, not /etc/rd.d. Doh.
* Sun Aug 13 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- don't run ldconfig -n, it doesn't update ld.so.cache
(#16034)
- include some missing binaries
- use safe_mysqld to start the server (request from
mysql developers)
* Sat Aug 05 2000 Bill Nottingham <notting@redhat.com>
- condrestart fixes
* Mon Aug 01 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- 3.23.22. Disable the old patches, they're now in.
* Thu Jul 27 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- bugfixes in the initscript
- move the .so link to the devel package
* Wed Jul 19 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- rebuild due to glibc changes
* Tue Jul 18 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- disable compiler patch
- don't include info directory file
* Mon Jul 17 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- move back to /etc/rc.d/init.d
* Fri Jul 14 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- more cleanups in initscript
* Thu Jul 13 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- add a patch to work around compiler bug
(from monty@mysql.com)
* Wed Jul 12 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- don't build the SQL daemon statically (glibc problems)
- fix the logrotate script - only flush log if mysql
is running
- change the reloading procedure
- remove icon - glint is obsolete a long time ago
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Mon Jul 10 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- try the new compiler again
- build the SQL daemon statically
- add compile time support for complex charsets
- enable assembler
- more cleanups in initscript
* Sun Jul 09 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- use old C++ compiler
- Exclusivearch x86
* Sat Jul 08 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- move .so files to devel package
- more cleanups
- exclude sparc for now
* Wed Jul 05 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- 3.23.21
- remove file from /etc/sysconfig
- Fix initscript a bit - initialization of databases doesn't
work yet
- specify the correct licenses
- include a /etc/my.conf (empty, FTTB)
- add conditional restart to spec file
* Tue Jul 2 2000 Jakub Jelinek <jakub@redhat.com>
- Rebuild with new C++
* Fri Jun 30 2000 Trond Eivind Glomsrd <teg@redhat.com>
auto-import changelog data from mysql-3.23.22-6.src.rpm Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add "|| :" to condrestart to avoid non-zero exit code Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com> - it's mysql.com, not mysql.org and use correct path to source (#16830) Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com> - source file from /etc/rc.d, not /etc/rd.d. Doh. Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't run ldconfig -n, it doesn't update ld.so.cache (#16034) - include some missing binaries - use safe_mysqld to start the server (request from mysql developers) Sat Aug 05 2000 Bill Nottingham <notting@redhat.com> - condrestart fixes Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.22. Disable the old patches, they're now in. Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - bugfixes in the initscript - move the .so link to the devel package Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - rebuild due to glibc changes Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable compiler patch - don't include info directory file Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - move back to /etc/rc.d/init.d Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - more cleanups in initscript Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com> - add a patch to work around compiler bug (from monty@mysql.com) Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com> - don't build the SQL daemon statically (glibc problems) - fix the logrotate script - only flush log if mysql is running - change the reloading procedure - remove icon - glint is obsolete a long time ago Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com> - try the new compiler again - build the SQL daemon statically - add compile time support for complex charsets - enable assembler - more cleanups in initscript Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com> - use old C++ compiler - Exclusivearch x86 Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com> - move .so files to devel package - more cleanups - exclude sparc for now Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.21 - remove file from /etc/sysconfig - Fix initscript a bit - initialization of databases doesn't work yet - specify the correct licenses - include a /etc/my.conf (empty, FTTB) - add conditional restart to spec file Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com> - Rebuild with new C++ Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com> - update to 3.23.20 - use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir}, /etc/init.d - remove the bench package - change some of the descriptions a little bit - fix the init script - some compile fixes - specify mysql user - use mysql uid 27 (postgresql is 26) - don't build on ia64 Sat Feb 26 2000 Jos Vos <jos@xos.nl> - Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0 - Upgrade from version 3.22.27 to 3.22.32. - Do "make install" instead of "make install-strip", because "install -s" now appears to fail on various scripts. Afterwards, strip manually. - Reorganize subpackages, according to common Red Hat packages: the client program and shared library become the base package and the server and some accompanying files are now in a separate server package. The server package implicitly requires the base package (shared library), but we have added a manual require tag anyway (because of the shared config file, and more). - Rename the mysql-benchmark subpackage to mysql-bench. Mon Jan 31 2000 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1 - Add post(un)install scripts for updating ld.so.conf (client subpackage). Sun Nov 21 1999 Jos Vos <jos@xos.nl> - Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0 - Initial version. - Some ideas borrowed from Red Hat Powertools 6.1, although this spec file is a full rewrite from scratch.
2004-09-09 08:53:43 +00:00
- update to 3.23.20
- use %%configure, %%makeinstall, %%{_tmppath}, %%{_mandir},
%%{_infodir}, /etc/init.d
- remove the bench package
- change some of the descriptions a little bit
- fix the init script
- some compile fixes
- specify mysql user
- use mysql uid 27 (postgresql is 26)
- don't build on ia64
* Sat Feb 26 2000 Jos Vos <jos@xos.nl>
- Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0
- Upgrade from version 3.22.27 to 3.22.32.
- Do "make install" instead of "make install-strip", because "install -s"
now appears to fail on various scripts. Afterwards, strip manually.
- Reorganize subpackages, according to common Red Hat packages: the client
program and shared library become the base package and the server and
some accompanying files are now in a separate server package. The
server package implicitly requires the base package (shared library),
but we have added a manual require tag anyway (because of the shared
config file, and more).
- Rename the mysql-benchmark subpackage to mysql-bench.
* Mon Jan 31 2000 Jos Vos <jos@xos.nl>
- Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1
- Add post(un)install scripts for updating ld.so.conf (client subpackage).
* Sun Nov 21 1999 Jos Vos <jos@xos.nl>
- Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0
- Initial version.
- Some ideas borrowed from Red Hat Powertools 6.1, although this spec
file is a full rewrite from scratch.