update
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=53
This commit is contained in:
parent
ae457bcb49
commit
01662309bf
@ -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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
48
mariadb.spec
48
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
|
||||
@ -439,7 +435,7 @@ done
|
||||
%pre
|
||||
#-------------------------------------------------------------------------------
|
||||
/usr/sbin/groupadd -r mysql >/dev/null 2>/dev/null || :
|
||||
/usr/sbin/useradd -r -o -g mysql -u 60 -c "MySQL database admin" \
|
||||
/usr/sbin/useradd -r -o -g mysql -c "MySQL database admin" \
|
||||
-s /bin/false -d /var/lib/mysql mysql 2> /dev/null || :
|
||||
/usr/sbin/usermod -g mysql -s /bin/false mysql || :
|
||||
|
||||
@ -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