From 498ed7d4f6813c192cceb5d39bb624ca2a42e213 Mon Sep 17 00:00:00 2001 From: olf Date: Wed, 14 Dec 2022 05:16:58 +0100 Subject: [PATCH] Omit `sytemd link` to make unit known --- rpm/harbour-storeman-installer.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpm/harbour-storeman-installer.spec b/rpm/harbour-storeman-installer.spec index 892c2280..f2b600af 100644 --- a/rpm/harbour-storeman-installer.spec +++ b/rpm/harbour-storeman-installer.spec @@ -6,8 +6,8 @@ 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.26 -Release: release1.systemd.unit +Version: 2.0.28 +Release: release1.systemd.unit.mimimise Group: Applications/System URL: https://github.com/storeman-developers/%{name} # These "Source:" lines below require that the value of ${name} is also the @@ -87,7 +87,7 @@ cp -R systemd %{buildroot}%{_sysconfdir}/ # 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: -systemctl link %{_sysconfdir}/systemd/system/%{name}.service +# 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