[sipwitch] supports systemd notify service deamon operation

David Sugar dyfet at fedoraproject.org
Mon Mar 10 13:15:38 UTC 2014


commit c08615a222c0290e47997a3042a123eab79bf199
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Mon Mar 10 09:15:00 2014 -0400

    supports systemd notify service deamon operation

 .gitignore    |    1 +
 sipwitch.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f62a362..d746cc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ sipwitch-0.9.0.tar.gz
 /sipwitch-1.8.0.tar.gz
 /sipwitch-1.8.6.tar.gz
 /sipwitch-1.8.7.tar.gz
+/sipwitch-1.9.0.tar.gz
diff --git a/sipwitch.spec b/sipwitch.spec
index 3a9dc40..02c0a45 100644
--- a/sipwitch.spec
+++ b/sipwitch.spec
@@ -12,7 +12,7 @@
 
 Name: sipwitch
 Summary: A secure peer-to-peer VoIP server for the SIP protocol
-Version: 1.8.7
+Version: 1.9.0
 Release: 1%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
@@ -197,6 +197,9 @@ echo "PLUGINS=auto" >>%{buildroot}/%{_sysconfdir}/sysconfig/sipwitch
 %systemd_postun_with_restart sipwitch.service
 
 %changelog
+* Mon Mar 10 2014 David Sugar <dyfet at gnutelephony.org> - 1.9.0-1
+- Now operates as a systemd notify daemon service
+
 * Sat Jan 25 2014 David Sugar <dyfet at gnutelephony.org> - 1.8.7-1
 - fixed systemd multi-arch pathing issue
 - improved systemd unit based on Michael Scherer <misc at zarb.org>
diff --git a/sources b/sources
index d84a0e5..60b37d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75f6ca50aea933af14fc867de79b4f1f  sipwitch-1.8.7.tar.gz
+9813083c7cbd473cab740672185b41f2  sipwitch-1.9.0.tar.gz


More information about the scm-commits mailing list