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:
commit
ef59f1fc10
@ -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
3
trytond-4.6.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a21144d68eb3debe2f1a43dd23b1b0434474af329bbf8b3b6679647855e8e469
|
||||||
|
size 611020
|
@ -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>
|
Sun Sep 15 16:38:13 UTC 2019 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define majorver 4.6
|
%define majorver 4.6
|
||||||
%define base_name tryton
|
%define base_name tryton
|
||||||
Name: trytond
|
Name: trytond
|
||||||
Version: %{majorver}.20
|
Version: %{majorver}.21
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
Summary: An Enterprise Resource Planning (ERP) system
|
Summary: An Enterprise Resource Planning (ERP) system
|
||||||
@ -110,7 +110,7 @@ EOF
|
|||||||
|
|
||||||
getent group tryton > /dev/null || %{_sbindir}/groupadd -r tryton || :
|
getent group tryton > /dev/null || %{_sbindir}/groupadd -r tryton || :
|
||||||
getent passwd tryton > /dev/null || %{_sbindir}/useradd -r -g 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 || :
|
-c 'Tryton ERP' tryton || :
|
||||||
%service_add_pre trytond.service
|
%service_add_pre trytond.service
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user