From ad30c3ca85af4856110ad4e03436b6b0a7224029 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 19 Aug 2024 16:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20PR?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atf.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/atf.spec b/atf.spec index 325629d..7b5c14f 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 -- Gitee