diff --git a/container-exception-logger.spec b/container-exception-logger.spec index a6f9c18401081d6195a5dc35b30efd2b7a3ff3d9..26f92a2efba10654f7b12fb9b4e0d20cac9c843d 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