Revert "Remove colon from load call."

This is for a compatibility of Zuul CI still using RPM 4.16 on F34.

This reverts commit 46ee70614f.
This commit is contained in:
Jun Aruga 2022-03-14 11:27:34 +01:00
parent 204bab4f7f
commit 67d5a7b3c6

View File

@ -123,8 +123,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