summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-06-19 12:29:00 +0200
committerThomas Haller <thaller@redhat.com>2014-06-19 12:49:14 +0200
commitca85ecd145c9035659a0e432fb0f5e1abd2c3f7b (patch)
treefab0da783a5ead65267c3e60b5c261117cca9c29 /contrib
parentf227d25ed96e9f79fa70ced9d4e0b38f02790bbf (diff)
downloadNetworkManager-ca85ecd145c9035659a0e432fb0f5e1abd2c3f7b.tar.gz
contrib/rpm: fix typo in spec file (wrong option --enable-teamdctl)
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 63719d74c7..377c391ea9 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -342,9 +342,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 \