Commit 2ac759b3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: gitlab-runner

parent a2b7bad8
#!/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
subst '1iAutoReq:no' $SPEC
subst '1iAutoProv:no' $SPEC
subst '1Requires:curl git tar' $SPEC
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment