[whatsup] get the damn macro right for postun

David Brown dmlb2000 at fedoraproject.org
Mon Sep 10 16:05:06 UTC 2012


commit 619320f67ffbae5dedfa134de6901572adc3b370
Author: David Brown <david.brown at pnnl.gov>
Date:   Mon Sep 10 09:04:48 2012 -0700

    get the damn macro right for postun

 whatsup.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/whatsup.spec b/whatsup.spec
index 64c2015..6adabf4 100644
--- a/whatsup.spec
+++ b/whatsup.spec
@@ -211,7 +211,7 @@ fi
 %postun -n %{name}-pingd
 %if 0%{?fedora} > 15
 %if 0%{?fedora} > 17
-%systemd_postun whatsup-pingd.service
+%systemd_postun_with_restart whatsup-pingd.service
 %else
 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 if [ $1 -ge 1 ] ; then


More information about the scm-commits mailing list