Eliminate use of obsolete %patchN syntax (#2283636)
This commit is contained in:
parent
fda560df6f
commit
357eec4b12
1 changed files with 3 additions and 3 deletions
|
|
@ -26,9 +26,9 @@ It has been tested with the following HTTP proxies :
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch -P0 -p1
|
||||
%patch -P1 -p1
|
||||
%patch -P2 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue