diff --git a/SOURCES/0004-Pass-startdir-as-a-bind-mount.patch b/SOURCES/0003-Pass-startdir-as-a-bind-mount.patch similarity index 100% rename from SOURCES/0004-Pass-startdir-as-a-bind-mount.patch rename to SOURCES/0003-Pass-startdir-as-a-bind-mount.patch diff --git a/SPECS/abuild.spec b/SPECS/abuild.spec index 02006d0..888b344 100644 --- a/SPECS/abuild.spec +++ b/SPECS/abuild.spec @@ -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}