- Update to version 0.14.54.

OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=151
This commit is contained in:
Alexei Sorokin
2018-12-27 23:38:58 +00:00
committed by Git OBS Bridge
parent 0a1a22e91f
commit bc92bc9a29
6 changed files with 54 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
Name: syncthing
Version: 0.14.52
Version: 0.14.54
Release: 0
Summary: Continuous File Synchronisation
License: MPL-2.0
@@ -62,7 +62,7 @@ install -Dpm 0644 etc/linux-systemd/system/%{name}@.service \
%{buildroot}%{_unitdir}/%{name}@.service
install -Dpm 0644 etc/linux-systemd/system/%{name}-resume.service \
%{buildroot}%{_unitdir}/%{name}-resume.service
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} > 120300
install -Dpm 0644 etc/linux-systemd/user/%{name}.service \
%{buildroot}%{_userunitdir}/%{name}.service
%endif