|
|
|
@ -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,9 +212,16 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 46.0-3
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 46.0-5
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 46.0-4
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jul 08 2024 Tomas Popela <tpopela@redhat.com> - 46.0-4
|
|
|
|
|
- Only bundle libunwind on RHEL like systems
|
|
|
|
|
|
|
|
|
|
* Tue Jul 02 2024 Christian Hergert <chergert@redhat.com> - 46.0-3
|
|
|
|
|
- Use static libunwind for Sysprof tracers
|
|
|
|
|
|
|
|
|
|