From 9844e8da850867e4204ac4e3640102120d9cd10e52adb34eee2ff7c8f0fea7ca Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 26 Aug 2020 16:29:47 +0000 Subject: [PATCH] Accepting request 829714 from home:mkittler:branches:network - Fix Leap build by requiring at least Go 1.14 OBS-URL: https://build.opensuse.org/request/show/829714 OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=195 --- syncthing.changes | 5 +++++ syncthing.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/syncthing.changes b/syncthing.changes index b41d523..1c1ff81 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 25 11:44:33 UTC 2020 - Marius Kittler + +- Fix Leap build by requiring at least Go 1.14 + ------------------------------------------------------------------- Tue Aug 18 11:46:09 UTC 2020 - Marius Kittler diff --git a/syncthing.spec b/syncthing.spec index e6a6016..4986adb 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -27,7 +27,7 @@ Source: https://github.com/%{name}/%{name}/releases/download/v%{version} Source1: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz.asc Source2: %{name}.keyring BuildRequires: systemd-rpm-macros -BuildRequires: golang(API) >= 1.12 +BuildRequires: golang(API) >= 1.14 BuildRequires: pkgconfig(systemd) %{?systemd_ordering}