Fixes build of 3.23.30

This commit is contained in:
monty@work.mysql.com 2001-01-01 21:57:05 +01:00
parent 94836b77ae
commit 6a6b9c1bae
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
mwagner@work.mysql.com
mwagner@evoq.home.mwagner.org
monty@donna.mysql.com
monty@work.mysql.com

View file

@ -27,7 +27,9 @@ VER_NO_DASH=`echo $VER | sed -e "s|-.*$||"`
echo "Removing old MySQL packages"
rm -rf $rpmdir/BUILD/mysql-*
rm -f $rpmdir/SOURCES/mysql-*
rm -f $rpmdir/SRPMS/MySQL-*
rm -f $rpmdir/SPEC/mysql-*
echo "Building RPM for MySQL version $VER on $bmachine"

View file

@ -334,7 +334,6 @@ fi
%attr(755, root, root) /usr/bin/mysqlshow
%attr(755, root, root) /usr/bin/mysqlbinlog
%attr(644, root, man) %doc /usr/man/man1/mysql.1*
%attr(644, root, man) %doc /usr/man/man1/mysql.1*
%attr(644, root, man) %doc /usr/man/man1/isamchk.1*
%attr(644, root, man) %doc /usr/man/man1/isamlog.1*