From 3e0db06f9cc51c23e8502ba1cba49f84a42ca47c72be3dd718bab2079dbd9746 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Fri, 14 Jan 2022 07:43:17 +0000 Subject: [PATCH 1/3] Accepting request 946248 from home:olh:branches:Application:ERP:GNUHealth:Factory - remove instance units from post scripts, they can not be reloaded OBS-URL: https://build.opensuse.org/request/show/946248 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=92 --- gnuhealth.changes | 5 +++++ gnuhealth.spec | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gnuhealth.changes b/gnuhealth.changes index 835d421..3e5f8ff 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 10 16:16:16 UTC 2022 - olaf@aepfle.de + +- remove instance units from post scripts, they can not be reloaded + ------------------------------------------------------------------- Tue Nov 16 08:37:25 UTC 2021 - Axel Braun diff --git a/gnuhealth.spec b/gnuhealth.spec index 837d020..2386991 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -173,19 +173,15 @@ TRYTON_VERSION=%{t_version} EOF %service_add_pre gnuhealth.service -%service_add_pre gnuhealth-webdav@.service %post %service_add_post gnuhealth.service -%service_add_post gnuhealth-webdav@.service %preun %service_del_preun gnuhealth.service -%service_del_preun gnuhealth-webdav@.service %postun %service_del_postun gnuhealth.service -%service_del_postun gnuhealth-webdav@.service %files -n %{name}-orthanc %{python3_sitelib}/%{name}_orthanc* From d64b379af8cf88156d0c0a0d161bb3facbd9ca1a3e7987cdcf221f699ae7b3d2 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Fri, 14 Jan 2022 16:26:42 +0000 Subject: [PATCH 2/3] Accepting request 946445 from home:olh:branches:Application:ERP:GNUHealth:Factory undo previous change, bug is in systemd-rpm-macros OBS-URL: https://build.opensuse.org/request/show/946445 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=93 --- gnuhealth.changes | 5 ----- gnuhealth.spec | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gnuhealth.changes b/gnuhealth.changes index 3e5f8ff..835d421 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Mon Jan 10 16:16:16 UTC 2022 - olaf@aepfle.de - -- remove instance units from post scripts, they can not be reloaded - ------------------------------------------------------------------- Tue Nov 16 08:37:25 UTC 2021 - Axel Braun diff --git a/gnuhealth.spec b/gnuhealth.spec index 2386991..837d020 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -173,15 +173,19 @@ TRYTON_VERSION=%{t_version} EOF %service_add_pre gnuhealth.service +%service_add_pre gnuhealth-webdav@.service %post %service_add_post gnuhealth.service +%service_add_post gnuhealth-webdav@.service %preun %service_del_preun gnuhealth.service +%service_del_preun gnuhealth-webdav@.service %postun %service_del_postun gnuhealth.service +%service_del_postun gnuhealth-webdav@.service %files -n %{name}-orthanc %{python3_sitelib}/%{name}_orthanc* From 037039b74238f594b88f1a20f458129c3f5a7af1e1799d7371a86ff23fda4f23 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Wed, 16 Feb 2022 18:38:11 +0000 Subject: [PATCH 3/3] Accepting request 955450 from Application:ERP:GNUHealth:3.8 - missing dependency python3-Pillow added OBS-URL: https://build.opensuse.org/request/show/955450 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=94 --- gnuhealth.changes | 5 +++++ gnuhealth.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gnuhealth.changes b/gnuhealth.changes index 835d421..b37946f 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 16 18:26:26 UTC 2022 - Axel Braun + +- missing dependency python3-Pillow added + ------------------------------------------------------------------- Tue Nov 16 08:37:25 UTC 2021 - Axel Braun diff --git a/gnuhealth.spec b/gnuhealth.spec index 837d020..48c9c39 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -2,7 +2,7 @@ # spec file for package gnuhealth # # Copyright (c) 2021 SUSE LLC -# Copyright (c) 2014-2021 Dr. Axel Braun +# Copyright (c) 2014-2022 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,6 +57,7 @@ Requires: python3-hl7apy Requires: python3-ldap3 Requires: python3-matplotlib Requires: python3-passlib +Requires: python3-Pillow Requires: python3-pyBarcode Requires: python3-qrcode Requires: python3-simpleeval