spec: fix "warning: %%patchN is deprecated"
Resolves: RHEL-35450 Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
This commit is contained in:
parent
c756e4d79b
commit
c51891c095
@ -50,11 +50,11 @@ kpatch-patch packages updates.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch -P 0 -p1
|
||||
%patch -P 1 -p1
|
||||
%patch -P 2 -p1
|
||||
# Use this to apply upstream patches to kpatch
|
||||
#%patch100 -p1
|
||||
#%patch -P 100 -p1
|
||||
|
||||
%setup -D -T -a 1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user