From: Date: August 2 2005 1:59pm Subject: bk commit into 4.1 tree (lenz:1.2361) BUG#12233 List-Archive: http://lists.mysql.com/internals/27798 X-Bug: 12233 Message-Id: <20050802115917.95AE930898@metis.lenznet> Below is the list of changes that have just been committed into a local 4.1 repository of lenz. When lenz does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.2361 05/08/02 13:59:02 lenz@stripped +1 -0 - 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. support-files/mysql.spec.sh 1.101 05/08/02 13:58:48 lenz@stripped +5 -2 - 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. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: lenz # Host: metis.lenznet # Root: /space/my/mysql-4.1-build --- 1.100/support-files/mysql.spec.sh 2005-07-28 18:35:17 +02:00 +++ 1.101/support-files/mysql.spec.sh 2005-08-02 13:58:48 +02:00 @@ -29,7 +29,6 @@ URL: http://www.mysql.com/ Packager: Lenz Grimmer Vendor: MySQL AB -Requires: fileutils sh-utils Provides: msqlormysql MySQL-server mysql BuildRequires: ncurses-devel Obsoletes: mysql @@ -60,7 +59,7 @@ %package server Summary: MySQL: a very fast and reliable SQL database server Group: Applications/Databases -Requires: fileutils sh-utils +Requires: coreutils grep procps /usr/sbin/useradd /usr/sbin/groupadd /sbin/chkconfig Provides: msqlormysql mysql-server mysql MySQL Obsoletes: MySQL mysql mysql-server @@ -669,6 +668,10 @@ # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Tue Aug 02 2005 Lenz Grimmer + +- Fixed the Requires: tag for the server RPM (BUG 12233) + * Fri Jul 15 2005 Lenz Grimmer - create a "mysql" user group and assign the mysql user account to that group