Hello community, here is the log from the commit of package postgresql for openSUSE:Factory checked in at 2018-05-07 14:53:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql (Old) and /work/SRC/openSUSE:Factory/.postgresql.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql" Mon May 7 14:53:39 2018 rev:53 rq:604586 version:10 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes 2018-01-19 11:49:04.715332142 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql.new/postgresql.changes 2018-05-07 14:53:39.318082969 +0200 @@ -1,0 +2,12 @@ +Mon Apr 30 13:26:49 UTC 2018 - [email protected] + +- Require update-alternatives by postgresql: one of the main + scripts in use is install-alternatives, which calls u-a. + +------------------------------------------------------------------- +Fri Feb 2 10:03:33 UTC 2018 - [email protected] + +- Put POSTGRES_LANG into LC_ALL instead of LANG to retain the + previous behaviour of that variable (boo#1077027). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql.spec ++++++ --- /var/tmp/diff_new_pack.Qd0RST/_old 2018-05-07 14:53:40.018061121 +0200 +++ /var/tmp/diff_new_pack.Qd0RST/_new 2018-05-07 14:53:40.022060996 +0200 @@ -38,6 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: postgresql-noarch = %version-%release Requires: postgresql-implementation +Requires: update-alternatives Recommends: %defaultpackage BuildArch: noarch Source0: postgresql-init ++++++ postgresql-script ++++++ --- /var/tmp/diff_new_pack.Qd0RST/_old 2018-05-07 14:53:40.106058375 +0200 +++ /var/tmp/diff_new_pack.Qd0RST/_new 2018-05-07 14:53:40.110058250 +0200 @@ -43,7 +43,7 @@ case "$1" in start) if [ ! -f $DATADIR/PG_VERSION ]; then - LANG=${POSTGRES_LANG:-$LANG} + test -n "$POSTGRES_LANG" && export LC_ALL="$POSTGRES_LANG" V=$(printf "%02d%02d" $(echo $VERSION|awk -F. '{print $1, $2}')) install -d -m 700 ${DATADIR} && echo "Initializing PostgreSQL $VERSION at location ${DATADIR}"
