From b893be18ba694a7e318845a12c47dfb72f0ca44b Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Tue, 3 Oct 2023 08:54:15 +0200 Subject: [PATCH] build: Fix missing rpm packaging dependency Closes #508 --- contrib/unix/glpi-agent.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/unix/glpi-agent.spec b/contrib/unix/glpi-agent.spec index ca7f7d9c7..31687cae4 100644 --- a/contrib/unix/glpi-agent.spec +++ b/contrib/unix/glpi-agent.spec @@ -17,6 +17,7 @@ Requires: perl(Proc::Daemon) Requires: perl(Socket::GetAddrInfo) Requires: perl(DateTime) Requires: perl(Sys::Hostname) +Requires: perl(XML::LibXML) #Recommended for inventory module Recommends: perl(Net::CUPS) Recommends: perl(Parse::EDID)