Logoj0ke.net Open Build Service > Projects > server:database:mysql > MySQL-cluster_gpl > Changes
Sign Up | Log In

Difference Between Revision 6 and server:database:mysql / MySQL-Cluster-gpl

[-] Changed mysqlcluster.spec
x
 
1
@@ -7,10 +7,15 @@
2
 ##############################################################################
3
 # Some common macro definitions
4
 ##############################################################################
5
-
6
+%define cluster_gpl 1
7
 %define mysql_version 6.3.26
8
 %define mysql_vendor  Sun Microsystems, Inc.
9
 
10
+%if 0%{?sles_verson} == 11
11
+%define distribution  sles11
12
+%define %dist_long "SUSE Linux Enterprise 11"
13
+%endif
14
+
15
 %if 0%{?sles_verson} == 10
16
 %define distribution  sles10
17
 %define %dist_long "SUSE Linux Enterprise 10"
18
@@ -313,8 +318,8 @@
19
 Vendor:        %{mysql_vendor}
20
 Conflicts: msqlormysql MySQL-server mysql
21
 
22
-%if 0%{?sles_version} == 10
23
-BuildRequires:  gperf gcc-c++ gdbm-devel ncurses-devel readline-devel zlib-devel libtool automake autoconf openldap2-client
24
+%if 0%{?sles_version} == 10 || 0%{?sles_version} == 11
25
+BuildRequires:  gperf gcc-c++ gdbm-devel ncurses-devel readline-devel zlib-devel libtool automake autoconf openldap2-client procps
26
 %endif
27
 %if 0%{?centos_version} || 0%{?rhel_version}
28
 BuildRequires: gperf perl readline-devel gcc-c++ ncurses-devel zlib-devel libtool automake autoconf time
29
@@ -351,7 +356,7 @@
30
 Summary:   @COMMENT@ for %dist_long 
31
 Group:     Applications/Databases
32
 
33
-%if 0%{?sles_version} == 10
34
+%if 0%{?sles_version} == 10 || 0%{?sles_version} == 11
35
 Requires:  aaa_base coreutils pwdutils grep procps
36
 %endif
37
 %if 0%{?centos_version} || 0%{?rhel_version}
38