rpms/libguestfs/EL-5 libguestfs.spec,1.2,1.3

Richard W.M. Jones rjones at fedoraproject.org
Mon May 11 16:37:42 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14474

Modified Files:
	libguestfs.spec 
Log Message:
- Disable vmchannel test.
- Disable updates repo.



Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- libguestfs.spec	11 May 2009 16:24:14 -0000	1.2
+++ libguestfs.spec	11 May 2009 16:37:12 -0000	1.3
@@ -4,7 +4,7 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.23
-Release:     1%{?dist}
+Release:     2%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://et.redhat.com/~rjones/libguestfs/
@@ -245,11 +245,12 @@ mkdir -p daemon/m4
 mkdir repo
 find /var/cache/yum/build -type f -name '*.rpm' -print0 | xargs -0 cp -t repo
 createrepo repo
-%define extra --with-mirror=file://$(pwd)/repo --with-repo=fedora-12
+%define extra --with-mirror=file://$(pwd)/repo --with-repo=epel-5 --with-updates=none
 %else
 %define extra %nil
 %endif
 
+vmchannel_test=no \
 ./configure \
   --prefix=%{_prefix} --libdir=%{_libdir} \
   --mandir=%{_mandir} \
@@ -267,10 +268,6 @@ export PATH=/usr/sbin:$PATH
 make INSTALLDIRS=vendor %{?_smp_mflags}
 
 
-%check
-#make check
-
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -428,8 +425,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon May 11 2009 Richard Jones <rjones at redhat.com> - 1.0.23-1
+* Mon May 11 2009 Richard Jones <rjones at redhat.com> - 1.0.23-2
 - New upstream version 1.0.23.
+- Disable vmchannel test.
+- Disable updates repo.
 
 * Fri May  8 2009 Richard Jones <rjones at redhat.com> - 1.0.21-2
 - New upstream version 1.0.21.




More information about the scm-commits mailing list