Accepting request 311063 from network
OBS-URL: https://build.opensuse.org/request/show/311063 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=5
This commit is contained in:
commit
f0a4ca9bef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:467a511b35046da90ed4416210222339a59539cf463fd72149f6f40fe6953340
|
|
||||||
size 3105093
|
|
3
syncthing-0.11.8.tar.gz
Normal file
3
syncthing-0.11.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05606bed557c2bd287ab800ff3486f31f9a57cf16be2a9aee1241e3aa78be3fc
|
||||||
|
size 3182487
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 7 12:15:43 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 0.11.8:
|
||||||
|
* Random number is too large for 32 bit archs.
|
||||||
|
* Silence discovery warnings.
|
||||||
|
* Fix missing languages.
|
||||||
|
- Remove /usr/sbin/rcsyncthing: service name is syncthing@$USER.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 1 13:14:32 UTC 2015 - sor.alexei@meowr.ru
|
Mon Jun 1 13:14:32 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: syncthing
|
Name: syncthing
|
||||||
Version: 0.11.7
|
Version: 0.11.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FOSS Continuous File Synchronization
|
Summary: FOSS Continuous File Synchronization
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -50,9 +50,6 @@ install -Dm 0644 etc/linux-systemd/system/%{name}@.service \
|
|||||||
install -Dm 0644 etc/linux-systemd/user/%{name}.service \
|
install -Dm 0644 etc/linux-systemd/user/%{name}.service \
|
||||||
%{buildroot}%{_userunitdir}/%{name}.service
|
%{buildroot}%{_userunitdir}/%{name}.service
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_sbindir}/
|
|
||||||
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre %{name}@.service
|
%service_add_pre %{name}@.service
|
||||||
|
|
||||||
@ -78,7 +75,6 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS LICENSE README.md
|
%doc AUTHORS LICENSE README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_sbindir}/rc%{name}
|
|
||||||
%{_unitdir}/%{name}@.service
|
%{_unitdir}/%{name}@.service
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
%{_userunitdir}/%{name}.service
|
%{_userunitdir}/%{name}.service
|
||||||
|
Loading…
Reference in New Issue
Block a user