diff --git a/syncthing-0.11.18.tar.gz b/syncthing-0.11.18.tar.gz deleted file mode 100644 index 5228452..0000000 --- a/syncthing-0.11.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd93392687e545e2b779d10754e24cd49ecbfc03cabaceac381b5a3e69693be6 -size 3391683 diff --git a/syncthing-0.11.19.tar.gz b/syncthing-0.11.19.tar.gz new file mode 100644 index 0000000..4a56655 --- /dev/null +++ b/syncthing-0.11.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57bbf9264f8db03e22657958e2b0d77438acc2180be8a24a8d9965d63a00cff +size 3393477 diff --git a/syncthing.changes b/syncthing.changes index b87bc65..0693a39 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -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 diff --git a/syncthing.firewall b/syncthing.firewall new file mode 100644 index 0000000..bf9f587 --- /dev/null +++ b/syncthing.firewall @@ -0,0 +1,5 @@ +## Name: FOSS Continuous File Synchronization +## Description: Opens ports for Syncthing. + +# space separated list of allowed TCP ports +TCP="21025 21026 22000" diff --git a/syncthing.spec b/syncthing.spec index 08f2871..eb51e70 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -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/%{name} %{_bindir}/%{name} %{_unitdir}/%{name}@.service %if 0%{?suse_version} > 1320