diff --git a/atf.spec b/atf.spec index 325629dc8d73e2e43e5628ccda92a64efc8beccf..7b5c14f75269d480c58bd43dfeafc71208e9a135 100644 --- a/atf.spec +++ b/atf.spec @@ -1,6 +1,6 @@ Name: atf Version: 0.21 -Release: 2 +Release: 3 License: BSD Summary: Testing Framework for Automated URL: https://github.com/jmmv/atf/ @@ -72,11 +72,7 @@ and POSIX Shell libraries and runtime tools. For more details on how to run the installed tests, see the README file in the documentation directory. -%package help -Summary: Help documents for atf - -%description help -Man pages and other related help documents for atf. +%package_help %prep %autosetup -n atf-%{name}-%{version} -p1 @@ -137,6 +133,9 @@ make check %{_mandir}/man7/* %changelog +* Mon Aug 19 2024 Pan Zhang - 0.21-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Dec 31 2020 Ge Wang - 0.21-2 - Modify Source url and remove redundancy source file