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
This commit is contained in:
parent
3e0db06f9c
commit
d64b379af8
@ -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 <axel.braun@gmx.de>
|
Tue Nov 16 08:37:25 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -173,15 +173,19 @@ TRYTON_VERSION=%{t_version}
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
%service_add_pre gnuhealth.service
|
%service_add_pre gnuhealth.service
|
||||||
|
%service_add_pre gnuhealth-webdav@.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%service_add_post gnuhealth.service
|
%service_add_post gnuhealth.service
|
||||||
|
%service_add_post gnuhealth-webdav@.service
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%service_del_preun gnuhealth.service
|
%service_del_preun gnuhealth.service
|
||||||
|
%service_del_preun gnuhealth-webdav@.service
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%service_del_postun gnuhealth.service
|
%service_del_postun gnuhealth.service
|
||||||
|
%service_del_postun gnuhealth-webdav@.service
|
||||||
|
|
||||||
%files -n %{name}-orthanc
|
%files -n %{name}-orthanc
|
||||||
%{python3_sitelib}/%{name}_orthanc*
|
%{python3_sitelib}/%{name}_orthanc*
|
||||||
|
Loading…
Reference in New Issue
Block a user