Procházet zdrojové kódy

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

Ralf S. Engelschall před 19 roky
rodič
revize
5ee2c4b854
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  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