Please login to access the resource
Overview

Request 79073 accepted

update & dropped embedded part

Loading...
Request History
Michal Hrusecky (old before rename to _miska_)'s avatar

-miska- created request

update & dropped embedded part


Stephan Kulow's avatar

coolo approved review

Builds for repo openSUSE_Factory

Output of check script (non-fatal):
- package has baselibs.conf: (unchanged)
(W) Attention, changes.factory is not mentioned in spec files as source or patch.
###ASK mariadb/changes.factory
(W) Attention, default_plugins.cnf is not mentioned in spec files as source or patch.
###ASK mariadb/default_plugins.cnf
--------------------------------------------------------------
mariadb/mariadb.spec has a %pre with groupadd and/or useradd
please check if this is ok:

-----------------master-table-entry:--------------------------

-----------------specfile section:----------------------------
%pre
#-------------------------------------------------------------------------------
/usr/sbin/groupadd -r mysql >/dev/null 2>/dev/null || :
/usr/sbin/useradd -r -o -g mysql -u 60 -c "MySQL database admin" \
-s /bin/false -d /var/lib/mysql mysql 2> /dev/null || :
/usr/sbin/usermod -g mysql -s /bin/false mysql || :

#-------------------------------------------------------------------------------
%preun
%pretrans
if [ -x /usr/sbin/rcmysql ]; then
RESTART=""
/usr/sbin/rcmysql status > /dev/null && RESTART="yes"
/usr/sbin/rcmysql stop
[ "$RESTART" ] && mkdir -p /var/run/mysql/restart
fi
dbfile=var/mysql/mysql/db.ISM
olddir=var/mysql
newdir=var/lib/mysql
# Do the database files still belong to root (very old installation)?
# Change ownerships
if [ -O $dbfile ]
then
chown -Rv mysql:mysql var/mysql/
fi

#-------------------------------------------------------------------------------
%posttrans
--------------------------------------------------------------


Sascha Peilicke's avatar

saschpe accepted request

Accepted submit request 79073 from user coolo


Saul Goodman's avatar

licensedigger accepted review

{"approve": "version update 5.1.44 -> 5.2.7 covered by ldb"}


Stephan Kulow's avatar

coolo accepted review

Builds for repo openSUSE_Factory

Output of check script (non-fatal):
- package has baselibs.conf: (unchanged)
(W) Attention, changes.factory is not mentioned in spec files as source or patch.
###ASK mariadb/changes.factory
(W) Attention, default_plugins.cnf is not mentioned in spec files as source or patch.
###ASK mariadb/default_plugins.cnf
--------------------------------------------------------------
mariadb/mariadb.spec has a %pre with groupadd and/or useradd
please check if this is ok:

-----------------master-table-entry:--------------------------

-----------------specfile section:----------------------------
%pre
#-------------------------------------------------------------------------------
/usr/sbin/groupadd -r mysql >/dev/null 2>/dev/null || :
/usr/sbin/useradd -r -o -g mysql -u 60 -c "MySQL database admin" \
-s /bin/false -d /var/lib/mysql mysql 2> /dev/null || :
/usr/sbin/usermod -g mysql -s /bin/false mysql || :

#-------------------------------------------------------------------------------
%preun
%pretrans
if [ -x /usr/sbin/rcmysql ]; then
RESTART=""
/usr/sbin/rcmysql status > /dev/null && RESTART="yes"
/usr/sbin/rcmysql stop
[ "$RESTART" ] && mkdir -p /var/run/mysql/restart
fi
dbfile=var/mysql/mysql/db.ISM
olddir=var/mysql
newdir=var/lib/mysql
# Do the database files still belong to root (very old installation)?
# Change ownerships
if [ -O $dbfile ]
then
chown -Rv mysql:mysql var/mysql/
fi

#-------------------------------------------------------------------------------
%posttrans
--------------------------------------------------------------

openSUSE Build Service is sponsored by