Sophie

Sophie

distrib > Fedora > 17 > x86_64 > by-pkgid > f28549d913737c9519409b8f624013e3 > files > 2

erlang-riak_core-1.2.1-3.p1.fc17.src.rpm

From b569f6c21ddd4f109305692fdc032bf2af996e6c Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Sat, 27 Nov 2010 16:37:23 +0300
Subject: [PATCH 1/5] Remove checking for specific version of libraries

This is purely Fedora/EPEL specific and won't go upstream.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

Conflicts:
	rebar.config
---
 rebar.config | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/rebar.config b/rebar.config
index 0fbd45c..03c8a4e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,15 +3,3 @@
 {erl_opts, [{parse_transform, lager_transform}]}.
 {edoc_opts, [{preprocess, true}]}.
 {erl_opts, [debug_info, warnings_as_errors]}.
-
-{deps, [
-  {lager, "1.2.0", {git, "git://github.com/basho/lager", {tag, "1.2.0"}}},
-  {poolboy, "0.8.1", {git, "git://github.com/basho/poolboy", {tag, "0.8.1"}}},
-  {protobuffs, "0.7.0", {git, "git://github.com/basho/erlang_protobuffs",
-                              {tag, "0.7.0"}}},
-  {basho_stats, "1.0.2", {git, "git://github.com/basho/basho_stats", {tag, "1.0.2"}}},
-  {riak_sysmon, "1.1.2", {git, "git://github.com/basho/riak_sysmon", {tag, "1.1.2"}}},
-  {webmachine, "1.9.2", {git, "git://github.com/basho/webmachine",
-                                {tag, "1.9.2p1"}}},
-  {folsom, ".*", {git, "git://github.com/boundary/folsom.git", {tag, "0.7"}}}
-       ]}.
-- 
1.7.12.1