From c14213ff28b82a04f96243200e4fa199e1fe5672 Mon Sep 17 00:00:00 2001 From: Daniil Anfimov Date: Wed, 20 May 2026 21:23:41 +0200 Subject: [PATCH] Rename patch file after rebase --- ...ind-mount.patch => 0003-Pass-startdir-as-a-bind-mount.patch} | 0 SPECS/abuild.spec | 2 ++ 2 files changed, 2 insertions(+) rename SOURCES/{0004-Pass-startdir-as-a-bind-mount.patch => 0003-Pass-startdir-as-a-bind-mount.patch} (100%) 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}