diff --git a/alsa-utils.spec b/alsa-utils.spec index fc62ea8476c13576b5745039d11c185475c40038..2da0e4269fb96930ecebc0668633fffd8c8e8e21 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,6 +1,6 @@ Name: alsa-utils Version: 1.2.2 -Release: 3 +Release: 4 Summary: Advanced linux sound architecture (ALSA) utility to the Linux operating system. License: GPLv2+ URL: http://www.alsa-project.org/ @@ -35,11 +35,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 @@ -117,6 +113,9 @@ fi %doc README.md TODO %changelog +* Wed Aug 21 2024 Jingbo Hou - 1.2.2-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Aug 7 2023 panchenbo - 1.2.2-3 - fix error handling for sched_setscheduler call