From 6335c8cf991f2fa163208a83af72ebf11e0582e5 Mon Sep 17 00:00:00 2001 From: winterddd Date: Wed, 22 Oct 2025 15:59:12 +0800 Subject: [PATCH] remove nouse file alsabat-test.sh do not have help subcmd, option-list is wrong now, just delete it Signed-off-by: winterddd --- alsa-utils.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/alsa-utils.spec b/alsa-utils.spec index c65bec4..60b9017 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %define baseversion 1.2.9 %global _hardened_build 1 @@ -190,7 +190,6 @@ mkdir -p -m 755 %{buildroot}%{_sharedstatedir}/alsa %{_sbindir}/alsabat-test.sh %{_mandir}/man1/alsabat.1.zst %{abidir}/alsabat-option.list -%{abidir}/alsabat-test.sh-option.list %files doc %doc ChangeLog README.md TODO alsamixer/alsamixer.rc.example @@ -218,6 +217,9 @@ fi %systemd_postun_with_restart alsa-state.service %changelog +* Tue Oct 23 2025 Ruidong Tian - 1.2.9-3 +- Remove unused file because exec file not have -help option + * Tue May 21 2024 mgb01105731 - 1.2.9-2 - Fix source link -- Gitee