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