From cf65138fd35f2c21dfec4a8157f5811f44a6a722f65d747c9687d4166ef2a4fd Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Thu, 24 Oct 2019 06:50:21 +0000 Subject: [PATCH 1/3] Update to trytond Version 4.6.21 - Bugfix Release OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=67 --- trytond-4.6.20.tar.gz | 3 --- trytond-4.6.21.tar.gz | 3 +++ trytond.changes | 5 +++++ trytond.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 trytond-4.6.20.tar.gz create mode 100644 trytond-4.6.21.tar.gz diff --git a/trytond-4.6.20.tar.gz b/trytond-4.6.20.tar.gz deleted file mode 100644 index 9499766..0000000 --- a/trytond-4.6.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27a4057efe25748be01f31efdc4e68826abd38bd15464574020c07d3a808fd46 -size 610984 diff --git a/trytond-4.6.21.tar.gz b/trytond-4.6.21.tar.gz new file mode 100644 index 0000000..dbfc0cd --- /dev/null +++ b/trytond-4.6.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21144d68eb3debe2f1a43dd23b1b0434474af329bbf8b3b6679647855e8e469 +size 611020 diff --git a/trytond.changes b/trytond.changes index 0643c26..896b1e5 100644 --- a/trytond.changes +++ b/trytond.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 06:50:06 UTC 2019 - Axel Braun + +- Version 4.6.21 - Bugfix Release + ------------------------------------------------------------------- Sun Sep 15 16:38:13 UTC 2019 - Axel Braun diff --git a/trytond.spec b/trytond.spec index ded170f..e93d6d6 100644 --- a/trytond.spec +++ b/trytond.spec @@ -20,7 +20,7 @@ %define majorver 4.6 %define base_name tryton Name: trytond -Version: %{majorver}.20 +Version: %{majorver}.21 Release: 0 Summary: An Enterprise Resource Planning (ERP) system From 6dc0432062955dd78790880b0ace319f4363f9cecb5480f59c6cc49adb345a13 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Tue, 29 Oct 2019 18:39:27 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=68 --- trytond.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trytond.spec b/trytond.spec index e93d6d6..91b7ab3 100644 --- a/trytond.spec +++ b/trytond.spec @@ -110,7 +110,7 @@ EOF getent group tryton > /dev/null || %{_sbindir}/groupadd -r tryton || : getent passwd tryton > /dev/null || %{_sbindir}/useradd -r -g tryton \ - -d %{_localstatedir}/lib/%{name} -s /sbin/nologin \ + -d %{_localstatedir}/lib/tryton -s /sbin/nologin \ -c 'Tryton ERP' tryton || : %service_add_pre trytond.service From 04dfe24db320970cbf65ea48b25b9db2c07f75b6313d58f620b0aafe1141485a Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Tue, 29 Oct 2019 18:40:06 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=69 --- trytond.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/trytond.changes b/trytond.changes index 896b1e5..7e9b21f 100644 --- a/trytond.changes +++ b/trytond.changes @@ -2,6 +2,7 @@ Thu Oct 24 06:50:06 UTC 2019 - Axel Braun - Version 4.6.21 - Bugfix Release + home directory of tryton user corrected ------------------------------------------------------------------- Sun Sep 15 16:38:13 UTC 2019 - Axel Braun