Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/langpacks.git#f95081719b75a9ac9dcad8b79645e92857ef62e5
This commit is contained in:
DistroBaker 2021-03-01 10:06:08 +00:00
parent f735db6eba
commit 5e5ae670e1

View File

@ -1,6 +1,6 @@
Name: langpacks
Version: 3.0
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Langpacks meta-package
License: GPLv2+
@ -1232,7 +1232,11 @@ This package provides Vietnamese langpacks meta-package.
%files vi
%{_datadir}/metainfo/org.fedoraproject.LangPack-vi.metainfo.xml
%if 0%{?fedora}
%langcore_pkg -l vi -n Vietnamese -i ibus-unikey
%else
%langcore_pkg -l vi -n Vietnamese -i ibus-m17n
%endif
%package xh
Summary: Xhosa langpacks meta-package
@ -1327,6 +1331,9 @@ DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE1}
DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE2}
%changelog
* Tue Feb 23 2021 Parag Nemade <pnemade AT redhat DOT com> - 3.0-12
- Revert previous ibus-unikey change for RHEL
* Mon Feb 22 2021 Parag Nemade <pnemade AT redhat DOT com> - 3.0-11
- Move Vietnamese to use ibus-unikey as default IME (#1913431)