Project

General

Profile

« Previous | Next » 

Revision fa0e8a75

Added by Alexis Mousset almost 7 years ago

Fixes #9283: Use different package_name_convention in rpm package_method body when there is a defined version

View differences:

techniques/applications/rpmPackageInstallation/7.0/rpmPackageInstallation.st
package_list_version_regex => "^\S+?\s(\S+?)\s\S+$";
package_list_arch_regex => "^\S+?\s\S+?\s(\S+)$";
package_installed_regex => ".*";
package_name_convention => "${name}-${version}";
package_name_convention => "${name}";
package_list_update_ifelapsed => "${rpm_pkg_timeout}";
package_add_command => "/usr/bin/yum ${redhat_knowledge.yum_options} -y install";
package_delete_command => "/bin/rpm -e";

Also available in: Unified diff