From 54c688dc8e5bd78cf2ec088b0bcca0b6bb8a14ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 15 Aug 2018 16:55:03 +0300 Subject: [PATCH] up to 11.1.0; go-bindata has been removed - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/831 - https://gitlab.com/gitlab-org/gitlab-runner/issues/2953 - https://gitlab.com/gitlab-org/gitlab-runner/issues/1504 --- gitlab-runner.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gitlab-runner.spec b/gitlab-runner.spec index 0d539f8..ae8ece2 100644 --- a/gitlab-runner.spec +++ b/gitlab-runner.spec @@ -4,12 +4,12 @@ Summary: The official GitLab CI runner written in Go Name: gitlab-runner -Version: 11.0.0 -Release: 1 +Version: 11.1.0 +Release: 0.1 License: MIT Group: Development/Building -Source0: https://gitlab.com/gitlab-org/gitlab-runner/repository/archive.tar.bz2?ref=v%{version}&/%{name}-%{version}.tar.bz2 -# Source0-md5: d35d4d5c4d82bb68285c678be932299a +Source0: https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v%{version}/gitlab-runner-v%{version}.tar.bz2 +# Source0-md5: 5d92b8ca3fe5fdfeeb3bc2900c4aecd6 %if %{with prebuilt} Source1: https://gitlab-runner-downloads.s3.amazonaws.com/v%{version}/binaries/gitlab-runner-linux-amd64 # Source1-md5: 2fc56f01f932a14a807e37195d08bcf2 @@ -67,7 +67,7 @@ install -d src/$(dirname %{import_path}) mv gitlab-runner-* src/%{import_path} cd src/%{import_path} -%patch0 -p5 +#%patch0 -p5 %patch1 -p1 # avoid docker being used even if executable found -- 2.43.0