From f61e8549635bab3220ecbdd64f3d46a8ab05d9cd Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:01:40 -0800 Subject: [PATCH] fix (typos): make binary executable (#8773) (#8774) --- anda/tools/typos/typos.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/typos/typos.spec b/anda/tools/typos/typos.spec index e5af8893d9..9bd4910efb 100644 --- a/anda/tools/typos/typos.spec +++ b/anda/tools/typos/typos.spec @@ -3,7 +3,7 @@ Name: typos Version: 1.40.1 -Release: 1%?dist +Release: 2%?dist Summary: Source Code Spelling Correction License: MIT OR Apache-2.0 @@ -30,7 +30,7 @@ cp %{S:2} . %{cargo_license_online} > LICENSE.dependencies %install -install -Dm 644 target/rpm/%{name} -t %{buildroot}%{_bindir} +install -Dm 755 target/rpm/%{name} -t %{buildroot}%{_bindir} %files %license LICENSE-MIT LICENSE-APACHE LICENSE.dependencies