From 1975c686651fed95a931a945a603f17fc000bfab0ea1b2937cd2b29e36dd2cb5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Nov 2023 11:05:46 +0000 Subject: [PATCH] - correct last change. Requires should have the unversioned python- prefix OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=96 --- b4.changes | 6 ++++++ b4.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/b4.changes b/b4.changes index 746c226..b87c4f6 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 7 11:05:30 UTC 2023 - Dirk Müller + +- correct last change. Requires should have the unversioned + python- prefix + ------------------------------------------------------------------- Tue Oct 31 08:14:02 UTC 2023 - Jiri Slaby diff --git a/b4.spec b/b4.spec index 24d24fd..aba10ac 100644 --- a/b4.spec +++ b/b4.spec @@ -36,12 +36,12 @@ BuildRequires: fdupes BuildRequires: git-core BuildRequires: git-filter-repo >= 2.30 BuildRequires: python-rpm-macros -Requires: %{python_module dkimpy} -Requires: %{python_module dnspython} -Requires: %{python_module patatt} -Requires: %{python_module requests} Requires: git-core Requires: git-filter-repo >= 2.30 +Requires: python-dkimpy +Requires: python-dnspython +Requires: python-patatt +Requires: python-requests BuildArch: noarch %description