fix %patchN is deprecated warning

This commit is contained in:
dou33 2024-05-06 14:30:23 +08:00
parent 7f369e5192
commit 1139a2e931

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