Update to 1.4.0

This commit is contained in:
Sergey Zhemoitel 2020-03-29 00:26:36 +03:00
parent 05ed632770
commit 45641c30ba
3 changed files with 5 additions and 4 deletions

View file

@ -1,2 +1,3 @@
sources: sources:
syncthing-1.4.0.tar.gz: d800c1bc7da9d8db831f8c31b59e4abc63d2f172
syncthing-source-v1.3.0.tar.gz: 3034b64191fc6fca6ad407551ca5ce6c1a50d579 syncthing-source-v1.3.0.tar.gz: 3034b64191fc6fca6ad407551ca5ce6c1a50d579

View file

@ -11,12 +11,12 @@
%endif %endif
Name: syncthing Name: syncthing
Version: 1.3.0 Version: 1.4.0
Release: 1 Release: 1
Summary: Syncthing Summary: Syncthing
License: MIT License: MIT
URL: http://syncthing.net/ URL: http://syncthing.net/
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz Source0: https://github.com/syncthing/syncthing/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: syncthing@.service Source1: syncthing@.service
Source10: %{name} Source10: %{name}
Group: Networking/Other Group: Networking/Other
@ -40,7 +40,7 @@ transmitted over the Internet.
Using syncthing, that control is returned to you. Using syncthing, that control is returned to you.
%prep %prep
%setup -q -n %{name} %setup -q
%build %build
./build.sh ./build.sh

View file

@ -5,7 +5,7 @@ Description=Syncthing
Type=simple Type=simple
User=%I User=%I
Environment=STNORESTART=yes Environment=STNORESTART=yes
ExecStart=/usr/bin/syncthing ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
Restart=on-failure Restart=on-failure
[Install] [Install]