!6 [sync] PR-5: fix build warnings: patchN is deprecated, use patch N (or %patch -P N)
From: @openeuler-sync-bot Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
3623b837e0
@ -1,6 +1,6 @@
|
|||||||
Name: hexedit
|
Name: hexedit
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: hexedit - view and edit files in hexadecimal or in ASCII.
|
Summary: hexedit - view and edit files in hexadecimal or in ASCII.
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://rigaux.org/hexedit.html
|
URL: http://rigaux.org/hexedit.html
|
||||||
@ -22,8 +22,8 @@ the file is read a piece at a time. You can modify the file and search through i
|
|||||||
%prep
|
%prep
|
||||||
%forgesetup
|
%forgesetup
|
||||||
|
|
||||||
%patch1 -p1 -b .config
|
%patch 1 -p1 -b .config
|
||||||
%patch2 -p1
|
%patch 2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -46,6 +46,9 @@ make install \
|
|||||||
%{_mandir}/man1/hexedit.1*
|
%{_mandir}/man1/hexedit.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 16 2024 litian <dev11105@linx-info.com> - 1.6-2
|
||||||
|
- fix %patchN is deprecated warning
|
||||||
|
|
||||||
* Fri Feb 17 2023 li-long315 <lilong@kylinos.cn> - 1.6.1
|
* Fri Feb 17 2023 li-long315 <lilong@kylinos.cn> - 1.6.1
|
||||||
- Upgrade to 1.6
|
- Upgrade to 1.6
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user