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