From cba72b1030c6139d29368b78f90a4fbbfa881bdf Mon Sep 17 00:00:00 2001 From: panzhe0328 Date: Tue, 4 Nov 2025 09:58:35 +0800 Subject: [PATCH] add requires for mock --- mock.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mock.spec b/mock.spec index e1fd921..52e8065 100644 --- a/mock.spec +++ b/mock.spec @@ -8,7 +8,7 @@ Summary: Builds packages inside chroots Name: mock Version: 5.6 -Release: 2 +Release: 3 License: GPL-2.0-or-later Source: https://github.com/rpm-software-management/mock/releases/download/mock-2.2-1/%{name}-%{version}.tar.gz URL: https://github.com/rpm-software-management/mock/ @@ -20,6 +20,8 @@ Requires: python3-six >= 1.4.0 Requires: python3-requests Requires: python3-rpm Requires: python3-pyroute2 +Requires: python3-templated-dictionary +Requires: python3-backoff BuildRequires: python3-devel BuildRequires: python3-backoff %if %{with lint} @@ -240,6 +242,9 @@ pylint-3 py/mockbuild/ py/*.py py/mockbuild/plugins/* || : %dir %{_datadir}/cheat %changelog +* Tue Nov 04 2025 panzhe - 5.6-3 +- add requires for mock + * Sun Jan 26 2025 shafeipaozi - 5.6-2 - update check -- Gitee