mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 23:30:18 +01:00
contrib/rpm: drop BuildRequires to deprecated "wireless-tools-devel"
"wireless-tools-devel" is long depreacted and not used by
NetworkManager, not even for WEXT.
Drop it from the build dependencies.
(cherry picked from commit 9fc4490513)
This commit is contained in:
parent
2b01ac0932
commit
35a2a71801
2 changed files with 0 additions and 6 deletions
|
|
@ -83,7 +83,6 @@ install \
|
|||
vala-devel \
|
||||
vala-tools \
|
||||
valgrind \
|
||||
wireless-tools-devel \
|
||||
"${EXTRA_PACKAGES[@]}"
|
||||
|
||||
# some packages don't exist in certain distributions. Install them one-by-one, and ignore errors.
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
# Note that it contains __PLACEHOLDERS__ that will be replaced by the accompanying 'build.sh' script.
|
||||
|
||||
|
||||
%global wireless_tools_version 1:28-0pre9
|
||||
|
||||
%global wpa_supplicant_version 1:1.1
|
||||
|
||||
%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
|
||||
|
|
@ -183,9 +181,6 @@ BuildRequires: intltool
|
|||
BuildRequires: gettext-devel
|
||||
|
||||
BuildRequires: dbus-devel >= %{dbus_version}
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: wireless-tools-devel >= %{wireless_tools_version}
|
||||
%endif
|
||||
BuildRequires: glib2-devel >= 2.40.0
|
||||
BuildRequires: gobject-introspection-devel >= 0.10.3
|
||||
%if %{with ppp}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue