From ae47b8a7794f3e740995c37ed03909ab17596e66ed92ee648d5d97ba8bf198ff Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 4 Oct 2022 07:33:02 +0000 Subject: [PATCH] req OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=69 --- b4.changes | 5 +++++ b4.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/b4.changes b/b4.changes index 6e99a6b..b7dd666 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 4 07:32:01 UTC 2022 - Jiri Slaby + +- add git-filter-repo to BuildRequires and update Requires + ------------------------------------------------------------------- Tue Sep 27 04:55:59 UTC 2022 - Jiri Slaby diff --git a/b4.spec b/b4.spec index 520023b..f6c9089 100644 --- a/b4.spec +++ b/b4.spec @@ -28,12 +28,15 @@ BuildArch: noarch BuildRequires: fdupes # SECTION test requirements BuildRequires: git-core +BuildRequires: git-filter-repo >= 2.30 BuildRequires: python3-dkimpy >= 1.0.5 BuildRequires: python3-dnspython >= 2.0.0 BuildRequires: python3-patatt >= 0.5 BuildRequires: python3-requests >= 2.24.0 # /SECTION BuildRequires: python3-setuptools +Requires: git-core +Requires: git-filter-repo >= 2.30 Requires: python3-dkimpy >= 1.0.5 Requires: python3-dnspython >= 2.0.0 Requires: python3-patatt >= 0.5