Update to 3.45.1
- Add new -agent subpackage for sysprof-agent
This commit is contained in:
parent
c3791d839f
commit
0b849111af
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sysprof-3.45.0.tar.xz) = 88d5cacc839f0ac49ec1314f9540cc62cb0c064cd6f7bdfd1bc47d7b928c4edeac9657026162db85618f98359e9ee1a495a09a9130772066973d39acb5925daa
|
||||
SHA512 (sysprof-3.45.1.tar.xz) = 8f63588db3ec616fe855e756fa2f840be3fadc3ab321cfb131f3038112b38105e7fe99e24d819d4d1e28c07d756009d5a0e8c83895c7c7de6ba5f016c3f0235f
|
||||
|
25
sysprof.spec
25
sysprof.spec
@ -1,7 +1,7 @@
|
||||
%global glib2_version 2.73.0
|
||||
|
||||
Name: sysprof
|
||||
Version: 3.45.0
|
||||
Version: 3.45.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A system-wide Linux profiler
|
||||
|
||||
@ -40,6 +40,15 @@ high-precision data and provides efficient access to the sampled
|
||||
calltrees.
|
||||
|
||||
|
||||
%package agent
|
||||
Summary: Sysprof agent utility
|
||||
|
||||
%description agent
|
||||
The %{name}-agent package contains the sysprof-agent program. It provides a P2P
|
||||
D-Bus API to the process which can control subprocesses. It's used by IDE
|
||||
tooling to have more control across container boundaries.
|
||||
|
||||
|
||||
%package cli
|
||||
Summary: Sysprof command line utility
|
||||
# sysprofd needs turbostat
|
||||
@ -107,12 +116,15 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
%license COPYING
|
||||
%doc NEWS README.md AUTHORS
|
||||
%{_bindir}/sysprof
|
||||
%{_datadir}/applications/org.gnome.Sysprof3.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.sysprof3.gschema.xml
|
||||
%{_datadir}/applications/org.gnome.Sysprof.desktop
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
%{_datadir}/metainfo/org.gnome.Sysprof3.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.Sysprof.appdata.xml
|
||||
%{_datadir}/mime/packages/sysprof-mime.xml
|
||||
|
||||
%files agent
|
||||
%license COPYING
|
||||
%{_bindir}/sysprof-agent
|
||||
|
||||
%files cli -f %{name}.lang
|
||||
%license COPYING
|
||||
%{_bindir}/sysprof-cli
|
||||
@ -159,12 +171,17 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
%{_includedir}/sysprof-ui-5/
|
||||
%{_libdir}/pkgconfig/sysprof-4.pc
|
||||
%{_libdir}/pkgconfig/sysprof-ui-5.pc
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.Sysprof.Agent.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.Sysprof2.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.Sysprof3.Profiler.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.Sysprof3.Service.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 08 2022 Kalev Lember <klember@redhat.com> - 3.45.1-1
|
||||
- Update to 3.45.1
|
||||
- Add new -agent subpackage for sysprof-agent
|
||||
|
||||
* Thu Jul 28 2022 Kalev Lember <klember@redhat.com> - 3.45.0-1
|
||||
- Update to 3.45.0
|
||||
- Remove old conflicts
|
||||
|
Loading…
Reference in New Issue
Block a user