Fix a typo

This commit is contained in:
Akira TAGOH 2023-06-13 18:52:42 +09:00
parent 2b9a3c9b3e
commit bd79c70fa9

View File

@ -1,6 +1,6 @@
Name: langpacks
Version: 4.0
Release: 0.2%{?dist}
Release: 0.3%{?dist}
Summary: Langpacks meta-package
License: GPL-2.0-or-later
@ -1280,7 +1280,7 @@ local function drop_duplicate(pkgs)
end
local function append_fontprov(deps, lang)
return deps .. (lang ~= "" and ("Provides: font(:" .. lang .. ")\n") or "")
return deps .. (lang ~= "" and ("Provides: font(:lang=" .. lang .. ")\n") or "")
end
--