Commit 7be9b0843d781d2ef7feff8c1d0fd1738286f244

Authored by Jacob Vosmaer
1 parent 1f0acbc8

Rename mysql-client software definition

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
config/software/mysql-client.rb
1 # 1 #
2 # Copyright:: Copyright (c) 2013 Robby Dyer 2 # Copyright:: Copyright (c) 2013 Robby Dyer
  3 +# Copyright:: Copyright (c) 2014 GitLab.com
3 # License:: Apache License, Version 2.0 4 # License:: Apache License, Version 2.0
4 # 5 #
5 # Licensed under the Apache License, Version 2.0 (the "License"); 6 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +15,7 @@ @@ -14,7 +15,7 @@
14 # See the License for the specific language governing permissions and 15 # See the License for the specific language governing permissions and
15 # limitations under the License. 16 # limitations under the License.
16 # 17 #
17 -name "mysql" 18 +name "mysql-client"
18 version "5.5.25a" 19 version "5.5.25a"
19 20
20 dependencies [ 21 dependencies [
@@ -44,7 +45,7 @@ if OHAI.platform =~ /centos/ and OHAI.platform_version =~ /^5/ @@ -44,7 +45,7 @@ if OHAI.platform =~ /centos/ and OHAI.platform_version =~ /^5/
44 env.merge!( { 45 env.merge!( {
45 "CC" => "gcc44", 46 "CC" => "gcc44",
46 "CXX" => "g++44" 47 "CXX" => "g++44"
47 - }) 48 + })
48 end 49 end
49 50
50 build do 51 build do