forked from pool/syncthing
Accepting request 307694 from network
OBS-URL: https://build.opensuse.org/request/show/307694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=2
This commit is contained in:
commit
12fa2bb52c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be2a2931c234ab39189301fce15c303c6b94383181d0b4e573064af4c2896015
|
||||
size 3145966
|
3
syncthing-0.11.5.tar.gz
Normal file
3
syncthing-0.11.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59dd89ea64f51cc5481e59d7849dc6616286b9dbff5ac3724adc119592e09144
|
||||
size 3159523
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 16 21:03:32 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 0.11.5 (changes since 0.11.3):
|
||||
* Add unit test for overriding ignored files.
|
||||
* Use MD5 hash of filename for temporary file.
|
||||
* Only restart global discovery on UPnP change if it was enabled
|
||||
to start with.
|
||||
* Virtual mtime support for environments that don't support
|
||||
altering mtimes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 05:37:21 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.11.3
|
||||
Version: 0.11.5
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronization
|
||||
License: MPL-2.0
|
||||
@ -58,15 +58,21 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
|
||||
%post
|
||||
%service_add_post %{name}@.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
%systemd_user_post %{name}.service
|
||||
%endif
|
||||
|
||||
%preun
|
||||
%service_del_preun %{name}@.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
%systemd_user_preun %{name}.service
|
||||
%endif
|
||||
|
||||
%postun
|
||||
%service_del_postun %{name}@.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
%systemd_user_postun %{name}.service
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -74,6 +80,8 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
%{_bindir}/%{name}
|
||||
%{_sbindir}/rc%{name}
|
||||
%{_unitdir}/%{name}@.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
%{_userunitdir}/%{name}.service
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user