[sipwitch] upstream fix for systemd pathing issue

David Sugar dyfet at fedoraproject.org
Sat Jan 25 17:11:23 UTC 2014


commit b96388484dfc4dbf5c12e5db4d9c5a19bc1d6a24
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Sat Jan 25 12:09:50 2014 -0500

    upstream fix for systemd pathing issue
    
    this includes an improved systemd unit file and will likely be
    targetted as a fix for f20 per 1057867

 .gitignore    |    1 +
 sipwitch.spec |    8 ++++++--
 sources       |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f6fa3f..f62a362 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ sipwitch-0.9.0.tar.gz
 /sipwitch-1.6.1.tar.gz
 /sipwitch-1.8.0.tar.gz
 /sipwitch-1.8.6.tar.gz
+/sipwitch-1.8.7.tar.gz
diff --git a/sipwitch.spec b/sipwitch.spec
index c66ec95..3a9dc40 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.6
+Version: 1.8.7
 Release: 1%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
@@ -140,7 +140,7 @@ echo "PLUGINS=auto" >>%{buildroot}/%{_sysconfdir}/sysconfig/sipwitch
 %attr(04755,root,root) %{_bindir}/sippasswd
 %dir %{_libdir}/sipwitch
 %config(noreplace) %{_sysconfdir}/logrotate.d/sipwitch
-%attr(0755,root,root) %{_libdir}/systemd/system/sipwitch.service
+%attr(0755,root,root) %{_prefix}/lib/systemd/system/sipwitch.service
 %attr(0755,root,root) %{_sysconfdir}/cron.hourly/sipwitch
 %attr(0770,root,root) %dir %{_sysconfdir}/sipwitch.d
 %attr(0660,root,root) %config(noreplace) %{_sysconfdir}/sipwitch.conf
@@ -197,6 +197,10 @@ echo "PLUGINS=auto" >>%{buildroot}/%{_sysconfdir}/sysconfig/sipwitch
 %systemd_postun_with_restart sipwitch.service
 
 %changelog
+* 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>
+
 * Fri Oct 11 2013 David Sugar <dyfet at gnutelephony.org> - 1.8.6-1
 - Upstream fixes for eXosip2 api support
 - full multi-protocol context support with exosip2 4.0 and later
diff --git a/sources b/sources
index e51c47d..d84a0e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b83ad47096e6c7a28be5f82cc28afa69  sipwitch-1.8.6.tar.gz
+75f6ca50aea933af14fc867de79b4f1f  sipwitch-1.8.7.tar.gz


More information about the scm-commits mailing list