[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r381: Add printproto stuff to build slave deps, for libbat (sorta).

Jeff Licquia licquia at linuxfoundation.org
Thu Jan 24 04:36:55 UTC 2013


------------------------------------------------------------
revno: 381
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2013-01-23 23:36:55 -0500
message:
  Add printproto stuff to build slave deps, for libbat (sorta).
modified:
  modules/buildbot/manifests/slavepkgs.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slavepkgs.pp'
--- a/modules/buildbot/manifests/slavepkgs.pp	2012-12-30 23:35:36 +0000
+++ b/modules/buildbot/manifests/slavepkgs.pp	2013-01-24 04:36:55 +0000
@@ -111,6 +111,15 @@
         default   => 'expect',
     }
 
+    # Apparently, libbat needs the printproto stuff to be
+    # installed.  This should be built and used as part of
+    # the libbat build; need to investigate.
+    $printprotopkg = $operatingsystem ? {
+        /^SLES/   => 'xorg-x11-proto-devel',
+        /^CentOS/ => 'libXp-devel',
+        default   => 'libXp-devel',
+    }
+
     # devchk needs
     $qt4pkg = $operatingsystem ? {
         /^SLES/   => 'libqt4-devel',
@@ -235,6 +244,6 @@
                  'flex', "$xgettextpkg", 'rsync', "$bdftopcfpkg",
                  "$intltoolpkg", "$glibdevelpkg", "$pamdevelpkg",
                  "$expectpkg", "$expatdevelpkg", 'perl', 
-                 'ncurses-devel', 'libxslt' ]
+                 'ncurses-devel', 'libxslt', "$printprotopkg" ]
 
 }



More information about the lsb-messages mailing list