Hello community,

here is the log from the commit of package postgresql for openSUSE:Factory 
checked in at 2018-01-19 11:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql"

Fri Jan 19 11:49:03 2018 rev:52 rq:566886 version:10

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes    2017-12-15 
14:01:53.222749209 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql.new/postgresql.changes       
2018-01-19 11:49:04.715332142 +0100
@@ -1,0 +2,7 @@
+Wed Jan 17 16:48:57 UTC 2018 - [email protected]
+
+- postgresql-script: /etc/sysconfig/language is deprecated, use the
+  locale that was inherited from systemd instead for initializing
+  a new database instance (boo#1074988).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postgresql-script ++++++
--- /var/tmp/diff_new_pack.n5wDSL/_old  2018-01-19 11:49:05.315303856 +0100
+++ /var/tmp/diff_new_pack.n5wDSL/_new  2018-01-19 11:49:05.319303667 +0100
@@ -43,13 +43,11 @@
 case "$1" in
     start)
        if [ ! -f $DATADIR/PG_VERSION ]; then
-           LANG_SYSCONFIG=/etc/sysconfig/language
-           test -f "$LANG_SYSCONFIG" && . $LANG_SYSCONFIG
-           LANG=${POSTGRES_LANG:-$RC_LANG}
+           LANG=${POSTGRES_LANG:-$LANG}
             V=$(printf "%02d%02d" $(echo $VERSION|awk -F. '{print $1, $2}'))
            install -d -m 700 ${DATADIR} &&
            echo "Initializing PostgreSQL $VERSION at location ${DATADIR}"
-           /usr/bin/initdb --locale=$LANG --auth=ident $DATADIR &> initlog || {
+           /usr/bin/initdb --auth=ident $DATADIR &> initlog || {
                echo "Initialisation failed. See $PWD/initlog ."
                exit 1
            }


Reply via email to