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