From 57d3652cee0a0793c0886126764c4c9121c32a4c Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 18 May 2025 23:35:32 +0200 Subject: [PATCH] - 32 bits not supported by upstream, make package 64-bit only --- proxmox-backup-client.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/proxmox-backup-client.spec b/proxmox-backup-client.spec index 2040faa..fdcddb7 100644 --- a/proxmox-backup-client.spec +++ b/proxmox-backup-client.spec @@ -22,6 +22,7 @@ BuildRequires: zstd-devel BuildRequires: rpmbuild(macros) >= 1.671 BuildRequires: tar >= 1:1.22 BuildRequires: xz +BuildArch: %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.49.0