diff --git a/container-exception-logger.spec b/container-exception-logger.spec index b8ebcc082867701b29d27f8f99b48287d0208792..dbc74fbffb08b7c859585841c89fbb56e9b73edb 100644 --- a/container-exception-logger.spec +++ b/container-exception-logger.spec @@ -1,6 +1,6 @@ Name: container-exception-logger Version: 1.0.3 -Release: 3 +Release: 4 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 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-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tues Sept 8 2020 Ge Wang 1.0.3-3 - Modify the Source0 Url