From 94d9e2c220be09796587d29ab3d3adbc9c4e19e9 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 27 Aug 2021 06:58:56 +0000 Subject: [PATCH] unbound-libs remove Requires systemd --- unbound.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/unbound.spec b/unbound.spec index 864c5d8..66b3775 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.10.1 -Release: 4 +Release: 5 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -43,7 +43,6 @@ make custom builds or provide specific features to paying customers only. %package libs Summary: Libraries for %{name} -%{?systemd_requires} Requires: shadow-utils %description libs @@ -232,6 +231,9 @@ popd %{_mandir}/man* %changelog +* Thu Aug 26 2021 chenyanpanHW - 1.10.1-5 +- DESC: unbound-libs remove Requires systemd + * Thu May 27 2021 lijingyuan - 1.10.1-4 - Type:bufix - ID:NA -- Gitee