diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f272cc..f37e934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.1.2 + +* Add missing dependencies (libyaml-tiny-perl, libxml-treepp-perl and ucf). + ## v1.1.1 ### Fix diff --git a/vars/Debian.yml b/vars/Debian.yml index 3cc069e..a9e80c0 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -6,23 +6,25 @@ # List of dependent packages to install. fusioninventory__agent_depend_packages: - 'dmidecode' - - 'hwdata' + - 'fusioninventory-agent' - 'hdparm' - - 'libuniversal-require-perl' - - 'libwww-perl' - - 'libparse-edid-perl' - - 'libproc-daemon-perl' + - 'hwdata' + - 'libdigest-sha-perl' - 'libfile-which-perl' - 'libhttp-daemon-perl' - - 'libxml-treepp-perl' - - 'libyaml-perl' + - 'libjson-pp-perl' - 'libnet-cups-perl' - 'libnet-ip-perl' - - 'libdigest-sha-perl' - - 'libjson-pp-perl' + - 'libparse-edid-perl' + - 'libproc-daemon-perl' - 'libsocket-getaddrinfo-perl' - 'libtext-template-perl' + - 'libuniversal-require-perl' + - 'libwww-perl' + - 'libxml-treepp-perl' + - 'libyaml-perl' - 'lsb-base' + - 'ucf' - 'xz-utils' fusioninventory__agent_packages: