From 9b2ab24698d167291021a7da31286921d18efeef Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 19 Aug 2024 17:36:31 +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 --- busybox.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/busybox.spec b/busybox.spec index be2793c..23cf5f6 100644 --- a/busybox.spec +++ b/busybox.spec @@ -4,7 +4,7 @@ %endif %if "%{!?RELEASE:1}" -%define RELEASE 19 +%define RELEASE 20 %endif Epoch: 1 @@ -36,8 +36,7 @@ Provides: bundled(md5-drepper2) %package petitboot Summary: Configure the busybox version with petitboot -%package help -Summary: Documentation for busybox +%package_help %description BusyBox combines tiny versions of many common UNIX utilities into a @@ -51,9 +50,6 @@ option using the Linux kernel's kexec functionality. And for use with the Petitboot bootloader used on PlayStation 3, the version of the contained in this package is minimal configured. -%description help -This package contains help documentation for busybox - %prep # auto apply all needed patch with git %autosetup -n %{name}-%{version} -p1 -v @@ -99,6 +95,9 @@ install -m 644 docs/busybox.dynamic.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.1 %{_mandir}/man1/busybox.petitboot.1.gz %changelog +* Mon Aug 19 2024 Pan Zhang - 1:1.34.1-20 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Aug 31 2023 huangsong - 1:1.34.1-19 - Type:CVE - Id:NA -- Gitee