From 5fec484d2a5a41b3f11c490010bafa3d3e62fa62 Mon Sep 17 00:00:00 2001 From: yangchunc Date: Tue, 20 Aug 2024 13:02:35 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- dpkg.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dpkg.spec b/dpkg.spec index 8247e12..6158960 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -2,7 +2,7 @@ Name: dpkg Version: 1.18.25 -Release: 11 +Release: 12 Summary: Package maintenance system for Debian Linux License: GPLv2 and GPLv2+ and LGPLv2+ and Public Domain and BSD URL: https://tracker.debian.org/pkg/dpkg @@ -60,10 +60,7 @@ BuildArch: noarch %description perl This package contains dpdk perl modules. -%package help -Summary: Help documents for dpkg -%description help -The help documents for dpkg. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -237,6 +234,9 @@ chown root:root /var/log/dpkg.log 2>/dev/null || chown 0:0 /var/log/dpkg.log %endif %changelog +* Mon Aug 19 2024 Chunchun Yang - 1.18.25-12 +- Replaced declaration of subpackage with the 'package_help' macro. + * Fri May 27 2022 houyingchao - 1.18.25-11 - Fix CVE-2022-1664 -- Gitee