RPM: fix build on Fedora 29

pull/92/head
François Andriot 5 years ago
parent 221f754b33
commit 9e5a585a9e

@ -338,8 +338,12 @@ BuildRequires: file-devel
BuildRequires: %{_lib}nm-util-devel
%endif
%if 0%{?rhel} >= 6 || 0%{?fedora}
%if 0%{?fedora} >= 29
BuildRequires: NetworkManager-libnm-devel
%else
BuildRequires: NetworkManager-glib-devel
%endif
%endif
%if 0%{?suse_version}
BuildRequires: NetworkManager-devel
%endif
@ -437,6 +441,9 @@ BuildRequires: cryptsetup-luks-devel
BuildRequires: libr-devel >= 0.6.0
%endif
# ATTR support
BuildRequires: libattr-devel
%description
Libraries for the Trinity Desktop Environment:
Loading…
Cancel
Save