6
0

- No need to run 'systemd-sysv-convert --save' in %service_add_pre anymore

Due to the fact that the initscripts being removed during package
  updates are still available in %post, systemd-sysv-convert has been
  reworked so it's only needed to call it in %post.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=44
This commit is contained in:
2020-11-09 07:45:47 +00:00
committed by Git OBS Bridge
parent fe75626308
commit b8ac3768b4
2 changed files with 17 additions and 41 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 9 07:44:40 UTC 2020 - Franck Bui <fbui@suse.com>
- No need to run 'systemd-sysv-convert --save' in %service_add_pre anymore
Due to the fact that the initscripts being removed during package
updates are still available in %post, systemd-sysv-convert has been
reworked so it's only needed to call it in %post.
-------------------------------------------------------------------
Mon Nov 9 07:35:12 UTC 2020 - Franck Bui <fbui@suse.com>