From 82c8fec337f5214ef8bee955cccab0480be9e061 Mon Sep 17 00:00:00 2001 From: webbuilder_pel7ppc64bebuilder0 Date: Tue, 13 Aug 2019 09:39:44 +0200 Subject: [PATCH] mattermost-plugin-walltime package update Signed-off-by: webbuilder_pel7ppc64bebuilder0 --- SPECS/mattermost-plugin-walltime.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SPECS/mattermost-plugin-walltime.spec b/SPECS/mattermost-plugin-walltime.spec index 882820e..5459bf4 100644 --- a/SPECS/mattermost-plugin-walltime.spec +++ b/SPECS/mattermost-plugin-walltime.spec @@ -6,6 +6,7 @@ Name: mattermost-plugin-walltime Version: 0.1.1 Release: 1%{?dist} +URL: https://github.com/mattermost/mattermost-plugin-walltime Summary: Plugin for Mattermost to convert time License: Apache BuildRequires: golang @@ -18,6 +19,7 @@ Requires: mattermost %prep %setup -q -T -c %{name}-%{version} export GOPATH=`pwd` +go get -u -v github.com/pkg/errors mkdir -p src/github.com/mattermost/ cd src/github.com/mattermost/ git clone https://github.com/mattermost/mattermost-server