Fix a typo
This commit is contained in:
parent
2b9a3c9b3e
commit
bd79c70fa9
@ -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
|
||||
|
||||
--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user