diff --git a/0002-modify-version-of-youker-assistant-is-null.patch b/0002-modify-version-of-youker-assistant-is-null.patch index ee04d9b..731b59c 100644 --- a/0002-modify-version-of-youker-assistant-is-null.patch +++ b/0002-modify-version-of-youker-assistant-is-null.patch @@ -17,7 +17,7 @@ index 911f56b..21061a4 100644 QStringList options; - options << "-l" << "|" << "grep" << "youker-assistant"; - proc.start("dpkg", options); -+ options << "-qa" << "|" << "grep" << "youker-assistant"; ++ options << "-q" << "youker-assistant"; + proc.start("rpm", options); proc.waitForFinished(); QString dpkgInfo = proc.readAll(); diff --git a/youker-assistant.spec b/youker-assistant.spec index 1317129..baa1a32 100644 --- a/youker-assistant.spec +++ b/youker-assistant.spec @@ -1,6 +1,6 @@ Name: youker-assistant Version: 3.0.4 -Release: 2 +Release: 3 Summary: youker-assistant License: GPL-2+ and GPL-3 URL: https://github.com/UbuntuKylin/youker-assistant @@ -79,6 +79,9 @@ cp -r %{_builddir}/%{name}-%{version}/data/toolkit %{buildroot}/usr/share/kylin- %{_datadir}/kylin-user-guide/data/guide %changelog +* Wed Mar 22 2023 peijiankang - 3.0.4-3 +- fix version of youker-assistant is debugsource + * Fri Dec 09 2022 wangyueliang - 3.0.4-2 - Fix unsafe compile option STRIP