[netatalk] Fix wrong conditional line.

Christopher Meng cicku at fedoraproject.org
Sat Jul 5 04:16:23 UTC 2014


commit 819aa9faf58105cd8ca5fc6bba14bf5ac7939fd5
Author: Christopher Meng <i at cicku.me>
Date:   Sat Jul 5 12:16:17 2014 +0800

    Fix wrong conditional line.

 netatalk.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/netatalk.spec b/netatalk.spec
index 2a7e066..89cfd44 100644
--- a/netatalk.spec
+++ b/netatalk.spec
@@ -68,10 +68,10 @@ BuildRequires:     libgcrypt-devel
 BuildRequires:     libxslt
 %endif
 BuildRequires:     krb5-devel
-%if 0%{?with_openafs}
 %if 0%{?with_mysql}
 BuildRequires:     mysql-devel
 %endif
+%if 0%{?with_openafs}
 BuildRequires:     openafs-devel
 %endif
 %if 0%{?with_ldap}


More information about the scm-commits mailing list