From bf1241a73027dd324811f9fc0ab25ed3b4cbad34 Mon Sep 17 00:00:00 2001 From: loong_C Date: Wed, 10 Aug 2022 10:00:23 +0800 Subject: [PATCH] fix: issue#I5LI5A --- dde-control-center.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/dde-control-center.spec b/dde-control-center.spec index 2253294..c4e6fd8 100644 --- a/dde-control-center.spec +++ b/dde-control-center.spec @@ -1,6 +1,6 @@ %define specrelease 1%{?dist} %if 0%{?openeuler} -%define specrelease 3 +%define specrelease 4 %endif Name: dde-control-center @@ -69,12 +69,12 @@ sed -i -E '/add_compile_definitions/d' CMakeLists.txt %make_build %post -create-cracklib-dict /usr/share/dict/MainEnglishDictionary_ProbWL.txt +#create-cracklib-dict /usr/share/dict/MainEnglishDictionary_ProbWL.txt %postun -if [ "$1" = "0" ] ; then - create-cracklib-dict /usr/share/dict/MainEnglishDictionary_ProbWL.txt -fi +#if [ "$1" = "0" ] ; then +# create-cracklib-dict /usr/share/dict/MainEnglishDictionary_ProbWL.txt +#fi %install %make_install INSTALL_ROOT=%{buildroot} @@ -109,6 +109,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||: %{_libdir}/cmake/DdeControlCenter/ %changelog +* Wed Aug 10 2022 liweiganga - 5.4.43.27-4 +- fix: issue#I5LI5A + * Fri Aug 05 2022 liweiganga - 5.4.43.27-3 - hide authorized @@ -127,7 +130,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||: * Fri Sep 4 2020 chenbo pan 5.1.0.19-3 - fix compile fail -* Fri Jul 3 2020 uniontech - 5.1.0.19-2 +* Fri Jul 03 2020 uniontech - 5.1.0.19-2 - Add dde.sh to profile.d * Mon Jun 15 2020 uniontech - 5.1.0.19 -- Gitee