diff --git a/rpm/harbour-storeman-installer.spec b/rpm/harbour-storeman-installer.spec index f2b600af..34ced1ef 100644 --- a/rpm/harbour-storeman-installer.spec +++ b/rpm/harbour-storeman-installer.spec @@ -6,7 +6,7 @@ Name: harbour-storeman-installer # comprises one of {alpha,beta,rc,release} postfixed with a natural number # greater or equal to 1 (e.g., "beta3"). For details and reasons, see # https://github.com/storeman-developers/harbour-storeman-installer/wiki/Git-tag-format -Version: 2.0.28 +Version: 2.0.31 Release: release1.systemd.unit.mimimise Group: Applications/System URL: https://github.com/storeman-developers/%{name} @@ -86,8 +86,12 @@ cp -R systemd %{buildroot}%{_sysconfdir}/ # The %%post scriptlet is deliberately run when installing and updating, # theoretically; practically this package always should be immediately removed # by the installation of harbour-storeman it triggers, if all runs well. -# Make depolyed unit files known to systemd, service units(s) first: +# +# This would make the deployed unit file(s) known to systemd, ordered in +# "reverse call chain order" (i.e., service unit(s) first); unnecessary +# because they are deployed in a directory systemd searches for units: # systemctl link %{_sysconfdir}/systemd/system/%{name}.service +# # The added harbour-storeman-obs repository is not removed when Storeman Installer # is removed, but when Storeman is removed (before it was added, removed, then # added again when installing Storeman via Storeman Installer), which is far more