Files
libguestfs/contrib
Jim Meyering 2f1a50d816 Convert all TABs-as-indentation to spaces.
Do it by running this command:
[exempted files are matched via .x-sc_TAB_in_indentation]

  git ls-files \
    | pcregrep -vf .x-sc_TAB_in_indentation \
    | xargs pcregrep -l '^ *\t' \
    | xargs perl -MText::Tabs -ni -le \
      '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
2009-08-03 17:17:57 +02:00
..

centos5.3-libguestfs.spec
        [REMOVED]
        This used to be a centos5.3 specfile.  Please use the specfile
        from EL-5 here:
        http://cvs.fedoraproject.org/viewvc/rpms/libguestfs/EL-5/

febootstrap/
        An experimental, non-working attempt to use febootstrap
        to install operating systems.

fedora-libguestfs.spec
        [REMOVED]
        This used to be a Fedora 10+ specfile.  Please use the specfile
        from Fedora instead:
        http://cvs.fedoraproject.org/viewvc/rpms/libguestfs/devel/