From: Michael Tremer Date: Fri, 8 Sep 2023 14:55:14 +0000 (+0000) Subject: daemon: Don't overwrite noarch X-Git-Tag: 0.9.29~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=485e414a388630697904ee6d6f9e9e7555707f12;p=pakfire.git daemon: Don't overwrite noarch Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/daemon.py b/src/pakfire/daemon.py index 9c34bc60d..8412fad5e 100644 --- a/src/pakfire/daemon.py +++ b/src/pakfire/daemon.py @@ -256,10 +256,6 @@ class Worker(multiprocessing.Process): # Fetch the build architecture arch = self.data.get("arch") - # Use the native architecture for noarch - if arch == "noarch": - arch = None - # Fetch the package URL pkg = self.data.get("pkg") if not pkg: