Rename patch file after rebase
This commit is contained in:
parent
752dd4f40c
commit
c14213ff28
@ -11,6 +11,7 @@ Source2: %{name}.tmpfiles
|
||||
|
||||
Patch0: 0001-Do-not-build-docs.patch
|
||||
Patch1: 0002-Allow-running-abuild-rootbld.patch
|
||||
Patch2: 0003-Pass-startdir-as-a-bind-mount.patch
|
||||
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: make
|
||||
@ -54,6 +55,7 @@ abuild is a set of scripts used to build Alpine Linux packages.
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
make VERSION=%{version}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user