From 1eed4c3720eb61e347e1e80862d138cf78ae3bb9 Mon Sep 17 00:00:00 2001 From: quanhongfei <2506045831@qq.com> Date: Wed, 26 Jan 2022 09:52:46 +0800 Subject: [PATCH] unbound-libs remove requires libpython3.8.so --- unbound.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/unbound.spec b/unbound.spec index 090e9cd..b9c4645 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.13.2 -Release: 1 +Release: 2 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -114,9 +114,6 @@ install -p -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/unbound install -p -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_unitdir}/unbound-anchor.timer install -p -m 0644 %{SOURCE13} $RPM_BUILD_ROOT%{_unitdir}/unbound-anchor.service -cp -a %{_libdir}/libunbound.so.2* %{buildroot}%{_libdir} - - %delete_la for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd ub_ctx_resolvconf ub_ctx_hosts ub_ctx_add_ta ub_ctx_add_ta_file ub_ctx_trustedkeys ub_ctx_debugout ub_ctx_debuglevel ub_ctx_async ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add ub_ctx_zone_remove ub_ctx_data_add ub_ctx_data_remove; @@ -226,6 +223,12 @@ popd %{_mandir}/man* %changelog +* Wed Jan 26 2021 quanhongfei - 1.13.2-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:unbound-libs remove requires libpython3.8.so + * Mon Dec 06 2021 quanhongfei - 1.13.2-1 - Type:requirement - ID:NA -- Gitee