Update to 10.0.14

This commit is contained in:
Honza Horak 2014-09-29 17:19:52 +02:00
parent 487b6d1b34
commit 00534d9ccc
5 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/mariadb-10.0.11.tar.gz
/mariadb-10.0.12.tar.gz
/mariadb-10.0.13.tar.gz
/mariadb-10.0.14.tar.gz

View File

@ -97,11 +97,11 @@
# Make long macros shorter
%global sameevr %{epoch}:%{version}-%{release}
%global compatver 10.0
%global bugfixver 13
%global bugfixver 14
Name: %{pkgname}
Version: %{compatver}.%{bugfixver}
Release: 8%{?dist}
Release: 1%{?dist}
Epoch: 1
Summary: A community developed branch of MySQL
@ -632,8 +632,8 @@ install -p -m 0755 scripts/mysql_config_multilib %{buildroot}%{_bindir}/mysql_co
# install INFO_SRC, INFO_BIN into libdir (upstream thinks these are doc files,
# but that's pretty wacko --- see also %%{name}-file-contents.patch)
mv %{buildroot}%{_pkgdocdir}/MariaDB-server-%{version}/INFO_SRC %{buildroot}%{_libdir}/mysql/
mv %{buildroot}%{_pkgdocdir}/MariaDB-server-%{version}/INFO_BIN %{buildroot}%{_libdir}/mysql/
install -p -m 644 Docs/INFO_SRC %{buildroot}%{_libdir}/mysql/
install -p -m 644 Docs/INFO_BIN %{buildroot}%{_libdir}/mysql/
rm -rf %{buildroot}%{_pkgdocdir}/MariaDB-server-%{version}/
mkdir -p %{buildroot}%{logfiledir}
@ -1155,6 +1155,9 @@ fi
%endif
%changelog
* Mon Sep 29 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.14-1
- Update to 10.0.14
* Wed Sep 24 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.13-8
- Move connect engine to a separate package
Rename oqgraph engine to align with upstream packages

View File

@ -29,7 +29,7 @@ The datadir located at $datadir needs to be upgraded using 'mysql_upgrade' tool.
1. Back-up your data before running 'mysql_upgrade'
2. Start the database daemon using 'systemctl start @DAEMON_NAME@.service'
3. Run 'mysql_upgrade' with a database user that has sufficent privileges
3. Run 'mysql_upgrade' with a database user that has sufficient privileges
Read more about 'mysql_upgrade' usage at:
https://mariadb.com/kb/en/mariadb/documentation/sql-commands/table-commands/mysql_upgrade/

View File

@ -81,7 +81,7 @@ if [ ! -d "$datadir/mysql" ] ; then
exit $ret
fi
# upgrade does not need to be run on a fresh datadir
echo "@MYSQL_VERSION_ID@" >"$datadir/mysql_upgrade_info"
echo "@VERSION@-MariaDB" >"$datadir/mysql_upgrade_info"
# In case we're running as root, make sure files are owned properly
chown -R "$myuser:$mygroup" "$datadir"
fi

View File

@ -1 +1 @@
7b2e88864b51d7d0607dc37abb8a0adb mariadb-10.0.13.tar.gz
80fea71de54a9cfa7f5508df53d3f06d mariadb-10.0.14.tar.gz