mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fixes build of 3.23.30
This commit is contained in:
parent
94836b77ae
commit
6a6b9c1bae
3 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
mwagner@work.mysql.com
|
||||
mwagner@evoq.home.mwagner.org
|
||||
monty@donna.mysql.com
|
||||
monty@work.mysql.com
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue