From 06b6741375cbcb03f8617bcf0a1531c2702b70f6 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:31:44 -0500 Subject: [PATCH] [f44] chore (muon): remove Tracy base package as a dep, add me as packager (#11592) (#11597) --- anda/buildsys/muon/muon.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index bb3ce4a092..a66570c3aa 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -1,6 +1,6 @@ Name: muon Version: 0.5.0 -Release: 1%?dist +Release: 2%?dist Summary: A meson-compatible build system # https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES @@ -36,7 +36,7 @@ BuildRequires: python3-pyyaml BuildRequires: mandoc BuildRequires: mdbook -BuildRequires: tracy +Packager: Owen Zimmerman %description An implementation of the meson build system in c99 with minimal dependencies. @@ -46,7 +46,6 @@ An implementation of the meson build system in c99 with minimal dependencies. %conf %meson --wrap-mode=nofallback \ - %if %{?fedora} >= 44 -Dtracy=disabled %endif