Accepting request 88576 from server:database
- re-adding static mysql user id - updated to MariaDB 5.2.9 * Release notes: http://kb.askmonty.org/v/mariadb-529-release-notes * Changelog: http://kb.askmonty.org/v/mariadb-529-changelog OBS-URL: https://build.opensuse.org/request/show/88576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=9
This commit is contained in:
commit
7952f3e594
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d93930ecd3584854aabd161aaa0643cf4f37d9eac972e59d38662c9a6838a161
|
||||
size 19011956
|
3
mariadb-5.2.9.tar.bz2
Normal file
3
mariadb-5.2.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ada8f5bcdedf48f74b8d0c1d8180c35a811f3a6b2446d1f58941cf3e5f4d461
|
||||
size 19019197
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 14:26:19 CEST 2011 - mhrusecky@suse.cz
|
||||
|
||||
- re-adding static mysql user id
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 23:47:02 CEST 2011 - mhrusecky@suse.cz
|
||||
|
||||
- updated to MariaDB 5.2.9
|
||||
* Release notes:
|
||||
http://kb.askmonty.org/v/mariadb-529-release-notes
|
||||
* Changelog:
|
||||
http://kb.askmonty.org/v/mariadb-529-changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 16:04:32 CEST 2011 - mhrusecky@suse.cz
|
||||
|
||||
|
46
mariadb.spec
46
mariadb.spec
@ -31,7 +31,7 @@
|
||||
|
||||
Name: mariadb
|
||||
Summary: A True Multiuser, Multithreaded SQL Database Server
|
||||
Version: 5.2.8
|
||||
Version: 5.2.9
|
||||
Release: 1
|
||||
%define srv_vers 5.1.57
|
||||
License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT
|
||||
@ -52,11 +52,7 @@ Source12: series
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version}
|
||||
PreReq: pwdutils
|
||||
%else
|
||||
PreReq: /usr/sbin/useradd /usr/sbin/usermod /usr/sbin/groupadd
|
||||
%endif
|
||||
PreReq: coreutils sed grep
|
||||
%if 0%{?suse_version}
|
||||
PreReq: %install_info_prereq %insserv_prereq
|
||||
%endif
|
||||
BuildRequires: gcc-c++ ncurses-devel openssl-devel procps readline-devel zlib-devel
|
||||
@ -487,30 +483,22 @@ fi
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%post -n libmariadbclient16
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%post -n libmariadbclient16 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%postun -n libmariadbclient16
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%postun -n libmariadbclient16 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%post -n libmariadbclient_r16
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%post -n libmariadbclient_r16 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%postun -n libmariadbclient_r16
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%postun -n libmariadbclient_r16 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%endif
|
||||
@ -518,44 +506,32 @@ fi
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%post -n libmysqlclient16
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%post -n libmysqlclient16 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%postun -n libmysqlclient16
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%postun -n libmysqlclient16 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%post -n libmysqlclient_r16
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%post -n libmysqlclient_r16 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%postun -n libmysqlclient_r16
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%postun -n libmysqlclient_r16 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%post -n libmysqld0
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%post -n libmysqld0 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
%postun -n libmysqld0
|
||||
#-------------------------------------------------------------------------------
|
||||
/sbin/ldconfig
|
||||
%postun -n libmysqld0 -p /sbin/ldconfig
|
||||
#-------------------------------------------------------------------------------
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user