[sipwitch/f20] upstream update and fix for 1057867

David Sugar dyfet at fedoraproject.org
Sun Jan 26 00:34:34 UTC 2014


commit 647edc78237e10aec20ff3857c79ca4f9a8aa2c8
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Sat Jan 25 19:34:23 2014 -0500

    upstream update and fix for 1057867

 .gitignore    |    1 +
 sipwitch.spec |    8 ++++++--
 sources       |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a347d8..8d59281 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ sipwitch-0.9.0.tar.gz
 /sipwitch-1.3.2.tar.gz
 /sipwitch-1.4.0.tar.gz
 /sipwitch-1.6.1.tar.gz
+/sipwitch-1.8.7.tar.gz
diff --git a/sipwitch.spec b/sipwitch.spec
index 458dbab..5d6276f 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.6.1
+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}/usr/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>
+
 * Mon Aug 12 2013 David Sugar <dyfet at gnutelephony.org> - 1.6.1-1
 - migrated to systemd support (finally!)
 - removed sipwitch-gui subpackage; now separated into switchview pkg.
diff --git a/sources b/sources
index 870dba3..d84a0e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33710f14cfb39bd1daff1612f35adc86  sipwitch-1.6.1.tar.gz
+75f6ca50aea933af14fc867de79b4f1f  sipwitch-1.8.7.tar.gz


More information about the scm-commits mailing list