The RPM %install tried to execute a %files path, so main builds no RPMs #306

Merged
enricobuehler merged 1 commits from worktree-rpm-spec-stray-install into main 2026-08-18 17:18:05 +00:00
1 Commits
Author SHA1 Message Date
enricobuehler c49b648032 fix(packaging/rpm): drop the stray %files path that %install tried to execute
ci / bun-nix (pull_request) Successful in 30s
ci / web (pull_request) Successful in 1m7s
ci / docs-site (pull_request) Successful in 1m23s
ci / rust-arm64 (pull_request) Successful in 1m32s
ci / rust (pull_request) Successful in 6m22s
The WirePlumber DualSense policy landed with its %files line duplicated into
%install, one line above the real install. rpm ran it as a command, and the
%install scriptlet died on 'No such file or directory' before it reached
anything else.
2026-08-18 19:13:59 +02:00