diff --git a/busybox.spec b/busybox.spec index 2874861341224d3b3e4b1e6358895f46eb4e8dd3..40aac16a8cbceb245a11e3636bace93767ce2e64 100644 --- a/busybox.spec +++ b/busybox.spec @@ -4,7 +4,7 @@ %endif %if "%{!?RELEASE:1}" -%define RELEASE 22 +%define RELEASE 23 %endif Epoch: 1 @@ -43,8 +43,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 @@ -58,9 +57,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 -Sgit -v @@ -106,7 +102,10 @@ install -m 644 docs/busybox.dynamic.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.1 %{_mandir}/man1/busybox.petitboot.1.gz %changelog -* Mon Jul 22 2024 liuxu - 1:1.31.1-21 +* Mon Aug 19 2024 Pan Zhang - 1:1.34.1-23 +- Replaced declaration of help subpackage with the 'package_help' macro + +* Mon Jul 22 2024 liuxu - 1:1.34.1-22 - Type:CVE - Id:NA - SUG:NA