mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 21:40:08 +01:00
contrib/rpm: require "vala" instead of "vala-tools" for Fedora 30+
The "vala-tools" package was merged into "vala" [1]. While "vala" now "Provides: vala-tools", update the build requirements for Fedora 30 and newer. [1]82b21cc302f6c878a04a(cherry picked from commit0024485b5a)
This commit is contained in:
parent
25fdf0ab3a
commit
ace926e648
1 changed files with 4 additions and 0 deletions
|
|
@ -178,7 +178,11 @@ BuildRequires: gtk-doc
|
|||
%endif
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libuuid-devel
|
||||
%if 0%{?fedora} >= 30
|
||||
BuildRequires: vala
|
||||
%else
|
||||
BuildRequires: vala-tools
|
||||
%endif
|
||||
BuildRequires: iptables
|
||||
BuildRequires: libxslt
|
||||
%if %{with bluetooth}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue