RPM: fix build on Fedora 29

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

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