From 7be9b0843d781d2ef7feff8c1d0fd1738286f244 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 17 Mar 2014 17:00:01 +0100 Subject: [PATCH] Rename mysql-client software definition --- config/software/mysql-client.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/software/mysql-client.rb b/config/software/mysql-client.rb index be10a49..e30316a 100644 --- a/config/software/mysql-client.rb +++ b/config/software/mysql-client.rb @@ -1,5 +1,6 @@ # # Copyright:: Copyright (c) 2013 Robby Dyer +# Copyright:: Copyright (c) 2014 GitLab.com # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -name "mysql" +name "mysql-client" version "5.5.25a" dependencies [ @@ -44,7 +45,7 @@ if OHAI.platform =~ /centos/ and OHAI.platform_version =~ /^5/ env.merge!( { "CC" => "gcc44", "CXX" => "g++44" - }) + }) end build do -- libgit2 0.21.2