SHA256
1
0
forked from pool/trytond

Accepting request 744379 from Application:ERP:GNUHealth:Factory

new release

OBS-URL: https://build.opensuse.org/request/show/744379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2019-10-31 21:30:37 +00:00 committed by Git OBS Bridge
commit ef59f1fc10
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27a4057efe25748be01f31efdc4e68826abd38bd15464574020c07d3a808fd46
size 610984

3
trytond-4.6.21.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a21144d68eb3debe2f1a43dd23b1b0434474af329bbf8b3b6679647855e8e469
size 611020

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 24 06:50:06 UTC 2019 - Axel Braun <axel.braun@gmx.de>
- Version 4.6.21 - Bugfix Release
home directory of tryton user corrected
-------------------------------------------------------------------
Sun Sep 15 16:38:13 UTC 2019 - Axel Braun <axel.braun@gmx.de>

View File

@ -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
@ -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