[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r457: Pull the C++ devel package, not just the library.

Jeff Licquia licquia at linuxfoundation.org
Tue Apr 23 06:34:38 UTC 2013


------------------------------------------------------------
revno: 457
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2013-04-23 02:34:38 -0400
message:
  Pull the C++ devel package, not just the library.
modified:
  modules/buildbot/manifests/slavepkgs.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slavepkgs.pp'
--- a/modules/buildbot/manifests/slavepkgs.pp	2013-04-23 06:33:05 +0000
+++ b/modules/buildbot/manifests/slavepkgs.pp	2013-04-23 06:34:38 +0000
@@ -140,9 +140,9 @@
     # for 32-bit environments, make sure to add 32-bit C++
 
     $cpp32pkg = $operatingsystem ? {
-        /^OpenSuSE/ => 'libstdc++47-32bit',
-        /^SLES/     => 'libstdc++43-32bit',
-        default     => 'libstdc++-32bit',
+        /^OpenSuSE/ => 'libstdc++47-devel-32bit',
+        /^SLES/     => 'libstdc++43-devel-32bit',
+        default     => 'libstdc++-devel-32bit',
     }
 
     # other 32-bit pkgs needed



More information about the lsb-messages mailing list