forked from pool/syncthing
Accepting request 323642 from network
OBS-URL: https://build.opensuse.org/request/show/323642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=12
This commit is contained in:
commit
c70260906a
@ -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
3
syncthing-0.11.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89416e33f27434ee95c4e4c47e13a2211a4246c87728e52298e713050a62dac8
|
||||
size 4173247
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user