!83 fix %patchN is deprecated warning

From: @dou33 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2024-05-06 09:10:43 +00:00 committed by Gitee
commit 6bbd73c4a2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: ukui-panel
Version: 3.1.0
Release: 13
Release: 14
Summary: ukui desktop panel
License: LGPL-2.0-or-later and GPL-2.0-or-later and BSD
URL: http://www.ukui.org
@ -62,16 +62,16 @@ Recommends: time-shutdown
%prep
%setup -q
%patch01 -p1
%patch02 -p1
%patch03 -p1
%patch04 -p1
%patch 01 -p1
%patch 02 -p1
%patch 03 -p1
%patch 04 -p1
%if 0%{?kylin}
%patch05 -p1
%patch 05 -p1
%endif
%patch06 -p1
%patch07 -p1
%patch08 -p1
%patch 06 -p1
%patch 07 -p1
%patch 08 -p1
%build
mkdir build && cd build
@ -94,6 +94,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/*
%changelog
* Mon May 06 2024 douyan <douyan@kylinos.cn> - 3.1.0-14
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: fix %patchN is deprecated warning
* Tue Apr 16 2024 houhongxun <houhongxun@kylinos.cn> - 3.1.0-13
- Type:bugfix
- ID:NA