From 664f35d3c83a5cf8b0f0b513aba4a160d2561969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Safa=20Ar=C4=B1man?= Date: Thu, 7 Nov 2019 15:12:17 +0300 Subject: [PATCH] fix postgres user migration --- system/base/baselayout/comar/package.py | 2 +- system/base/baselayout/pspec.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/system/base/baselayout/comar/package.py b/system/base/baselayout/comar/package.py index 83f444a0..4150d662 100644 --- a/system/base/baselayout/comar/package.py +++ b/system/base/baselayout/comar/package.py @@ -219,7 +219,7 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease): (32, "rpc", "Rpcbind daemon", "/var/lib/rpcbind", "/sbin/nologin", "", ["rpc"], [], []), (40, "named", "Bind", "/var/named", "/bin/false", "", ["named"], [], []), (60, "mysql", "MySQL", "/var/lib/mysql", "/bin/false", "", ["mysql"], [], []), - (70, "postgres", "PostgreSQL", "/var/lib/postgresql", "/bin/false", "", ["postgres"], [], []), + (70, "postgres", "PostgreSQL", "/var/lib/postgresql", "/bin/bash", "", ["postgres"], [], []), (80, "apache", "Apache", "/dev/null", "/bin/false", "", ["apache", "svn"], [], []), (90, "dovecot", "Dovecot", "/dev/null", "/bin/false", "", ["dovecot"], [], []), (103, "polkitd", "PolicyKit", "/var/lib/polkit-1", "/bin/false", "", ["polkitd"], [], []), diff --git a/system/base/baselayout/pspec.xml b/system/base/baselayout/pspec.xml index 15e4b91f..be417e84 100644 --- a/system/base/baselayout/pspec.xml +++ b/system/base/baselayout/pspec.xml @@ -69,6 +69,13 @@ + + 2019-11-07 + 3.10.1 + Rebuild + Safa Arıman + safa@ariman.gen.tr + 2019-10-28 3.10.1