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.
This commit is contained in:
Vít Ondruch 2021-12-17 10:44:56 +01:00
parent b24ebf5ec1
commit 46ee70614f

View File

@ -109,8 +109,8 @@ Source14: test_systemtap.rb
# The load directive is supported since RPM 4.12, i.e. F21+. The build process # The load directive is supported since RPM 4.12, i.e. F21+. The build process
# fails on older Fedoras. # fails on older Fedoras.
%{load:%{SOURCE4}} %{load %{SOURCE4}}
%{load:%{SOURCE5}} %{load %{SOURCE5}}
# Fix ruby_version abuse. # Fix ruby_version abuse.
# https://bugs.ruby-lang.org/issues/11002 # https://bugs.ruby-lang.org/issues/11002