Use Meson for building on RHEL10

Related: RHEL-35580
This commit is contained in:
Jan Vaclav 2024-05-06 16:27:01 +02:00
parent 3a43587c86
commit fb190f0fd1

View File

@ -6,7 +6,7 @@
%global epoch_version 1
%global real_version 1.47.90
%global rpm_version %{real_version}
%global release_version 1
%global release_version 2
%global snapshot %{nil}
%global git_sha %{nil}
%global bcond_default_debug 0
@ -42,8 +42,11 @@
%global systemd_units_cloud_setup nm-cloud-setup.service nm-cloud-setup.timer
###############################################################################
%bcond_with meson
%if 0%{?fedora} > 40 || 0%{?rhel} >= 10
%bcond_without meson
%else
%bcond_with meson
%endif
%bcond_without adsl
%bcond_without bluetooth
%bcond_without wwan
@ -1293,6 +1296,9 @@ fi
%changelog
* Mon May 06 2024 Ján Václav <jvaclav@redhat.com> - 1:1.47.90-2
- Use meson to build by default for RHEL 10 (from upstream)
* Fri May 03 2024 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.47.90-1
- Upgrade to 1.47.90 (rc1)