[NetworkManager/f20] fix specfile to pass proper --enable-teamdctl argument

thaller thaller at fedoraproject.org
Fri Jul 4 13:10:54 UTC 2014


commit b65e919e7f299be12d3eeae8d3c4b2891e8f0438
Author: Thomas Haller <thaller at redhat.com>
Date:   Fri Jul 4 15:06:18 2014 +0200

    fix specfile to pass proper --enable-teamdctl argument

 NetworkManager.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/NetworkManager.spec b/NetworkManager.spec
index 34aa488..595af46 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -406,9 +406,9 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
 	--with-wext=no \
 %endif
 %if 0%{?with_teamctl}
-	--enable-teamctl=yes \
+	--enable-teamdctl=yes \
 %else
-	--enable-teamctl=no \
+	--enable-teamdctl=no \
 %endif
 	--enable-polkit=yes \
 	--enable-modify-system=yes \


More information about the scm-commits mailing list