rpms/libguestfs/devel libguestfs.spec,1.3,1.4

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


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13123

Modified Files:
	libguestfs.spec 
Log Message:
Don't try to use updates during build.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libguestfs.spec	11 May 2009 16:18:27 -0000	1.3
+++ libguestfs.spec	11 May 2009 16:33:08 -0000	1.4
@@ -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,7 +245,7 @@ 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=fedora-12 --with-updates=none
 %else
 %define extra %nil
 %endif
@@ -428,8 +428,9 @@ 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.
+- Don't try to use updates during build.
 
 * Fri May  8 2009 Richard Jones <rjones at redhat.com> - 1.0.21-3
 - New upstream version 1.0.21.




More information about the fedora-extras-commits mailing list