From 4801a8a740b05fefc9bfbbd6f69c9c6341f2bdab Mon Sep 17 00:00:00 2001 From: Michel Jouvin Date: Wed, 27 May 2015 18:15:49 +0200 Subject: [PATCH] Restore addition python-elementtree on SL5 - required dependency for YUM (or one of its plugin) not listed as an explicit dependency --- quattor/client/rpms.pan | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quattor/client/rpms.pan b/quattor/client/rpms.pan index 663bc4607..e0953721b 100644 --- a/quattor/client/rpms.pan +++ b/quattor/client/rpms.pan @@ -12,7 +12,11 @@ include { 'rpms/package_default_versions' }; '/software/packages' = { - # OS-provided required packages + # python-elementtree is required by YUM on SL5 but not listed as a dependency + # of any other package + if ( OS_VERSION_PARAMS['majorversion'] == '5' ) { + SELF[escape('python-elementtree')] = nlist(); + }; # Quattor SELF[escape('cdp-listend')] = nlist();