mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02: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 commit9fc4490513) (cherry picked from commit35a2a71801)
This commit is contained in:
parent
e35d72a956
commit
8a15ffabc3
2 changed files with 0 additions and 6 deletions
|
|
@ -84,7 +84,6 @@ install \
|
||||||
vala-devel \
|
vala-devel \
|
||||||
vala-tools \
|
vala-tools \
|
||||||
valgrind \
|
valgrind \
|
||||||
wireless-tools-devel \
|
|
||||||
"${EXTRA_PACKAGES[@]}"
|
"${EXTRA_PACKAGES[@]}"
|
||||||
|
|
||||||
# some packages don't exist in certain distributions. Install them one-by-one, and ignore errors.
|
# some packages don't exist in certain distributions. Install them one-by-one, and ignore errors.
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
%global dbus_glib_version 0.100
|
%global dbus_glib_version 0.100
|
||||||
|
|
||||||
%global wireless_tools_version 1:28-0pre9
|
|
||||||
|
|
||||||
%global wpa_supplicant_version 1:1.1
|
%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)
|
%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
|
||||||
|
|
@ -191,9 +189,6 @@ BuildRequires: gettext-devel
|
||||||
|
|
||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||||
%if 0%{?fedora}
|
|
||||||
BuildRequires: wireless-tools-devel >= %{wireless_tools_version}
|
|
||||||
%endif
|
|
||||||
BuildRequires: glib2-devel >= 2.40.0
|
BuildRequires: glib2-devel >= 2.40.0
|
||||||
BuildRequires: gobject-introspection-devel >= 0.10.3
|
BuildRequires: gobject-introspection-devel >= 0.10.3
|
||||||
%if %{with ppp}
|
%if %{with ppp}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue