Hello community, here is the log from the commit of package postgresql-init for openSUSE:Factory checked in at 2013-07-18 16:07:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql-init (Old) and /work/SRC/openSUSE:Factory/.postgresql-init.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql-init" Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql-init/postgresql-init.changes 2012-10-22 22:09:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql-init.new/postgresql-init.changes 2013-07-18 16:07:32.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jul 17 09:57:34 UTC 2013 - [email protected] + +- "ident sameuser" was already gone in 8.4. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql-init.spec ++++++ --- /var/tmp/diff_new_pack.4QNcgn/_old 2013-07-18 16:07:33.000000000 +0200 +++ /var/tmp/diff_new_pack.4QNcgn/_new 2013-07-18 16:07:33.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package postgresql-init # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ Url: http://www.postgresql.org/ Summary: Init script and other infrastructure for PostgreSQL +License: PostgreSQL +Group: Productivity/Databases/Servers Name: postgresql-init Version: 9.2 Release: 0.6.<RELEASE12> -License: PostgreSQL -Group: Productivity/Databases/Servers Source0: postgresql-init Source1: postgresql-sysconfig Source2: postgresql-firewall ++++++ postgresql-init ++++++ --- /var/tmp/diff_new_pack.4QNcgn/_old 2013-07-18 16:07:33.000000000 +0200 +++ /var/tmp/diff_new_pack.4QNcgn/_new 2013-07-18 16:07:33.000000000 +0200 @@ -97,7 +97,7 @@ LANG=${POSTGRES_LANG:-$RC_LANG} INITDB=/usr/bin/initdb V=$(printf "%02d%02d" $(echo $VERSION|awk -F. '{print $1, $2}')) - AUTH="ident"; test $V -lt 0900 && AUTH="ident sameuser" + AUTH="ident"; test $V -lt 0804 && AUTH="ident sameuser" install -d -o postgres -g postgres -m 700 ${DATADIR} && su - postgres -c \ "$INITDB --locale=$LANG --auth=\"$AUTH\" $DATADIR &> initlog" || -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
