trivial fix to make it buildable

This commit is contained in:
Akira TAGOH 2021-04-19 14:57:01 +09:00
parent 36159fcb37
commit e8ec449b6b

View File

@ -804,7 +804,7 @@ for i = 1, #subpackages do
_metainfobuild = "false"
end
end
if rpm.expand("%{cionly}") then
if rpm.expand("%{cionly}") == 1 then
gentestyaml()
end