summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-06 20:21:04 +0100
committerThomas Haller <thaller@redhat.com>2017-03-06 20:23:14 +0100
commit560801e237c9fffe558396f85ed4ab75cfb9e4b7 (patch)
tree2f6930b54b4d5d06fb9e7b7d43ecd4844389bc58
parent2b6f3ba3cf995183ec6e5ccd836d6f2b1fe60f10 (diff)
downloadNetworkManager-560801e237c9fffe558396f85ed4ab75cfb9e4b7.tar.gz
contrib/rpm: remove unused default_with_* variables
They are unused since commit d2fd1b9fb7ef73f3bdeb5c68f1e382c1244a5012.
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 01b9994e53..2b7250fc59 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -44,9 +44,6 @@
%bcond_without adsl
-%global default_with_bluetooth 1
-%global default_with_wwan 1
-
%if 0%{?fedora}
%global dbus_version 1.9.18
%global dbus_sys_dir %{_datadir}/dbus-1/system.d
@@ -55,27 +52,11 @@
%global dbus_sys_dir %{_sysconfdir}/dbus-1/system.d
%endif
-# Bluetooth requires the WWAN plugin
-%if 0%{?default_with_bluetooth}
-%global default_with_wwan 1
-%endif
-
-%if 0%{?default_with_bluetooth}
%bcond_without bluetooth
-%else
-%bcond_with bluetooth
-%endif
-
-%if 0%{?default_with_wwan}
%bcond_without wwan
-%else
-%bcond_with wwan
-%endif
-
%bcond_without team
%bcond_without wifi
%bcond_without ppp
-
%bcond_without nmtui
%bcond_without regen_docs
%bcond_with debug