From db9fa7cb40345f2e7bdc0b77e09c0daba6f6174a Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Tue, 20 Aug 2024 10:30:58 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- container-exception-logger.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/container-exception-logger.spec b/container-exception-logger.spec index ef300d6..e787ecf 100644 --- a/container-exception-logger.spec +++ b/container-exception-logger.spec @@ -1,6 +1,6 @@ Name: container-exception-logger Version: 1.0.3 -Release: 4 +Release: 5 Summary: Logging from a container to a host License: GPLv3+ URL: https://github.com/abrt/container-exception-logger @@ -11,11 +11,7 @@ BuildRequires: asciidoc libxslt gcc Container-exception-logger is a tool designed to run inside of a container which is able to get its input outside of the container. -%package help -Summary: Help document for the %{name} package - -%description help -Help document for the %{name} package. +%package_help %prep %autosetup -n %{name}-%{name}-%{version}-1 -p1 @@ -39,6 +35,10 @@ cp man/container-exception-logger.1 %{buildroot}/%{_mandir}/man1/container-excep %{_mandir}/man1/container-exception-logger.1.* %changelog +* Tue Aug 20 2024 Jiaming Zhang - 1.0.3-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + + * Mon May 31 2021 baizhonggui 1.0.3-4 - Add gcc in BuildRequires -- Gitee