From 8ddec5d674f81c03d5ac5e79a304eff0e1f36158 Mon Sep 17 00:00:00 2001 From: songnannan Date: Thu, 26 Dec 2019 19:37:03 +0800 Subject: [PATCH] change the jurisdiction --- unbound.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/unbound.spec b/unbound.spec index dc33a09..9570de9 100644 --- a/unbound.spec +++ b/unbound.spec @@ -3,7 +3,7 @@ Name: unbound Version: 1.7.3 -Release: 11 +Release: 12 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -174,13 +174,17 @@ popd %files +%defattr(-,root,root) %doc doc/CREDITS doc/FEATURES doc/README doc/LICENSE %attr(0644,root,root) %{_tmpfilesdir}/unbound.conf %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/unbound.conf %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %attr(0644,root,root) %config %{_sysconfdir}/%{name}/root.key +%dir %attr(0755,root,unbound) %{_sysconfdir}/%{name}/keys.d %attr(0644,root,unbound) %config(noreplace) %{_sysconfdir}/%{name}/keys.d/*.key +%dir %attr(0755,root,unbound) %{_sysconfdir}/%{name}/conf.d %attr(0644,root,unbound) %config(noreplace) %{_sysconfdir}/%{name}/conf.d/*.conf +%dir %attr(0755,root,unbound) %{_sysconfdir}/%{name}/local.d %attr(0644,root,unbound) %config(noreplace) %{_sysconfdir}/%{name}/local.d/*.conf %attr(0644,unbound,unbound) %config %{_sharedstatedir}/%{name}/root.key %{_sysconfdir}/%{name}/icannbundle.pem @@ -193,19 +197,27 @@ popd %{_sbindir}/* %files -n python3-unbound +%defattr(-,root,root) %doc pythonmod/examples/* libunbound/python/examples/* pythonmod/LICENSE %{python3_sitearch}/* %files devel +%defattr(-,root,root) %{_libdir}/libunbound.so %{_libdir}/pkgconfig/*.pc %{_includedir}/* %files help +%defattr(-,root,root) %{_mandir}/man* - %changelog +* Tue Dec 24 2019 openEuler Buildteam - 1.7.3-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:change the jurisdiction for some path of files + * Wed Nov 20 2019 openEuler Buildteam - 1.7.3-11 - Type: enhancement - ID: NA -- Gitee