From 765928d079588e0f63143c74b1ed58a30a713801 Mon Sep 17 00:00:00 2001 From: sunsuwan Date: Wed, 18 Dec 2024 09:07:37 +0000 Subject: [PATCH] add back the mistakenly deleted triggerin Signed-off-by: sunsuwan (cherry picked from commit 151fb8eedd42f9caf9600f06ee3477fa0a57a4bf) --- rpcbind.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/rpcbind.spec b/rpcbind.spec index 6ff107a..33e030c 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -3,7 +3,7 @@ Name: rpcbind Version: 1.2.6 -Release: 7 +Release: 8 Summary: Universal addresses to RPC program number mapper License: BSD @@ -88,6 +88,13 @@ fi %postun %systemd_postun_with_restart %{name}.socket %{name}.service +%triggerin -- %{name} > 0.2.2-2.0 +if systemctl -q is-enabled %{name}.socket +then +/bin/systemctl reenable %{name}.socket >/dev/null 2>&1 || : +/bin/systemctl restart %{name}.socket >/dev/null 2>&1 || : +fi + if [ ! -d /var/lib/rpcbind ] then mkdir /var/lib/rpcbind @@ -115,6 +122,12 @@ fi %{_mandir}/man8/*.8.gz %changelog +* Wed Dec 18 2024 sunsuwan - 1.2.6-8 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:add back the mistakenly deleted triggerin + * Mon May 29 2023 liuhaipeng - 1.2.6-7 - Type:bugfix - Id:NA -- Gitee