From a1639e60e82036c880c3cdf03aef3c58b7d1eaf2 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Fri, 22 Jul 2022 15:26:21 +0800 Subject: [PATCH] Remove unless find-lang.sh during posttrans --- evolution-data-server.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index d09b3ba..6423ec1 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -36,7 +36,7 @@ Name: evolution-data-server Version: 3.44.3 -Release: 2 +Release: 3 Summary: Backend data server for Evolution License: LGPLv2+ URL: https://wiki.gnome.org/Apps/Evolution @@ -147,7 +147,6 @@ fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : -%find_lang %{name} %files %license COPYING @@ -332,6 +331,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_libexecdir}/evolution-data-server/csv2vcard %changelog +* Fri Jul 22 2022 caodongxia - 3.44.3-3 +- Remove unless find-lang.sh during posttrans + * Wed Jul 20 2022 liyanan - 3.44.3-2 - Modify to single-threaded compilation to solve occasional compilation failures -- Gitee