From 16271e1dc8df8069a9a5addf12eedae559785ec0 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 14 Jan 2026 07:43:27 -0800 Subject: [PATCH] fix (qmk_cli): let the pyproject_files macro do its thing also dont ghost files (#9208) (#9211) --- 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