diff --git a/dnsmasq.spec b/dnsmasq.spec index cef53debb0db3e92443a092e26b28fa7af3b60cf..b8ec7eb12e5339733e182bc73eb1e57c62f39852 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -1,6 +1,6 @@ Name: dnsmasq Version: 2.86 -Release: 8 +Release: 9 Summary: Dnsmasq provides network infrastructure for small networks License: GPLv2 or GPLv3 URL: http://www.thekelleys.org.uk/dnsmasq/ @@ -64,11 +64,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 @@ -137,6 +133,9 @@ install -Dpm644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/dnsmasq.conf %{_mandir}/man8/dnsmasq* %changelog +* Mon Aug 19 2024 Chunchun Yang - 2.86-9 +- Replaced declaration of subpackage with the 'package_help' macro. + * Tue Jun 11 2024 renmingshuai - 2.86-8 - Type:CVE - Id:CVE-2023-49441