<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git, branch oldlinux</title>
<subtitle>[MIRROR] library for accessing and modifying guest disk images</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/'/>
<entry>
<title>EPEL 5: Add 1 second pause after unmounting any filesystem.</title>
<updated>2012-06-27T15:36:17+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T20:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=05d2b63359eeac176c3249e0c951d792ede963a1'/>
<id>05d2b63359eeac176c3249e0c951d792ede963a1</id>
<content type='text'>
This fixes the test-charset-fidelity test case.  A simpler example
which fails without this is:

  guestfish &lt;&lt;EOF
  sparse test1.img 1G
  run
  part-disk /dev/sda mbr
  mkfs msdos /dev/sda1
  mount /dev/sda1 /
  touch /foo
  umount /
  mkfs ntfs /dev/sda1
  # Next command would fail:
  mount /dev/sda1 /
  vfs-type /dev/sda1 -x
  EOF
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the test-charset-fidelity test case.  A simpler example
which fails without this is:

  guestfish &lt;&lt;EOF
  sparse test1.img 1G
  run
  part-disk /dev/sda mbr
  mkfs msdos /dev/sda1
  mount /dev/sda1 /
  touch /foo
  umount /
  mkfs ntfs /dev/sda1
  # Next command would fail:
  mount /dev/sda1 /
  vfs-type /dev/sda1 -x
  EOF
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Add mkisofs to package list.</title>
<updated>2012-06-27T15:36:17+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T13:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=7fc9e8601fcfe470634a8e9641728139b63b07bf'/>
<id>7fc9e8601fcfe470634a8e9641728139b63b07bf</id>
<content type='text'>
This package contains the 'isoinfo' program which is required
to implement the corresponding API and for tests to pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This package contains the 'isoinfo' program which is required
to implement the corresponding API and for tests to pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Remove Fedora MD test images.</title>
<updated>2012-06-27T15:36:17+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T12:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=3735e0210eed902e9f9bf9145f2abd46ae4191e4'/>
<id>3735e0210eed902e9f9bf9145f2abd46ae4191e4</id>
<content type='text'>
On RHEL 5, mdadm is not able to create md devices with aliases,
eg. '/dev/md/boot'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On RHEL 5, mdadm is not able to create md devices with aliases,
eg. '/dev/md/boot'.
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: sparsify: Fix command line options for old qemu-img.</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T09:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=e3fcc04527d7afea0eae92c8e37fd0a6422c0186'/>
<id>e3fcc04527d7afea0eae92c8e37fd0a6422c0186</id>
<content type='text'>
This didn't have -o backing_file etc.  Use old -b and -F options instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This didn't have -o backing_file etc.  Use old -b and -F options instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Fix blkid to return "LVM2_member" for PVs.</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T09:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=8d55f7a7b19e631a50ac34e01c4905f001ee5d78'/>
<id>8d55f7a7b19e631a50ac34e01c4905f001ee5d78</id>
<content type='text'>
Old blkid in RHEL 5 didn't return the right thing for PVs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Old blkid in RHEL 5 didn't return the right thing for PVs.
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Add "null vmchannel" back for qemu without virtio-serial support.</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-18T15:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=bc2657ab1c52ae52464769457352719ad2adb1eb'/>
<id>bc2657ab1c52ae52464769457352719ad2adb1eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Remove id= from -drive parameter on qemu command line.</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-18T16:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=fc178bf8f9f1d8a04e340fdb07787430e5dec6ec'/>
<id>fc178bf8f9f1d8a04e340fdb07787430e5dec6ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Pass --preserve-dup-deps explicitly to libtool.</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-18T11:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=926059995207e1b4842718a1f61b3d77463046f6'/>
<id>926059995207e1b4842718a1f61b3d77463046f6</id>
<content type='text'>
See this thread:
https://lists.gnu.org/archive/html/bug-gnulib/2012-06/msg00162.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See this thread:
https://lists.gnu.org/archive/html/bug-gnulib/2012-06/msg00162.html
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Replace format6 with format4 in OCaml gettext routines.</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-18T07:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=0e7e811f0b1080119e1057a084a94d2ef22cfd06'/>
<id>0e7e811f0b1080119e1057a084a94d2ef22cfd06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Old ocamlopt didn't support debugging (-g option).</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-17T22:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=936b80fdb0544ea950e06e84e72cae5e7a29fdde'/>
<id>936b80fdb0544ea950e06e84e72cae5e7a29fdde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
