Add Obsoletes: langpacks-core-font-LL to default-fonts-core-sans
This commit is contained in:
parent
08b46f792b
commit
bd7e44eb54
@ -1,6 +1,6 @@
|
||||
Name: langpacks
|
||||
Version: 4.0
|
||||
Release: 0.13%{?dist}
|
||||
Release: 0.15%{?dist}
|
||||
Summary: Langpacks meta-package
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
@ -1372,6 +1372,7 @@ local function defcorefontpkg(target_langs, deps)
|
||||
for i = 1, #target_langs do
|
||||
-- Add Provides: font(:lang=LL) and Obsoletes/Provides: default-fonts-LL
|
||||
req = append_obsolete(append_fontprov(req, target_langs[i]), "default-fonts-" .. target_langs[i])
|
||||
req = append_obsolete(req, "langpacks-core-font-" .. target_langs[i])
|
||||
table.insert(files, "%{_datadir}/metainfo/org.fedoraproject.default-fonts-" .. target_langs[i] .. ".metainfo.xml")
|
||||
end
|
||||
_deffontpkg("default-fonts-core-sans", "default sans-serif fonts", "Western characters", build_deps(req, "Requires", drop_duplicate(deps)), files)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user