diff --git a/GNUHealth.README.SUSE b/GNUHealth.README.SUSE index 116b26f..a5fe23e 100644 --- a/GNUHealth.README.SUSE +++ b/GNUHealth.README.SUSE @@ -42,7 +42,26 @@ go to 'manage profiles' -> add -> name it 'localhost' -> Host: localhost -> you should now see a selection of available databases Note: From Tryton Release 4.2 onwards it is not possible anymore to create databases -from the Frontend. You need to do this manually (see /usr/share/doc/packages/trytond/tryton-server.README.SUSE) +from the Frontend. You need to do this manually + +8) Creating the database: +> su - postgres -c "createdb mydb --encoding='UTF-8' --owner=tryton" + +Note: The owner of the database should be the same user, as under which the +tryton server runs (default:tryton) Enter a name for the database +(here as default: mydb). + +9) Initializing the database: +Log in as user tryton: + +> sudo su tryton -s /bin/bash +> /usr/bin/trytond-admin -c /etc/tryton/trytond.conf --all -d mydb + +Note: Use the database name you chose in the previous step (here as default: mydb). +You will be asked for the admin password for this database. +For the first login, log in to the newly initialized database with user admin and password as set during initialization. + +As result you will have a bare Tryton database with the base modules installed. DONE. diff --git a/gnuhealth-3.2.8.tar.gz b/gnuhealth-3.2.8.tar.gz deleted file mode 100644 index 5b30754..0000000 --- a/gnuhealth-3.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e310685d64ad809f69c285fea38ca8c794592bdd3649aed6c247d5234e257456 -size 10201434 diff --git a/gnuhealth-3.2.9.tar.gz b/gnuhealth-3.2.9.tar.gz new file mode 100644 index 0000000..d71bc6c --- /dev/null +++ b/gnuhealth-3.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77dfcc26b8f9b2a3b661b68c69cf68e8db94d393441151a7fe1afe1d815a465f +size 10207689 diff --git a/gnuhealth.changes b/gnuhealth.changes index 12cddf6..3455b84 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 6 16:30:12 UTC 2017 - axel.braun@gmx.de + +- Version 3.2.9 + Fix bug #52580: Removing the patient field before saving the record generates an error + Fix bug #52579: some on_change numeric method operations generate traceback + Fix bug #52578: WHR should be on the same line as hip and waist fields + ------------------------------------------------------------------- Wed Nov 15 22:01:40 UTC 2017 - axel.braun@gmx.de diff --git a/gnuhealth.spec b/gnuhealth.spec index 71ac563..f1563f4 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -24,7 +24,7 @@ Name: gnuhealth BuildRequires: fdupes BuildRequires: python3-setuptools -Version: %{majorver}.8 +Version: %{majorver}.9 Release: 0 Url: http://health.gnu.org