!16 fix first install post script issue
From: @dou33 Reviewed-by: @pei-jiankang Signed-off-by: @pei-jiankang
This commit is contained in:
commit
6d9970d55d
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: ukui-settings-daemon
|
Name: ukui-settings-daemon
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: daemon handling the UKUI session settings
|
Summary: daemon handling the UKUI session settings
|
||||||
License: GPL-2.0, GPL-2+, GPL-2.1, LGPL-2.1+, GPL-3+, LGPL-2+, MIT~OldStyleWithDisclaimer+RedHat, MIT~OldStyle+RedHat
|
License: GPL-2.0, GPL-2+, GPL-2.1, LGPL-2.1+, GPL-3+, LGPL-2+, MIT~OldStyleWithDisclaimer+RedHat, MIT~OldStyle+RedHat
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -132,8 +132,8 @@ gzip -c %{_builddir}/%{name}-%{version}/man/usd-locate-pointer.1 > %{bui
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
set -e
|
set -e &> /dev/null || :
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
glib-compile-schemas /usr/share/glib-2.0/schemas/ &> /dev/null || :
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc debian/changelog debian/copyright
|
%doc debian/changelog debian/copyright
|
||||||
@ -158,6 +158,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 19 2022 douyan <douyan@kylimos.cn> - 3.0.1-4
|
||||||
|
- fix first install post script issue
|
||||||
|
|
||||||
* Tue Feb 22 2022 huayadong <huayadong@kylinos.cn> - 3.0.1-3
|
* Tue Feb 22 2022 huayadong <huayadong@kylinos.cn> - 3.0.1-3
|
||||||
- update to upstream version 3.0.1-3
|
- update to upstream version 3.0.1-3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user