From e1e477af556a803039ef8895ce94f5e67fe571ab Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Wed, 7 Jul 2021 13:50:23 +0200 Subject: [PATCH] add runtime require: rpm-build otherwise spec file cannot be parsed and users are getting this odd error: python-ogr.spec: E: specfile-error rpm: /usr/bin/rpmspec: No such file or directory Signed-off-by: Tomas Tomecek --- rpmlint.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmlint.spec b/rpmlint.spec index 438445b..29bdb5d 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -21,7 +21,7 @@ BuildRequires: %{py3_dist pyxdg} BuildRequires: %{py3_dist rpm} BuildRequires: %{py3_dist toml} BuildRequires: %{py3_dist zstd} -Requires: devscripts-checkbashisms, dash +Requires: devscripts-checkbashisms, dash, rpm-build # Technically works without it, but results are better with it. Requires: /usr/bin/appstream-util # tests