From 41af3289666160b132f1f78b468c8e3c3f0ad3f0 Mon Sep 17 00:00:00 2001 From: Enrique Martin Date: Thu, 10 Aug 2023 10:04:21 +0200 Subject: [PATCH] Changed agent RPM compilation to x86_64 --- pandora_agents/unix/pandora_agent.redhat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_agents/unix/pandora_agent.redhat.spec b/pandora_agents/unix/pandora_agent.redhat.spec index 8fa7d30518..dee08b3999 100644 --- a/pandora_agents/unix/pandora_agent.redhat.spec +++ b/pandora_agents/unix/pandora_agent.redhat.spec @@ -18,7 +18,7 @@ Group: System/Monitoring Packager: Sancho Lerena Prefix: /usr/share BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot -BuildArch: noarch +BuildArch: x86_64 Requires(pre): shadow-utils Requires(post): chkconfig /bin/ln Requires(preun): chkconfig /bin/rm /usr/sbin/userdel