public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/percetto] rawhide: Add bundled(perfetto-sdk).
@ 2026-08-21 5:31 Jonathan Steffan
0 siblings, 0 replies; only message in thread
From: Jonathan Steffan @ 2026-08-21 5:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/percetto
Branch : rawhide
Commit : 8197bf8bbc7e3c263f227ca4e9c9e47aa7699f33
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date : 2026-08-20T23:31:41-06:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/percetto/c/8197bf8bbc7e3c263f227ca4e9c9e47aa7699f33?branch=rawhide
Log:
Add bundled(perfetto-sdk).
---
diff --git a/percetto.spec b/percetto.spec
index 0d6d55d..e3fd3c2 100644
--- a/percetto.spec
+++ b/percetto.spec
@@ -22,6 +22,10 @@ BuildRequires: gcc-c++
BuildRequires: meson
BuildRequires: perfetto-sdk
+# libpercetto.so statically embeds the amalgamated Perfetto tracing SDK
+%global perfetto_sdk_version %(rpm -q --qf '%%{VERSION}\\n' perfetto-sdk 2>/dev/null | grep -Em1 '^[0-9]' || echo 0)
+Provides: bundled(perfetto-sdk) = %{perfetto_sdk_version}
+
# Perfetto only supports these architectures
ExclusiveArch: aarch64 x86_64
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 5:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 5:31 [rpms/percetto] rawhide: Add bundled(perfetto-sdk) Jonathan Steffan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox