Eliminate use of obsolete %patchN syntax (#2283636)
This commit is contained in:
parent
798464bec3
commit
46d7ffc9ee
1 changed files with 3 additions and 3 deletions
|
|
@ -36,9 +36,9 @@ Documentation for %{name}.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{gem_name}-%{version}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch0 -p1
|
||||
%patch -P1 -p1
|
||||
%patch -P2 -p1
|
||||
%patch -P0 -p1
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue