[Libguestfs] libguestfs >= 1.24 EL6 RPM?

Richard W.M. Jones rjones at redhat.com
Thu Nov 28 09:55:33 UTC 2013


On Wed, Nov 27, 2013 at 11:59:41AM -0800, Keith Chambers wrote:
> Before I start trying to build my own over the holiday I figured I asked ...
> 
> Anyone have a >= 1.24 RPM/SRPM/SPEC+Patches for EL6?

I don't.  However a couple of observations:

* Libguestfs from git does compile and run on RHEL 6 (not all
  the tests pass).

My localconfigure & localenv files for RHEL 6 are attached.
local.repo is also attached but you'll have to modify it to make sense
for your environment.

* RHEL *7* will ship with libguestfs 1.22; RHEL 7.1 probably with 1.24.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
-------------- next part --------------
. localenv

./autogen.sh \
  -C \
  --disable-gcc-warnings \
  --disable-gobject \
  --disable-ruby \
  --with-febootstrap-yum-config=$(pwd)/local.repo
-------------- next part --------------
export FEBOOTSTRAP=/usr/bin/febootstrap3

export vmchannel_test=no
#export SUPERMIN=/home/rjones/d/febootstrap/src/febootstrap
-------------- next part --------------
[main]
cachedir=/var/cache/yum
debuglevel=1
logfile=/var/log/yum.log
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
reposdir=/dev/null
proxy=http://cache.home.annexia.org:3128/

[local-rhel-6]
name=Local RHEL 6
#baseurl=http://download.devel.redhat.com/released/RHEL-6/6.4/Server/x86_64/os/Server/
baseurl=http://hakodate/download/released/RHEL-6/6.4/Server/x86_64/os/Server/
enabled=1
gpgcheck=0
keepcache=0

[local-rhel-6-optional]
name=Local RHEL 6 Optional
baseurl=http://hakodate/download/released/RHEL-6/6.4/Server/optional/x86_64/os/
enabled=1
gpgcheck=0
keepcache=0


More information about the Libguestfs mailing list