fix build warnings: patchN is deprecated, use patch N (or %patch -P N)
(cherry picked from commit 1007b0cabdf4c77b54e10821be02f0b159a30e7b)
This commit is contained in:
parent
af6a9fb729
commit
e70cd69b96
@ -1,6 +1,6 @@
|
||||
Name: hexedit
|
||||
Version: 1.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: hexedit - view and edit files in hexadecimal or in ASCII.
|
||||
License: GPLv2+
|
||||
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
|
||||
%forgesetup
|
||||
|
||||
%patch1 -p1 -b .config
|
||||
%patch2 -p1
|
||||
%patch 1 -p1 -b .config
|
||||
%patch 2 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -46,6 +46,9 @@ make install \
|
||||
%{_mandir}/man1/hexedit.1*
|
||||
|
||||
%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
|
||||
- Upgrade to 1.6
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user