lenz@mysql.com
54d60d7fa7
Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0
2005-09-29 14:35:07 +02:00
lenz@mysql.com
68e6b0e21d
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
2005-09-29 13:57:41 +02:00
lenz@mysql.com
443048f61c
- fixed the removing of the RPM_BUILD_ROOT in the %clean section of the RPM
...
spec file (the $RBR variable did not get expanded, thus leaving old build
roots behind)
2005-09-29 13:55:54 +02:00
jimw@mysql.com
e2643c2942
Fix handling of libexecdir and sbindir in mysql.server, and note that
...
basedir and datadir settings in script may be overwritten by settings
in configuration files. (Bug #12550 )
2005-08-26 12:02:06 -07:00
monty@mishka.local
f384e08277
Merge mishka.local:/home/my/mysql-4.1
...
into mishka.local:/home/my/mysql-5.0
2005-08-25 06:55:48 +03:00
joerg@mysql.com
ddcbf609c4
Ensure that a failing test does not stop testing or the whole RPM build process.
2005-08-22 12:48:01 +02:00
lenz@mysql.com
4880d22b79
- Removed a non-fatal error when running the Mac OS X 10.4 PackageMaker:
...
CFBundleShortVersionString in Info.plist may not include a version
suffix like "-beta" (BUG#12584)
- Minor cleanup: removed two unused keys from Info.plist: IFMajorVersion
and IFMinorVersion
2005-08-15 15:44:56 +02:00
lenz@mysql.com
acaad2c70b
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-merge
2005-08-12 14:44:16 +02:00
lenz@mysql.com
61a9bace12
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-merge
2005-08-12 14:44:03 +02:00
lenz@mysql.com
77bb2add1b
Merge mysql.com:/space/my/mysql-4.1-merge
...
into mysql.com:/space/my/mysql-5.0-build
2005-08-12 11:49:42 +02:00
lenz@mysql.com
8a72ee556d
Merge mysql.com:/space/my/mysql-4.0-merge
...
into mysql.com:/space/my/mysql-4.1-merge
2005-08-12 08:13:02 +02:00
lenz@mysql.com
16b696a60e
- another comment typo fixed
2005-08-11 21:18:45 +02:00
lenz@mysql.com
c1c336f84b
- Fix for BUG#11380 (as recommened by JimW): renamed the preinstall/postinstall scripts to
...
preflight/postflight instead, so they are run every time a PKG is installed, not only for
a fresh installation
2005-08-11 20:23:12 +02:00
lenz@mysql.com
776bf91371
- Make sure the Mac OS X support files are built, but not installed by "make install" (the previous
...
change was too drastic) (BUG#12506)
2005-08-11 20:13:12 +02:00
lenz@mysql.com
aff1328ada
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-08-04 12:48:28 +02:00
lenz@mysql.com
eb19f12fbf
- manual merge from 4.0 into 4.1: used the local version of ha_innodb.cc, merged
...
the rpm spec file changelog
2005-08-04 12:35:13 +02:00
lenz@mysql.com
307c920354
- Fixed the creation of the mysql user group account in the postinstall section of
...
the MySQL-server RPM spec file (BUG#12348)
2005-08-04 12:22:51 +02:00
lenz@mysql.com
08694dc2ac
- fixed enabling the Archive storage engine for the mysqld-max RPM binary
2005-08-04 11:57:30 +02:00
lenz@mysql.com
2889025acc
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-08-02 14:04:21 +02:00
lenz@mysql.com
9217c90a77
- Fixed the Requires: tag for the server RPM (BUG#12233), make sure to list all
...
required commands/packages so the installation succeeds. Removed the superflouus
Requires field from the source RPM.
2005-08-02 13:59:02 +02:00
monty@mysql.com
15d48525af
Merge mysql.com:/home/my/mysql-4.1
...
into mysql.com:/home/my/mysql-5.0
2005-07-28 17:09:54 +03:00
lenz@mysql.com
a5b6057db5
- build the RPM binaries against the bundled zlib, when static linking is requested
2005-07-27 16:42:13 +02:00
lenz@mysql.com
e259d9e96b
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-07-20 22:41:53 +02:00
lenz@mysql.com
64e4c5ff98
- Manually merged fixes for BUG#12057 (*.plist (Mac OS X) files are installed on Linux)
2005-07-20 21:47:10 +02:00
lenz@mysql.com
ca9087a82c
- don't install the Mac OS X support files when running "make install" -
...
they're not needed outside of the source tree (BUG#12057)
- Removed some more unneeded files from "make install" along the way
2005-07-20 19:15:48 +02:00
lenz@mysql.com
d9de51cf23
Merge mysql.com:/space/my/mysql-4.1.13-clone
...
into mysql.com:/space/my/mysql-5.0-build
2005-07-15 09:23:36 +02:00
lenz@mysql.com
0487cb938e
- manual merge of the fix for BUG#10984: create a "mysql" user group and assign the
...
mysql user account to that group in the server postinstall section of the RPM spec
file
2005-07-15 09:07:33 +02:00
lenz@mysql.com
0d7a2641b5
RPM spec file improvements:
...
- create a "mysql" user group and assign the mysql user account to that group
in the server postinstall section. (BUG 10984)
- backported some changes from the 4.1 RPM spec file (cleanups: removed the incomplete
Brazilian translations, more consequent use of macros)
2005-07-15 08:54:11 +02:00
lenz@mysql.com
1e399654b4
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-07-04 22:14:14 +02:00
lenz@mysql.com
a300489d0c
- The Max package should Require a matching MySQL-server package. Automatically replace
...
the version string with the base version of the current build
2005-07-04 22:11:38 +02:00
lenz@mysql.com
e218dffe1b
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-5.0-build
2005-06-15 00:57:23 +02:00
lenz@mysql.com
90479d9ece
- Do not build the RPMs statically on i386 by default, only when adding either
...
"--with static" or "--define '_with_static 1'" to the RPM build options.
Static linking really only makes sense when linking against the specially patched
glibc 2.2.5.
2005-06-14 21:39:08 +02:00
lenz@mysql.com
d30f69ab0a
- added the libndbclient static and shared libraries to the RPM (BUG 10676)
2005-06-07 14:39:00 +02:00
lenz@mysql.com
6e5818e977
- manual merge of mysql.spec.sh
2005-06-07 11:40:56 +02:00
lenz@mysql.com
1c21f84afb
- BUG#10676: don't install "make_win_src_distribution" and "make_win_binary_distribution"
...
when doing "make install" (they are not needed/useful) outside the build tree. Added
"mysql_client_test" to the "MySQL-bench" RPM.
- some small RPM spec file improvements (more variables than hard-coded values, cleanups)
2005-06-07 10:25:51 +02:00
lenz@mysql.com
9afd2563e9
Merge of 4.1 -> 5.0
2005-06-01 15:11:14 +02:00
lenz@mysql.com
e877e71b17
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
2005-06-01 13:06:15 +02:00
lenz@mysql.com
7bd3dd7cb3
- removed references to some obsolete files (BUG#10824)
...
- removed obsolete mysql-max.spec.sc RPM spec file (Max is built out of the standard
spec file)
2005-06-01 12:59:10 +02:00
joerg@mysql.com
9504bd0ddd
Manual merge.
2005-05-26 12:51:44 +02:00
joerg@mysql.com
830d25d985
Manual merge.
2005-05-25 18:11:03 +02:00
joerg@mysql.com
0d121fe01a
Added a missing "make clean" to the RPM "spec" file which had caused the original 4.1.12 RPMs to be broken.
...
(bug#10674, bug#10681)
2005-05-25 16:24:07 +02:00
konstantin@mysql.com
753959cd88
Manual merge
2005-05-05 13:47:09 +04:00
kent@mysql.com
038ef8f865
mwcc-wrapper, compile-darwin-mwcc, mwar-wrapper:
...
Initial Metrowerks CodeWarrior compiler support
new file
2005-05-05 09:34:15 +02:00
lenz@mysql.com
e4907dcdb7
Merge mysql.com:/space/my/mysql-4.1-bug9444
...
into mysql.com:/space/my/mysql-5.0
2005-05-04 15:00:18 +02:00
lenz@mysql.com
59930b6e84
- adjusted the start and stop priority level in the mysql.server init script for chkconfig on
...
Red Hat Linux (BUG#9444) - we now match the levels used by the MySQL as shipped with Red Hat Linux
(e.g. RHEL3/RHEL4)
2005-05-04 14:58:43 +02:00
joerg@mysql.com
af59b7502b
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/M41/mysql-4.1
2005-04-26 19:26:51 +02:00
joerg@mysql.com
49ac2dac3e
Automerge / manual check of the fixes for NPTL configuration (bug#2173, bug#5871, and bug#9497).
...
Post-merge fix will follow.
2005-04-26 12:03:37 +02:00
lenz@mysql.com
918ce29557
- manual merge
2005-04-21 08:30:59 +02:00
joerg@mysql.com
48ba5e4956
Step 1 of the switch to support configuration with NPTL:
...
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
2005-04-20 20:10:28 +02:00
lenz@mysql.com
cf152b156d
- Enabled the "blackhole" storage engine for the Max RPM subpackage
2005-04-20 08:39:08 +02:00