fix (Tracy): devel package needs to dep on the main one (#11579)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Owen Zimmerman
2026-04-21 13:46:48 -05:00
committed by GitHub
parent 5280d43699
commit b67b9d6de1
+2 -1
View File
@@ -1,6 +1,6 @@
Name: tracy
Version: 0.13.1
Release: 2%?dist
Release: 3%?dist
Summary: A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications
License: BSD-3-Clause
URL: https://github.com/wolfpld/tracy
@@ -15,6 +15,7 @@ Tracy is a real time, nanosecond resolution, remote telemetry, hybrid frame and
%package devel
Summary: Development files for the tracy package
Requires: tracy = %{evr}
%description devel
Development files for the tracy package.