diff --git a/SPECS/sysprof.spec b/SPECS/sysprof.spec index 7fe79e7..cc39671 100644 --- a/SPECS/sysprof.spec +++ b/SPECS/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: 5%{?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,13 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog +* Tue Oct 29 2024 Troy Dawson - 46.0-5 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + +* 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