rpms/libguestfs/F-11 .cvsignore, 1.3, 1.4 libguestfs.spec, 1.3, 1.4 sources, 1.3, 1.4

Richard W.M. Jones rjones at fedoraproject.org
Wed May 20 08:42:12 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10312

Modified Files:
	.cvsignore libguestfs.spec sources 
Log Message:
Backport version 1.0.27 from devel branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	12 May 2009 22:46:19 -0000	1.3
+++ .cvsignore	20 May 2009 08:41:42 -0000	1.4
@@ -1 +1 @@
-libguestfs-1.0.25.tar.gz
+libguestfs-1.0.27.tar.gz


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/libguestfs.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libguestfs.spec	12 May 2009 22:46:20 -0000	1.3
+++ libguestfs.spec	20 May 2009 08:41:42 -0000	1.4
@@ -3,18 +3,14 @@
 
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
-Version:     1.0.25
-Release:     3%{?dist}
+Version:     1.0.27
+Release:     1%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://et.redhat.com/~rjones/libguestfs/
 Source0:     http://et.redhat.com/~rjones/libguestfs/files/%{name}-%{version}.tar.gz
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
 
-# Currently fails on non-x86 because of this error:
-# "qemu: linux kernel too old to load a ram disk"
-ExclusiveArch: %{ix86} x86_64
-
 # Basic build requirements:
 BuildRequires: /usr/bin/pod2man
 BuildRequires: /usr/bin/pod2text
@@ -34,7 +30,12 @@ BuildRequires: ncurses-devel
 BuildRequires: kernel, bash, coreutils, lvm2, ntfs-3g, util-linux-ng
 BuildRequires: MAKEDEV, net-tools, augeas-libs, file
 BuildRequires: module-init-tools, procps, strace, iputils
-BuildRequires: grub, dosfstools, ntfsprogs
+BuildRequires: dosfstools
+# Still in F11 updates-testing:
+#BuildRequires: zerofree
+%ifarch %{ix86} x86_64
+BuildRequires: grub, ntfsprogs
+%endif
 
 # These are only required if you want to build the bindings for
 # different languages:
@@ -269,9 +270,31 @@ make INSTALLDIRS=vendor %{?_smp_mflags}
 
 
 %check
-# This is very useful when tracking down problems in the tests:
-export LIBGUESTFS_DEBUG=1
-make check
+# Uncomment one of these, depending on whether you want to
+# do a very long and thorough test ('make check') or just
+# a quick test to see if things generally work.
+
+# Currently tests are disabled on all architectures because of:
+#   BZ 494075 (ppc, ppc64)
+#   BZ 500564 (i386, x86-64)
+
+#make check
+
+# Quick test:
+#./fish/guestfish -v <<EOT
+#alloc test.img 100M
+#run
+#sfdisk /dev/sda 0 0 0 ,
+#pvcreate /dev/sda1
+#vgcreate VG /dev/sda1
+#lvcreate LV1 VG 10M
+#lvcreate LV2 VG 10M
+#mkfs ext2 /dev/VG/LV1
+#mount /dev/VG/LV1 /
+#ll /
+#lvs
+#sync
+#EOT
 
 
 %install
@@ -431,6 +454,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 20 2009 Richard Jones <rjones at redhat.com> - 1.0.27-1
+- Backport version 1.0.27 from devel branch.
+
 * Tue May 12 2009 Richard Jones <rjones at redhat.com> - 1.0.25-3
 - New upstream version 1.0.25.
 - Enable debugging when running the tests.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	12 May 2009 22:46:20 -0000	1.3
+++ sources	20 May 2009 08:41:42 -0000	1.4
@@ -1 +1 @@
-481f53e13bdd43606dc8aad3a48bb5bc  libguestfs-1.0.25.tar.gz
+12c01468e2bdd9710d5c12eaad3bff89  libguestfs-1.0.27.tar.gz




More information about the scm-commits mailing list