From 15b5403edd144ad661a01bb0ba1c62439f6fd666 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 3 Jan 2021 14:21:06 +0100 Subject: [PATCH] revendor with golang 1.14 apparently outcome is different than with 1.13 and possibly incompatible hence update BR: golang --- rclone.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rclone.spec b/rclone.spec index 4d798e4..39ed301 100644 --- a/rclone.spec +++ b/rclone.spec @@ -12,9 +12,9 @@ Source0: https://github.com/rclone/rclone/releases/download/v%{version}/%{name}- # cd .. # tar cJf rclonevendor-%{version}.tar.xz rclone-%{version}/vendor Source1: %{name}-vendor-%{version}.tar.xz -# Source1-md5: eb0153a39af5cd5e7bf40a69b6ae2542 +# Source1-md5: 26f7c92a66ca4f2b82e2cf20ece485cb URL: https://rclone.org/ -BuildRequires: golang >= 1.12 +BuildRequires: golang >= 1.14 ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64 mips64 mips64le ppc64 ppc64le s390x BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -- 2.43.0