SHA256
1
0
forked from pool/syncthing
Dominique Leuenberger 2015-08-19 07:29:30 +00:00 committed by Git OBS Bridge
commit c70260906a
5 changed files with 27 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a57bbf9264f8db03e22657958e2b0d77438acc2180be8a24a8d9965d63a00cff
size 3393477

3
syncthing-0.11.20.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89416e33f27434ee95c4e4c47e13a2211a4246c87728e52298e713050a62dac8
size 4173247

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 17 09:23:21 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.11.20:
* Rename 'delete' to 'remove'.
* Fix editing device address.
* Use grid instead of three-column.
* Stop directory when running out of disk space.
* Remove double slashes in directives.
* Change to Font Awesome icon font.
- Fix systemd service for openSUSE Leap 42.x and openSUSE 13.2.
- Fix SUSEfirewall rule by setting UDP ports as UDP ports.
-------------------------------------------------------------------
Sun Aug 9 21:43:38 UTC 2015 - sor.alexei@meowr.ru

View File

@ -2,4 +2,8 @@
## Description: Opens ports for Syncthing.
# space separated list of allowed TCP ports
TCP="21025 21026 22000"
TCP="21025"
# space separated list of allowed UDP ports
TCP="21026 22000"

View File

@ -17,7 +17,7 @@
Name: syncthing
Version: 0.11.19
Version: 0.11.20
Release: 0
Summary: FOSS Continuous File Synchronization
License: MPL-2.0
@ -39,6 +39,11 @@ Internet.
%prep
%setup -q
%if 0%{?suse_version} <= 1320
# Remove an entry that only exists since systemd 215.
sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
etc/linux-systemd/system/syncthing@.service
%endif
%build
echo "v%{version}" | tee RELEASE