diff --git a/gnuhealth-control b/gnuhealth-control index 13430a8..1731cd9 100644 --- a/gnuhealth-control +++ b/gnuhealth-control @@ -24,7 +24,7 @@ # ############################################################################## -VERSION="3.2.3-openSUSE" +VERSION="3.2.4-openSUSE" TRYTON_URL="http://downloads.tryton.org" GNUHEALTH_URL="http://ftp.gnu.org/gnu/health" @@ -185,7 +185,7 @@ do_backup() cli_msg "INFO" "Creating tarball with compressed DB and GNU Health Attachment directory" | tee -a $INFOFILE tar -cvf "${BACKDIR}/gnuhealth_${DB}_with_fs_backup_${BACKDATE}.tar" \ - ${BACKDIR}/backup_${DB}_${BACKDATE}.gz ${BACKDIR}/$BACKUP_NAME} \ + ${BACKDIR}/backup_${DB}_${BACKDATE}.gz ${BACKDIR}/${BACKUP_NAME} \ || bailout cli_msg "INFO" "Backup successfully written to ${BACKDIR}/${BACKUP_NAME}" | tee -a $INFOFILE diff --git a/gnuhealth.changes b/gnuhealth.changes index bbf2ee9..bbb1afd 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 15 09:28:38 UTC 2018 - Axel Braun + +- correction for gnuhealth-control (v 3.2.4) + ------------------------------------------------------------------- Mon Aug 27 14:07:12 UTC 2018 - axel.braun@gmx.de diff --git a/gnuhealth.spec b/gnuhealth.spec index 0654016..7c3bd93 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -85,7 +85,7 @@ Nations University, International Institute for Global Health, for the implementations and trainings. This is the server component of GNU Health. -You would need the Tryton frontend as well, on the same or a different machine +You would need the GNU Health Client as well, on the same or a different machine. You may use the Tryton Client either %prep