From e433f46a29b005553d6fa15829ec4dbb0d3a3039 Mon Sep 17 00:00:00 2001 From: samshichao Date: Mon, 26 May 2025 14:33:06 +0800 Subject: [PATCH] Add installation dependencies --- mock.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mock.spec b/mock.spec index c5fdcd2..56b22f8 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-backoff +Requires: python3-templated-dictionary 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 +* Mon May 26 2025 samshichao - 5.6-3 +- Add installation dependencies + * Sun Oct 20 2024 shafeipaozi - 5.6-2 - update check -- Gitee