#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

PRODUCT=gitlab-runner

. $(dirname $0)/common.sh


# we need repack due broken upstream package:

# $ epm conflicts gitlab-runner_amd64.rpm 
#  $ rpm -q --conflicts -p gitlab-runner_amd64.rpm
# gitlab-ci-multi-runner

# $ epm provides gitlab-runner_amd64.rpm 
#  $ rpm -q --provides -p gitlab-runner_amd64.rpm
# gitlab-ci-multi-runner

add_requires curl git tar

add_libs_requires