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