From 524b3c4df7ad99f364f8c125b862f88f3f08f1b0 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Thu, 29 Oct 2020 10:21:47 +0800 Subject: [PATCH] remove python-universioned-command provided by python2 --- unbound.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/unbound.spec b/unbound.spec index 814eb32..47407c5 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.10.1 -Release: 1 +Release: 2 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -21,9 +21,9 @@ Source11: unbound.sysconfig Source12: unbound-anchor.timer Source13: unbound-anchor.service -Patch0001: unbound-1.10.0-auth-callback.patch +Patch0: unbound-1.10.0-auth-callback.patch -BuildRequires: make flex swig pkgconfig systemd python-unversioned-command +BuildRequires: make flex swig pkgconfig systemd BuildRequires: libevent-devel expat-devel openssl-devel python3-devel BuildRequires: unbound-libs @@ -73,7 +73,7 @@ Package help includes includes man pages for unbound. pushd %{name}-%{version} -%patch0001 -p1 +%patch0 -p1 cp -pr doc pythonmod libunbound ../ popd @@ -229,6 +229,12 @@ popd %{_mandir}/man* %changelog +* Thu Oct 29 2020 gaihuiying - 1.10.1-2 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:remove python-universioned-command provided by python2 + * Tue Jul 28 2020 gaihuiying - 1.10.1-1 - Type:requirement - ID:NA -- Gitee