Accepting request 807171 from Application:ERP:GNUHealth:Factory
update gnuhealth-control OBS-URL: https://build.opensuse.org/request/show/807171 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=41
This commit is contained in:
commit
1037db50d5
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
VERSION="3.6.3.1-openSUSE"
|
VERSION="3.6.4-openSUSE"
|
||||||
|
|
||||||
TRANSLATE_URL="https://translate.gnusolidario.org"
|
TRANSLATE_URL="https://translate.gnusolidario.org"
|
||||||
GNUHEALTH_DIR=$(rpm -ql gnuhealth | egrep '^/usr/lib/python.\..{1,2}/site-packages$')
|
GNUHEALTH_DIR=$(rpm -ql gnuhealth | egrep '^/usr/lib/python.\..{1,2}/site-packages$')
|
||||||
@ -165,7 +165,7 @@ do_backup()
|
|||||||
${BACKDIR}/backup_${DB}_${BACKDATE}.gz ${BACKDIR}/${BACKUP_NAME} \
|
${BACKDIR}/backup_${DB}_${BACKDATE}.gz ${BACKDIR}/${BACKUP_NAME} \
|
||||||
|| bailout
|
|| bailout
|
||||||
|
|
||||||
cli_msg "INFO" "Backup successfully written to ${BACKDIR}/${BACKUP_NAME}" | tee -a $INFOFILE
|
cli_msg "INFO" "Backup successfully written to ${BACKDIR}/gnuhealth_${DB}_with_fs_backup_${BACKDATE}.tar" | tee -a $INFOFILE
|
||||||
#AB - END
|
#AB - END
|
||||||
#Remove lock file
|
#Remove lock file
|
||||||
rm $LOCKFILE
|
rm $LOCKFILE
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 19 09:25:34 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- version 3.6.4 of gnuhealth-control
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 18 08:58:26 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- python3-matplotlib got lost.....added
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 16 16:16:58 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
Sat May 16 16:16:58 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -32,9 +32,8 @@ BuildRequires: python3-setuptools
|
|||||||
# For the variables:
|
# For the variables:
|
||||||
BuildRequires: trytond
|
BuildRequires: trytond
|
||||||
|
|
||||||
URL: http://health.gnu.org
|
URL: https://health.gnu.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: https://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz
|
||||||
###http://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz
|
|
||||||
Source1: GNUHealth.README.SUSE
|
Source1: GNUHealth.README.SUSE
|
||||||
Source2: gnuhealth-control
|
Source2: gnuhealth-control
|
||||||
Source3: gnuhealth.service
|
Source3: gnuhealth.service
|
||||||
@ -56,6 +55,7 @@ Requires: python3-PyWebDAV3-GNUHealth
|
|||||||
Requires: python3-caldav
|
Requires: python3-caldav
|
||||||
Requires: python3-hl7apy
|
Requires: python3-hl7apy
|
||||||
Requires: python3-ldap3
|
Requires: python3-ldap3
|
||||||
|
Requires: python3-matplotlib
|
||||||
Requires: python3-passlib
|
Requires: python3-passlib
|
||||||
Requires: python3-pyBarcode
|
Requires: python3-pyBarcode
|
||||||
Requires: python3-qrcode
|
Requires: python3-qrcode
|
||||||
|
Loading…
Reference in New Issue
Block a user