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
. localenv ./autogen.sh \ -C \ --disable-gcc-warnings \ --disable-gobject \ --disable-ruby \ --with-febootstrap-yum-config=$(pwd)/local.repo
export FEBOOTSTRAP=/usr/bin/febootstrap3 export vmchannel_test=no #export SUPERMIN=/home/rjones/d/febootstrap/src/febootstrap
[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
_______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
