summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-09-16 11:28:07 +0000
committerArne Juul <arnej@yahooinc.com>2022-09-16 11:28:07 +0000
commit688e1d52878dc4a7aebe816c4ef57774dc10d582 (patch)
tree40ed377b8d11ea743b007e83352fdff6506c0210 /dist
parentdee9fbfc53658c1261f83fd9dc41f8a890bbe8c0 (diff)
avoid automatic perl requirement
Diffstat (limited to 'dist')
-rw-r--r--dist/vespa.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 70105aaa4fc..e2894d3a388 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -32,6 +32,9 @@ License: Commercial
URL: http://vespa.ai
Source0: vespa-%{version}.tar.gz
+# Avoid auto requirement for perl
+%global __requires_exclude_from vespa-fbench-result-filter.pl|%{_prefix}/lib/perl5
+
%if 0%{?centos} || 0%{?rocky}
BuildRequires: epel-release
%endif