Remove unless find-lang.sh during posttrans

(cherry picked from commit a1639e60e82036c880c3cdf03aef3c58b7d1eaf2)
This commit is contained in:
caodongxia 2022-07-22 15:26:21 +08:00 committed by openeuler-sync-bot
parent e8dd18e244
commit 89aac7558f

View File

@ -36,7 +36,7 @@
Name: evolution-data-server Name: evolution-data-server
Version: 3.44.3 Version: 3.44.3
Release: 2 Release: 3
Summary: Backend data server for Evolution Summary: Backend data server for Evolution
License: LGPLv2+ License: LGPLv2+
URL: https://wiki.gnome.org/Apps/Evolution URL: https://wiki.gnome.org/Apps/Evolution
@ -147,7 +147,6 @@ fi
%posttrans %posttrans
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%find_lang %{name}
%files %files
%license COPYING %license COPYING
@ -332,6 +331,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_libexecdir}/evolution-data-server/csv2vcard %{_libexecdir}/evolution-data-server/csv2vcard
%changelog %changelog
* Fri Jul 22 2022 caodongxia <caodongxia@h-partners.com> - 3.44.3-3
- Remove unless find-lang.sh during posttrans
* Wed Jul 20 2022 liyanan <liyanan32@h-partners.com> - 3.44.3-2 * Wed Jul 20 2022 liyanan <liyanan32@h-partners.com> - 3.44.3-2
- Modify to single-threaded compilation to solve occasional compilation failures - Modify to single-threaded compilation to solve occasional compilation failures