From 7367beb12640b43ee9e81d6cbe891463f74d84c7 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 19 Aug 2024 16:51:47 +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 --- attr.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/attr.spec b/attr.spec index 1905f9d..e5ed53a 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ %{!?_licensedir:%global license %%doc} Name: attr Version: 2.4.48 -Release: 15 +Release: 16 Summary: Commands for Manipulating Filesystem Extended Attributes License: GPLv2+ AND LGPLv2+ URL: https://savannah.nongnu.org/projects/attr @@ -38,12 +38,7 @@ For Linux programs, the documented system call API is the recommended interface, but an SGI IRIX compatibility interface is also provided. -%package help -Summary: Including man files for attr -Requires: man - -%description help -This contains man files for the using of attr +%package_help %prep %autosetup -Sgit -n %{name}-%{version} @@ -98,6 +93,9 @@ fi %{_mandir}/man3/* %changelog +* Mon Aug 19 2024 Pan Zhang - 2.4.48-16 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Sun Jan 30 2022 Zhiqiang Liu -2.4.48-15 - rename one patch for uniform format and donot skip security.evm copy for ima -- Gitee