From 4f2c110c76806ee5cb64b0c569823f0a83eed397 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Mon, 5 Sep 2022 08:54:46 +0000 Subject: [PATCH] delete useless files --- unbound.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/unbound.spec b/unbound.spec index 3035715..a97033b 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.11.0 -Release: 7 +Release: 8 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -32,7 +32,6 @@ Patch6005: backport-0002-CVE-2022-30698-and-CVE-2022-30699.patch BuildRequires: make flex swig pkgconfig systemd python-unversioned-command BuildRequires: libevent-devel expat-devel openssl-devel python3-devel -BuildRequires: unbound-libs %{?systemd_requires} Requires: %{name}-libs = %{version}-%{release} @@ -123,9 +122,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; @@ -235,6 +231,12 @@ popd %{_mandir}/man* %changelog +* Mon Sep 05 2022 gaihuiying - 1.11.0-8 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:delete useless files + * Thu Aug 04 2022 yanglu - 1.11.0-7 - Type:cves - CVE:CVE-2022-30698 CVE-2022-30699 -- Gitee