forked from pool/syncthing
- Update to 0.11.19.
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=21
This commit is contained in:
parent
0d9b42b445
commit
c48fe11a0b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd93392687e545e2b779d10754e24cd49ecbfc03cabaceac381b5a3e69693be6
|
||||
size 3391683
|
3
syncthing-0.11.19.tar.gz
Normal file
3
syncthing-0.11.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a57bbf9264f8db03e22657958e2b0d77438acc2180be8a24a8d9965d63a00cff
|
||||
size 3393477
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 21:43:38 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 0.11.19:
|
||||
* Properly rename config files during integration tests.
|
||||
* Add timeout for peek.
|
||||
* Handle multiple case insensitivity prefixes in ignores.
|
||||
- Add a SUSEfirewall rule.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 09:32:36 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
|
5
syncthing.firewall
Normal file
5
syncthing.firewall
Normal file
@ -0,0 +1,5 @@
|
||||
## Name: HTTP Server
|
||||
## Description: Opens ports for Syncthing.
|
||||
|
||||
# space separated list of allowed TCP ports
|
||||
TCP="21025 21026 22000"
|
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.11.18
|
||||
Version: 0.11.19
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronization
|
||||
License: MPL-2.0
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
Url: https://syncthing.net/
|
||||
Source: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.firewall
|
||||
BuildRequires: go >= 1.3
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-rpm-macros
|
||||
@ -50,6 +51,7 @@ install -Dm 0644 etc/linux-systemd/system/%{name}@.service \
|
||||
%{buildroot}%{_unitdir}/%{name}@.service
|
||||
install -Dm 0644 etc/linux-systemd/user/%{name}.service \
|
||||
%{buildroot}%{_userunitdir}/%{name}.service
|
||||
install -Dm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||
|
||||
%pre
|
||||
%service_add_pre %{name}@.service
|
||||
@ -75,6 +77,7 @@ install -Dm 0644 etc/linux-systemd/user/%{name}.service \
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS CONDUCT.md CONTRIBUTING.md LICENSE README.md
|
||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/synergy
|
||||
%{_bindir}/%{name}
|
||||
%{_unitdir}/%{name}@.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
|
Loading…
Reference in New Issue
Block a user