- Update to version 0.14.5.

OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=75
This commit is contained in:
Alexei Sorokin
2016-08-23 11:22:21 +00:00
committed by Git OBS Bridge
parent bc46020f3a
commit 6881529a14
6 changed files with 32 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
Name: syncthing
Version: 0.14.4
Version: 0.14.5
Release: 0
Summary: FOSS Continuous File Synchronisation
License: MPL-2.0
@@ -42,7 +42,7 @@ Internet.
%setup -q -n %{name}
cp -f %{SOURCE3} %{name}.firewall
%if !(0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200)
# Remove an entry that only exists since systemd 215.
# Remove entries which only exist since systemd 215.
sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
etc/linux-systemd/system/syncthing@.service
%endif