From aeabcf08571cb31e844366b8da6aab4ef2fd2aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E6=99=AF=E5=8D=9A?= Date: Wed, 21 Aug 2024 09:42:05 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- alsa-utils.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/alsa-utils.spec b/alsa-utils.spec index e65191f..897e31a 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,6 +1,6 @@ Name: alsa-utils Version: 1.2.2 -Release: 2 +Release: 3 Summary: Advanced linux sound architecture (ALSA) utility to the Linux operating system. License: GPLv2+ URL: http://www.alsa-project.org/ @@ -34,11 +34,7 @@ Obsoletes: %{name}-alsabat < %{version}-%{release} This package contains tool for basic audio testing using ALSA framework and Fast Fourier Transform library. -%package help -Summary: ALSA help - -%description help -This package contains help docs for alsa-utils. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -116,6 +112,9 @@ fi %doc README.md TODO %changelog +* Wed Aug 21 2024 Jingbo Hou - 1.2.2-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Apr 28 2020 Guoshuai Sun - 1.2.2-2 - Update to version 1.2.2 -- Gitee