From 2789b417a418949ed79b04be71c4ab1291746f23c9770742459233604d661b5c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Oct 2017 17:33:10 +0000 Subject: [PATCH] Accepting request 535024 from Application:ERP:Tryton:Factory bnc1026334 OBS-URL: https://build.opensuse.org/request/show/535024 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=18 --- gnuhealth-control | 8 ++++---- gnuhealth.changes | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gnuhealth-control b/gnuhealth-control index 683c35f..a9eddab 100644 --- a/gnuhealth-control +++ b/gnuhealth-control @@ -24,7 +24,7 @@ # ############################################################################## -VERSION="3.2.1-openSUSE" +VERSION="3.2.2-openSUSE" TRYTON_URL="http://downloads.tryton.org" GNUHEALTH_URL="http://ftp.gnu.org/gnu/health" @@ -176,11 +176,11 @@ do_backup() gzip "${BACKDIR}/backup_${DB}_${BACKDATE}" || bailout - cli_msg "INFO" "Creating compressed tarball with DB and GNU Health Attachment directory" | tee -a $INFOFILE + cli_msg "INFO" "Compressing GNU Health Attachment directory" | tee -a $INFOFILE - tar -cvf "${BACKDIR}/gnuhealth_${DB}_with_fs_backup_${BACKDATE}.tar.gz" /var/lib/tryton || bailout + tar -cvzf "${BACKDIR}/gnuhealth_${DB}_fs_backup_${BACKDATE}.tar.gz" /var/lib/tryton || bailout - cli_msg "INFO" "Creating tarball with compressed DB and GNU Health home directory" | tee -a $INFOFILE + 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}/gnuhealth_${DB}_fs_backup_${BACKDATE}.tar.gz \ diff --git a/gnuhealth.changes b/gnuhealth.changes index 352c0af..9502a1b 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 18 19:14:54 UTC 2017 - axel.braun@gmx.de + +- Correction for gnuhealth-control (file not found in backup) + ------------------------------------------------------------------- Sun Oct 8 19:47:40 UTC 2017 - axel.braun@gmx.de