Enable sysprof capture support

This commit is contained in:
Kalev Lember 2021-02-24 11:22:20 +01:00
parent bb9051cec9
commit 6f01bd7f06

View File

@ -1,6 +1,6 @@
Name: glib2
Version: 2.67.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A library of handy utility functions
License: LGPLv2+
@ -46,6 +46,7 @@ BuildRequires: pkgconfig(libelf)
BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(libpcre)
BuildRequires: pkgconfig(mount)
BuildRequires: pkgconfig(sysprof-capture-4)
BuildRequires: pkgconfig(zlib)
BuildRequires: python3-devel
@ -111,6 +112,7 @@ rm glib/pcre/*.[ch]
-Dman=true \
-Ddtrace=true \
-Dsystemtap=true \
-Dsysprof=enabled \
-Dgtk_doc=true \
-Dinstalled_tests=true \
%if 0%{?rhel}
@ -242,6 +244,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/installed-tests
%changelog
* Wed Feb 24 2021 Kalev Lember <klember@redhat.com> - 2.67.4-3
- Enable sysprof capture support
* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 2.67.4-2
- Backport a fix for gsubprocesslauncher regression