From 9617469a63d7d017b318c5101fc9725eb3dd88fd Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 14 Jan 2026 09:29:04 -0600 Subject: [PATCH] fix (qmk_cli): let the pyproject_files macro do its thing also dont ghost files (#9208) Signed-off-by: Owen-sz --- anda/tools/qmk_cli/qmk_cli.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/anda/tools/qmk_cli/qmk_cli.spec b/anda/tools/qmk_cli/qmk_cli.spec index 17f906f309..93b8b2f18c 100644 --- a/anda/tools/qmk_cli/qmk_cli.spec +++ b/anda/tools/qmk_cli/qmk_cli.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 1.1.8 -Release: 3%?dist +Release: 4%?dist Summary: A program to help users work with QMK License: MIT URL: https://github.com/qmk/qmk_cli @@ -68,9 +68,6 @@ Provides: qmk-cli %doc README.md SECURITY.md %license LICENSE %{_bindir}/qmk -%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc -%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc -%python3_sitelib/qmk-%version.dist-info/* %changelog * Thu Sep 04 2025 Owen Zimmerman