From b5c226f9eca034b92db70c11c237d4843b1dc74f Mon Sep 17 00:00:00 2001 From: peijiankang Date: Tue, 30 May 2023 10:38:23 +0800 Subject: [PATCH] fix install warning (cherry picked from commit 1a9fd661c3b7b650c1841b615aa485ace014e3f3) --- kylin-weather.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kylin-weather.spec b/kylin-weather.spec index e191a6b..7a0d6b5 100644 --- a/kylin-weather.spec +++ b/kylin-weather.spec @@ -1,6 +1,6 @@ Name: kylin-weather Version: 3.1.2 -Release: 1 +Release: 2 Summary: Indicator that displays China weather information License: GPL-3.0+ URL: https://gitee.com/openkylin/kylin-weather @@ -46,7 +46,7 @@ popd rm -rf $RPM_BUILD_ROOT %post -glib-compile-schemas /usr/share/glib-2.0/schemas +glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null ||: indicatorPath="/etc/xdg/autostart/indicator-china-weather.desktop" if [ ! -d "$indicatorPath" ]; then rm -f "$indicatorPath" @@ -62,6 +62,9 @@ fi %{_datadir}/kylin-user-guide/* %changelog +* Tue May 30 2023 peijiankang - 3.1.2-2 +- fix install warining + * Mon Jan 30 2023 peijiankang - 3.1.2-1 - Init Package for openEuler