From 3e578c602488afe87d9fdb2c68c79b3e1855d39b Mon Sep 17 00:00:00 2001 From: yangchunc Date: Mon, 19 Aug 2024 16:45:04 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- dnsmasq.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 71a8b31..76c908c 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -1,6 +1,6 @@ Name: dnsmasq Version: 2.90 -Release: 1 +Release: 2 Summary: Dnsmasq provides network infrastructure for small networks License: GPLv2 or GPLv3 URL: http://www.thekelleys.org.uk/dnsmasq/ @@ -31,11 +31,7 @@ footprint, suitable for resource constrained routers and firewalls. It has also been widely used for tethering on smartphones and portable hotspots, and to support virtual networking in virtualisation frameworks. -%package help -Summary: Help documents for dnsmasq - -%description help -Help package contains some readme, man and other related files for dnsmasq. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -104,6 +100,9 @@ install -Dpm644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/dnsmasq.conf %{_mandir}/man8/dnsmasq* %changelog +* Mon Aug 19 2024 Chunchun Yang - 2.90-2 +- Replaced declaration of subpackage with the 'package_help' macro. + * Thu Feb 22 2024 renmingshuai - 2.90-1 - Type:requirement - Id:NA -- Gitee