diff --git a/sysprof.spec b/sysprof.spec index 7fe79e7..d80664c 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -1,6 +1,6 @@ %global glib2_version 2.76.0 %global tarball_version %%(echo %{version} | tr '~' '.') -%global bundled_libunwind 1 +%global bundled_libunwind %{defined rhel} %if 0%{?bundled_libunwind} %global libunwind_version 1.8.1 @@ -9,7 +9,7 @@ Name: sysprof Version: 46.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A system-wide Linux profiler License: GPL-2.0-or-later AND GPL-3.0-or-later AND CC-BY-SA-4.0 AND BSD-2-Clause-Patent @@ -212,6 +212,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog +* Mon Jul 08 2024 Tomas Popela - 46.0-4 +- Only bundle libunwind on RHEL like systems + * Tue Jul 02 2024 Christian Hergert - 46.0-3 - Use static libunwind for Sysprof tracers