diff --git a/container-exception-logger.spec b/container-exception-logger.spec index ef300d6241b1e981c71b452291f8b3639339b90e..e787ecf832afff4f30fa7809c94e13b4cb9d6c9e 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