Update dependencies for .deb package
This commit is contained in:
parent
3f36889b0b
commit
3153efe24b
|
@ -5,6 +5,10 @@
|
|||
* Add role_name info in meta.
|
||||
* Set a default mode (0644) in ini_file.
|
||||
|
||||
### Enhancement
|
||||
|
||||
* Update dependencies for .deb package.
|
||||
|
||||
## v1.2.1
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -9,7 +9,6 @@ fusioninventory__agent_depend_packages:
|
|||
- 'fusioninventory-agent'
|
||||
- 'hdparm'
|
||||
- 'hwdata'
|
||||
- 'libdigest-sha-perl'
|
||||
- 'libfile-which-perl'
|
||||
- 'libhttp-daemon-perl'
|
||||
- 'libjson-pp-perl'
|
||||
|
@ -22,9 +21,14 @@ fusioninventory__agent_depend_packages:
|
|||
- 'libuniversal-require-perl'
|
||||
- 'libwww-perl'
|
||||
- 'libxml-treepp-perl'
|
||||
- 'libxml-xpath-perl'
|
||||
- 'libyaml-perl'
|
||||
- 'libyaml-tiny-perl'
|
||||
- 'lsb-base'
|
||||
- 'pciutils'
|
||||
- 'ucf'
|
||||
- 'usbutils'
|
||||
- 'usb.ids'
|
||||
- 'xz-utils'
|
||||
|
||||
fusioninventory__agent_packages:
|
||||
|
|
Reference in New Issue