From a3586b1a3737a14a11e3bed25c791e39c64c85c9 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 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/container-exception-logger.spec b/container-exception-logger.spec index a6f9c18..26f92a2 100644 --- a/container-exception-logger.spec +++ b/container-exception-logger.spec @@ -1,6 +1,6 @@ Name: container-exception-logger Version: 1.0.3 -Release: 5 +Release: 6 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,9 @@ 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-6 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Mar 03 2023 wulei - 1.0.3-5 - Add the compilation option pie -- Gitee