[wicd/f19] systemd_post_with_restart -> systemd_postun_with_restart (#901753)

David Cantrell dcantrel at fedoraproject.org
Mon Apr 1 18:52:03 UTC 2013


commit 6105ce1a2040e10147cd2ae6cc7f2587f14b482f
Author: David Cantrell <dcantrell at redhat.com>
Date:   Mon Apr 1 14:51:48 2013 -0400

    systemd_post_with_restart -> systemd_postun_with_restart (#901753)

 wicd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/wicd.spec b/wicd.spec
index fb332b8..f356008 100644
--- a/wicd.spec
+++ b/wicd.spec
@@ -9,7 +9,7 @@
 
 Name:                wicd
 Version:             1.7.2.4
-Release:             5%{?dist}
+Release:             6%{?dist}
 Summary:             Wireless and wired network connection manager
 
 Group:               System Environment/Base
@@ -172,7 +172,7 @@ rm -rf %{buildroot}
 %systemd_preun wicd.service
 
 %postun common
-%systemd_post_with_restart wicd.service
+%systemd_postun_with_restart wicd.service
 
 %post gtk
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -275,6 +275,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/scalable/apps/wicd-gtk.svg
 
 %changelog
+* Mon Apr 01 2013 David Cantrell <dcantrell at redhat.com> - 1.7.2.4-6
+- systemd_post_with_restart -> systemd_postun_with_restart (#901753)
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.2.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list