From f0dc06c924564426d68b9e77105ac9c0c6de8908 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Tue, 3 Dec 2019 18:34:28 +0800 Subject: [PATCH] package init --- dnsmasq.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index b199560..8eef055 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -1,6 +1,6 @@ Name: dnsmasq Version: 2.79 -Release: 9 +Release: 10 Summary: Dnsmasq provides network infrastructure for small networks License: GPLv2 or GPLv3 URL: http://www.thekelleys.org.uk/dnsmasq/ @@ -105,11 +105,17 @@ install -Dpm644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/dnsmasq.conf %{_mandir}/man8/dnsmasq* %changelog +* Mon Nov 4 2019 openEuler Buildteam - 2.79-10 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:modify the changelog + * Tue Oct 29 2019 openEuler Buildteam - 2.79-9 - Type:bugfix - Id:NA - SUG:NA -- DESC:add conf files for %sysusers_create +- DESC:add conf files for sysusers_create * Fri Sep 20 2019 yanzhihua - 2.79-8 - Package init. -- Gitee