From 62d421e92070a9880c9b0c6d796a6d2a63cf8b3c3a7af1ecf2476aa70b5a8f7f Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 7 Oct 2019 08:31:46 +0000 Subject: [PATCH] - Use the correct content for .bash_profile (boo#1153168). OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=117 --- postgresql.changes | 5 +++++ postgresql.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/postgresql.changes b/postgresql.changes index 03639df..5b5ab86 100644 --- a/postgresql.changes +++ b/postgresql.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 7 08:26:39 UTC 2019 - Reinhard Max + +- Use the correct content for .bash_profile (boo#1153168). + ------------------------------------------------------------------- Mon Sep 23 14:03:32 UTC 2019 - Reinhard Max diff --git a/postgresql.spec b/postgresql.spec index 0051914..48d936b 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -284,7 +284,7 @@ install -m755 -d %buildroot/usr/share/postgresql install -m755 %{S:7} %buildroot/usr/share/postgresql/install-alternatives %if %{with systemd} -install -m644 %{S:7} %buildroot/usr/share/postgresql/bash_profile +install -m644 %{S:5} %buildroot/usr/share/postgresql/bash_profile install -m755 -d %buildroot/%_tmpfilesdir install -m644 %{S:3} %buildroot%_tmpfilesdir/postgresql.conf install -m755 %{S:6} %buildroot/usr/share/postgresql @@ -294,7 +294,7 @@ install -m444 %{S:4} %buildroot%_unitdir ln -sf service %buildroot/usr/sbin/rcpostgresql %else -install -m640 %{S:7} %buildroot/var/lib/pgsql/.bash_profile +install -m640 %{S:5} %buildroot/var/lib/pgsql/.bash_profile install -m755 -d %buildroot/etc/init.d install -m755 %{S:0} %buildroot/etc/init.d/postgresql ln -sf /etc/init.d/postgresql %buildroot/usr/sbin/rcpostgresql