Commit a15eafd0 authored by lenz@mysql.com's avatar lenz@mysql.com

- Small fix for support-files/mysql.spec.sh

 - Updated scripts/make_binary_distribution.sh to include the correct
   ChangeLog and the LICENSE file for non-GPL builds
parent 019b5ab7
...@@ -54,10 +54,13 @@ mkdir $BASE $BASE/bin $BASE/data $BASE/data/mysql $BASE/data/test \ ...@@ -54,10 +54,13 @@ mkdir $BASE $BASE/bin $BASE/data $BASE/data/mysql $BASE/data/test \
chmod o-rwx $BASE/data $BASE/data/* chmod o-rwx $BASE/data $BASE/data/*
for i in sql/ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY \ for i in ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY \
Docs/manual.html Docs/manual.txt Docs/manual_toc.html LICENSE Docs/manual.html Docs/manual.txt Docs/manual_toc.html
do do
$CP $i $BASE if [ -f $i ]
then
$CP $i $BASE
fi
done done
for i in extra/comp_err extra/replace extra/perror extra/resolveip \ for i in extra/comp_err extra/replace extra/perror extra/resolveip \
......
...@@ -115,6 +115,7 @@ Summary: MySQL - server with Berkeley DB and Innodb support ...@@ -115,6 +115,7 @@ Summary: MySQL - server with Berkeley DB and Innodb support
Group: Applications/Databases Group: Applications/Databases
Provides: mysql-Max Provides: mysql-Max
Obsoletes: mysql-Max Obsoletes: mysql-Max
Requires: MySQL = %{version}
%description Max %description Max
Optional MySQL server binary that supports features Optional MySQL server binary that supports features
...@@ -422,6 +423,11 @@ fi ...@@ -422,6 +423,11 @@ fi
%changelog %changelog
* Tue Sep 24 2002 Lenz Grimmer <lenz@mysql.com>
- MySQL-Max now requires MySQL to be the same version (to
avoid version mismatches e.g. mixing 3.23.xx and 4.0 packages)
* Thu Jul 30 2002 Lenz Grimmer <lenz@mysql.com> * Thu Jul 30 2002 Lenz Grimmer <lenz@mysql.com>
- Use some more macros (mandir and infodir) - Use some more macros (mandir and infodir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment