From 39d79c852b9dc9293e9151e425595531fdd0d311 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 4 Dec 2014 16:36:38 -0200 Subject: [PATCH] Fix dependencies --- Makefile | 3 ++- gitlab-deps.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6ae3e4..c358b5c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 7.5 +VERSION = 7.5.1 TARBALL = gitlab-deps-$(VERSION).tar.gz PREFIX = /usr WGET = wget @@ -7,6 +7,7 @@ BUNDLE_OPTS = --verbose --without='development test' all: bundle install $(BUNDLE_OPTS) --local --deployment + grep -rl '/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby' vendor/bundle/ruby/gems/*/bin | xargs --no-run-if-empty sed -i -e '1 s|.*|#!/usr/bin/env ruby|' dist: $(TARBALL) diff --git a/gitlab-deps.spec b/gitlab-deps.spec index f7a6575..e53b1e7 100644 --- a/gitlab-deps.spec +++ b/gitlab-deps.spec @@ -1,5 +1,5 @@ Name: gitlab-deps -Version: 7.5 +Version: 7.5.1 Release: 1%{?dist} Summary: Ruby dependencies for Gitlab Group: Development/Tools -- libgit2 0.21.2