From da6dcbd543bc84980b7ed594c0530a1b171e6dd5 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:25:51 -0800 Subject: [PATCH] fix (spotx-bash): track symlink (#9403) (#9419) (cherry picked from commit 3b79c2dd16be0fc0434872a225b806d6d96021c0) Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/spotx-bash/spotx-bash.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 23567a140b..aa7f22d872 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -4,7 +4,7 @@ Name: spotx-bash Version: %commit_date.git~%shortcommit -Release: 1%?dist +Release: 2%?dist Summary: Adblock for the Spotify desktop client on Linux. License: MIT URL: https://github.com/SpotX-Official/SpotX-Bash @@ -21,16 +21,15 @@ Provides: spotx spotx-linux spot-x spotx.sh %install mkdir -p %{buildroot}%{_bindir} -install -Dm 755 spotx.sh %buildroot%{_bindir}/spotx - -%post -%{__ln_s} -f %{_bindir}/spotx %{_bindir}/spotx.sh +install -Dm 755 spotx.sh %{buildroot}%{_bindir}/spotx +%{__ln_s} -f %{_bindir}/spotx %{buildroot}%{_bindir}/spotx.sh %files %doc README.md %license LICENSE -%_bindir/spotx +%{_bindir}/spotx.sh +%{_bindir}/spotx %changelog * Sat Dec 14 2024 Its-J -- Package SpotX-Bash \ No newline at end of file +- Package SpotX-Bash