chore (amaranth): remove ghosted files (#12704) (#12708)

(cherry picked from commit 256ba45bdf)

Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-05-27 21:45:28 -05:00
committed by GitHub
parent 7fcc84a25c
commit c66eacdb20
+1 -3
View File
@@ -5,7 +5,7 @@
Name: python-%{pypi_name}
Version: 0.5.8
Release: 2%?dist
Release: 3%?dist
Summary: A modern hardware definition language and toolchain based on Python
License: BSD-2-Clause
URL: https://github.com/amaranth-lang/amaranth
@@ -54,8 +54,6 @@ export PDM_BUILD_SCM_VERSION=%{version}
%doc README.md CONTRIBUTING.txt
%license LICENSE.txt
%{_bindir}/amaranth-rpc
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
%changelog
* Sun Sep 28 2025 Owen Zimmerman <owen@fyralabs.com>