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