Explorar el Código

use same order than in the %option lines here, too

Ralf S. Engelschall hace 19 años
padre
commit
5ee2c4b854
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      mysql51/mysql51.spec

+ 5 - 5
mysql51/mysql51.spec

@@ -136,6 +136,11 @@ Provides:     mysql = %{version}-%{release}
         --with-plugin-heap \
         --with-plugin-myisam \
         --with-plugin-myisammrg \
+%if "%{with_innobase}" == "yes"
+        --with-plugin-innobase \
+%else
+        --without-plugin-innobase \
+%endif
 %if "%{with_archive}" == "yes"
         --with-plugin-archive \
 %else
@@ -151,11 +156,6 @@ Provides:     mysql = %{version}-%{release}
 %else
         --without-plugin-federated \
 %endif
-%if "%{with_innobase}" == "yes"
-        --with-plugin-innobase \
-%else
-        --without-plugin-innobase \
-%endif
 %if "%{with_ndbcluster}" == "yes"
         --with-plugin-ndbcluster \
 %else