From 2d39dd4a0dfd5e8e57eb321f34d951205b216059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 17 Dec 2021 10:44:56 +0100 Subject: [PATCH] Remove colon from `load` call. This is not needed by RPM 4.17+ and might improve backwared compatibilty with RHEL 7, where the original LUA implementation of `load` macro was used. --- ruby.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index 0de085c..92339b8 100644 --- a/ruby.spec +++ b/ruby.spec @@ -119,8 +119,8 @@ Source14: test_systemtap.rb # The load directive is supported since RPM 4.12, i.e. F21+. The build process # fails on older Fedoras. -%{load:%{SOURCE4}} -%{load:%{SOURCE5}} +%{load %{SOURCE4}} +%{load %{SOURCE5}} # Fix ruby_version abuse. # https://bugs.ruby-lang.org/issues/11002