From 7519de04ffdcb1d0914a1e63fd95a5092f8ed1e3 Mon Sep 17 00:00:00 2001 From: zhangxianjun Date: Thu, 21 Nov 2024 10:43:06 +0800 Subject: [PATCH] fix build warnings --- plasma-workspace.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 4498a9a..dbd7469 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -11,7 +11,7 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.27.11 -Release: 2 +Release: 3 License: GPLv2+ URL: https://invent.kde.org/plasma/%{name} @@ -333,12 +333,12 @@ Requires: xsetroot %prep %setup -q -%patch105 -p1 -%patch106 -p1 -%patch107 -p1 -%patch108 -p1 -%patch109 -p1 -%patch110 -p1 +%patch 105 -p1 +%patch 106 -p1 +%patch 107 -p1 +%patch 108 -p1 +%patch 109 -p1 +%patch 110 -p1 %build mkdir %{_target_platform} @@ -598,6 +598,9 @@ setsebool -P selinuxuser_execmod 1 %endif %changelog +* Thu Nov 21 2024 zhangxianjun 5.27.11-3 +- fix: %patchN is deprecated (2 usages found), use %patch N (or %patch -P N) + * Mon Jul 08 2024 zhangxianting - 5.27.11-2 - CVE-2024-36041 -- Gitee