From f3efb662f623bb3552a847160ef32aded205605a Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 31 Aug 2021 15:12:02 +0800 Subject: [PATCH] fix error when install unbound-libs --- unbound.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/unbound.spec b/unbound.spec index a9ee61f..a3441eb 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.10.1 -Release: 5 +Release: 6 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -43,7 +43,7 @@ make custom builds or provide specific features to paying customers only. %package libs Summary: Libraries for %{name} -Requires: shadow-utils +Requires(pre): shadow-utils %description libs Libraries for %{name}. @@ -231,6 +231,12 @@ popd %{_mandir}/man* %changelog +* Tue Aug 31 2021 gaihuiying - 1.10.1-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix error when install unbound-libs + * Thu Aug 26 2021 chenyanpanHW - 1.10.1-5 - Type: requirement - ID: NA -- Gitee