fix build warning: %patchN is deprecated

This commit is contained in:
chenguanglee 2024-11-22 14:01:26 +08:00
parent 5d24b1f180
commit 0f4c40d28e

View File

@ -1,6 +1,6 @@
Name: kylin-burner
Version: 3.10.3
Release: 2
Release: 3
Summary: CD/DVD burning application for UKUI.
License: GPL-3.0-or-later
URL: https://github.com/UbuntuKylin/kylin-burner
@ -30,10 +30,10 @@ CD/DVD burning application for UKUI.
%prep
%setup -q
%patch01 -p1
%patch02 -p1
%patch03 -p1
%patch04 -p1
%patch 1 -p1
%patch 2 -p1
%patch 3 -p1
%patch 4 -p1
%build
mkdir cmake-build
@ -54,6 +54,9 @@ popd
%{_datadir}/locale/zh_CN/LC_MESSAGES/kylin-burner.mo
%changelog
* Fri Nov 22 2024 lichenguang <lichenguang@kylinos.cn> - 3.10.3-3
- fix build warning: %patchN is deprecated
* Wed Apr 17 2024 houhongxun <houhongxun@kylinos.cn> - 3.10.3-2
- fix version showing "none" on about dialog