forked from pool/mariadb
- Update to 10.0.12
* Release notes: http://kb.askmonty.org/v/mariadb-10012-release-notes * Changelog: http://kb.askmonty.org/v/mariadb-10012-changelog - Not chowning datadir OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=150
This commit is contained in:
parent
90d006a320
commit
3e106af254
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1bab94525f538ed0409299b3ba5abec093f4e3fd3e6e81f2d22d2f531f998259
|
oid sha256:8a22396232d86c381d06d67321b3871084ccaa2878d80b12a4f124af69038d59
|
||||||
size 316
|
size 222
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8243dc65d0a0dea27dfd2ff7800cda013cba47bbec73a4f939caae7e08471ff9
|
|
||||||
size 41213116
|
|
3
mariadb-10.0.12.tar.bz2
Normal file
3
mariadb-10.0.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d4f69a4179b104a3823f53aafbeab4a3d5299f3f919902174ea5a50767c10df
|
||||||
|
size 41214094
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 2 21:43:19 UTC 2014 - michal.hrusecky@opensuse.org
|
||||||
|
|
||||||
|
- Update to 10.0.12
|
||||||
|
* Release notes:
|
||||||
|
http://kb.askmonty.org/v/mariadb-10012-release-notes
|
||||||
|
* Changelog:
|
||||||
|
http://kb.askmonty.org/v/mariadb-10012-changelog
|
||||||
|
- Not chowning datadir
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 16 09:55:54 UTC 2014 - coolo@suse.com
|
Mon Jun 16 09:55:54 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Few definitions which will alter build
|
# Few definitions which will alter build
|
||||||
%define preferred 01
|
%define preferred 01
|
||||||
%define use_systemd 01
|
%define use_systemd 01
|
||||||
@ -41,7 +40,7 @@ Name: mariadb
|
|||||||
Summary: Server part of MariaDB
|
Summary: Server part of MariaDB
|
||||||
License: SUSE-GPL-2.0-with-FLOSS-exception
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Version: 10.0.11
|
Version: 10.0.12
|
||||||
Release: 0
|
Release: 0
|
||||||
%define srv_vers 5.6.17
|
%define srv_vers 5.6.17
|
||||||
Url: http://www.mariab.org
|
Url: http://www.mariab.org
|
||||||
@ -470,7 +469,6 @@ end
|
|||||||
%endif
|
%endif
|
||||||
if [ -d /var/lib/mysql ]; then
|
if [ -d /var/lib/mysql ]; then
|
||||||
touch /var/lib/mysql/.run-mysql_upgrade
|
touch /var/lib/mysql/.run-mysql_upgrade
|
||||||
chown -R --no-dereference mysql:mysql /var/lib/mysql
|
|
||||||
fi
|
fi
|
||||||
for i in /var/lib/mysql/{.protected,.tmp}; do
|
for i in /var/lib/mysql/{.protected,.tmp}; do
|
||||||
( [ -d "$i" ] && rmdir "$i" ) || :
|
( [ -d "$i" ] && rmdir "$i" ) || :
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c09ba006de72fcfbea33dc2cf025b1fa0ab9aba2067be889bb4fa68b70c2005b
|
oid sha256:87a673d5d96ba4dbeef2eb9f485393da8cc157fb1a4f9a2599a64dde5425a761
|
||||||
size 24408
|
size 23736
|
||||||
|
Loading…
Reference in New Issue
Block a user