From b81cae39877cc66def9fbc3ac0434108c9748302e43c79993507e9f43d46e0a3 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Fri, 16 Apr 2021 17:16:55 +0000 Subject: [PATCH 1/3] - update to gnuhealth-control OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=85 --- gnuhealth-control | 4 ++-- gnuhealth.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gnuhealth-control b/gnuhealth-control index d781be9..83dd122 100644 --- a/gnuhealth-control +++ b/gnuhealth-control @@ -24,10 +24,10 @@ # ############################################################################## -VERSION="3.6.5-openSUSE" +VERSION="3.8.0-openSUSE" TRANSLATE_URL="https://hosted.weblate.org" -GNUHEALTH_DIR=$(rpm -ql gnuhealth | egrep '^/usr/lib/python.\..{1,2}/site-packages$') +GNUHEALTH_DIR=$(rpm --eval '%python3_sitelib')/trytond/modules UPDATE_DOWNLOAD_DIR=$(mktemp -d) usage() diff --git a/gnuhealth.changes b/gnuhealth.changes index 11fb9c6..ccc03d8 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 16 17:16:20 UTC 2021 - Axel Braun + +- update to gnuhealth-control + ------------------------------------------------------------------- Wed Mar 24 17:21:38 UTC 2021 - Axel Braun From 78a31320d46b1bbf0a4fd0e2a28d5f504ce62c184eb923318ad056c5ec5065b1 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Sat, 17 Apr 2021 17:23:34 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=86 --- gnuhealth.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnuhealth.spec b/gnuhealth.spec index 22c80a8..c47cf12 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -156,9 +156,9 @@ rmdir backend #Write environment changes to /etc/bash.bashrc.local cat > /etc/bash.bashrc.local << "EOF" alias cdlogs='cd /var/log/tryton' -alias cdexe='cd $(ls -d /usr/lib/python3.* )/site-packages/trytond' +alias cdexe='cd $(rpm --eval '%python3_sitelib')/site-packages/trytond' alias cdconf='cd /etc/tryton' -alias cdmods='cd $(ls -d /usr/lib/python3.* )/site-packages/trytond/modules' +alias cdmods='cd $(rpm --eval '%python3_sitelib')/site-packages/trytond/modules' alias editconf='${EDITOR} /etc/tryton/trytond.conf' alias cdutil='cd /usr/bin' export EDITOR=nano From 5862031ce79c1914c00c311a4579271315e61918aa7eb5925ec0c518c0354471 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Thu, 22 Apr 2021 13:52:06 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=87 --- gnuhealth.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnuhealth.spec b/gnuhealth.spec index c47cf12..8561863 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -156,9 +156,9 @@ rmdir backend #Write environment changes to /etc/bash.bashrc.local cat > /etc/bash.bashrc.local << "EOF" alias cdlogs='cd /var/log/tryton' -alias cdexe='cd $(rpm --eval '%python3_sitelib')/site-packages/trytond' +alias cdexe='cd %python3_sitelib/trytond' alias cdconf='cd /etc/tryton' -alias cdmods='cd $(rpm --eval '%python3_sitelib')/site-packages/trytond/modules' +alias cdmods='cd %python3_sitelib/trytond/modules' alias editconf='${EDITOR} /etc/tryton/trytond.conf' alias cdutil='cd /usr/bin' export EDITOR=nano