From 56fdd2f113cbd0e7d43447559a15fd7e3e8b389e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Apr 2012 09:51:39 +0200 Subject: fusioninventory-agent: revert to previous behavior for software list --- fusioninventory-agent-arch.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fusioninventory-agent-arch.patch (limited to 'fusioninventory-agent-arch.patch') diff --git a/fusioninventory-agent-arch.patch b/fusioninventory-agent-arch.patch new file mode 100644 index 0000000..a882db6 --- /dev/null +++ b/fusioninventory-agent-arch.patch @@ -0,0 +1,12 @@ +diff -up FusionInventory-Agent-2.2.0/lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Softwares/RPM.pm.orig FusionInventory-Agent-2.2.0/lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Softwares/RPM.pm +--- FusionInventory-Agent-2.2.0/lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Softwares/RPM.pm.orig 2012-04-16 09:33:21.000000000 +0200 ++++ FusionInventory-Agent-2.2.0/lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Softwares/RPM.pm 2012-04-16 09:33:32.000000000 +0200 +@@ -17,7 +17,7 @@ sub doInventory { + + my $command = + 'rpm -qa --queryformat \'' . +- '%{NAME}\t' . ++ '%{NAME}.%{ARCH}\t' . + '%{VERSION}-%{RELEASE}\t' . + '%{INSTALLTIME:date}\t' . + '%{SIZE}\t' . -- cgit