Bug #8026
closedArchitecture #8015: Preliminary support for Slackware
Slackware support for FusionInventory-Agent
Description
Something is wrong into inventory for slackware nodes
report of fusioninventory :
...
<SOFTWARES>
<NAME>pygtk-2.24.</NAME>
<VERSION>0-x86_64-1</VERSION>
</SOFTWARES>
...
to fix it : patch regex in fusioninventory-agent-2.3.6/lib/FusionInventory/Agent/Task/Inventory/Generic/Softwares/Slackware.pm
- next unless $file =~ /^(.+)([^-]+-[^-]+-[^-]+)$/;
+ next unless $file =~ /^(.+)-(.+)-(i[0-9]86|noarch|x86_64|x86|fw|npmjs)-(.*)$/;
$1 -> name
$2 -> version
$3 -> architecture
$4 -> build
patch in attachments
After patching :
<NAME>xrandr</NAME>
<VERSION>1.4.1</VERSION>
tested on slackware64-14.1 et slackware-14.1
Files
Updated by Jérémy HOCDÉ over 8 years ago
petite coquille dans le .patch :þ
Updated by Benoît PECCATTE over 8 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE over 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/902
Updated by Benoît PECCATTE over 8 years ago
- Assignee changed from Jonathan CLARKE to Alexis Mousset
Updated by Benoît PECCATTE over 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|db5a74a8f9ea7aca6040c7a5ae1da634fa3139c9.
Updated by Benoît PECCATTE about 8 years ago
- Target version changed from 4.0.0~rc2 to 318
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 318 to 4.0.0~rc2
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 4.0.0~rc2 to 4.0.0~rc1
Updated by Alexis Mousset about 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.0.0 which was released the 10th November 2016.