From 67d5a7b3c6d1146bcb1a1e8cb5a6e5b2f35be339 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mon, 14 Mar 2022 11:27:34 +0100 Subject: [PATCH] Revert "Remove colon from `load` call." This is for a compatibility of Zuul CI still using RPM 4.16 on F34. This reverts commit 46ee70614f22238e1ccb177e379fbcf53bdb36b6. --- ruby.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby.spec b/ruby.spec index c831fa5..fd9899e 100644 --- a/ruby.spec +++ b/ruby.spec @@ -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