From 430b0fdf2c17c6cfde237ae0e40de3219107c6ad Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:08:51 -0500 Subject: [PATCH] [el10] chore (muon): remove version dependant tracy callouts (#11604) (#11609) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore (muon): remove version dependant tracy callouts (#11604) * chore (muon): remove version dependant tracy callouts Signed-off-by: Owen-sz * remove this too Signed-off-by: Owen-sz * bump(muon): release 1 → 2 * fucking Signed-off-by: Owen-sz * wait no actually we do want to bump the release Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> (cherry picked from commit b1927ecb66ad2e052bb06c615547bc4ccafef41b) * bump(muon): release 2 → 3 --------- Signed-off-by: Owen-sz Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/buildsys/muon/muon.spec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index a66570c3aa..50ad51d085 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -1,6 +1,6 @@ Name: muon Version: 0.5.0 -Release: 2%?dist +Release: 3%?dist Summary: A meson-compatible build system # https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES @@ -20,9 +20,7 @@ BuildRequires: libarchive-devel BuildRequires: libpkgconf-devel BuildRequires: scdoc BuildRequires: git-core -%if %{?fedora} < 44 -BuildRequires: pkgconfig(tracy) %dnl Temporary fix while Tracy does not build for 44+ -%endif +BuildRequires: pkgconfig(tracy) BuildRequires: pkgconfig(libattr) BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(libb2) @@ -45,10 +43,7 @@ An implementation of the meson build system in c99 with minimal dependencies. %autosetup -p1 %conf -%meson --wrap-mode=nofallback \ -%if %{?fedora} >= 44 --Dtracy=disabled -%endif +%meson --wrap-mode=nofallback %build %meson_build