diff options
-rw-r--r-- | bat.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,9 +27,11 @@ mkdir -p %{buildroot}%{_bindir} cp ./target/release/bat %{buildroot}%{_bindir} %files +%defattr(-,root,root) %{_bindir}/%{name} %doc README.md %license LICENSE-MIT LICENSE-APACHE +%exclude debugfiles.list %changelog * Thu Jul 06 2023 zerocraft <zero.craft@hotmail.com> - 0.23.0 |