[libguestfs] Use a file:/// URL.

Richard W.M. Jones rjones at fedoraproject.org
Mon Dec 6 19:06:27 UTC 2010


commit a3c11113988fd8518a20317b6d60450030608d31
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Dec 6 19:06:12 2010 +0000

    Use a file:/// URL.

 libguestfs.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index bb30287..fa90365 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -30,7 +30,7 @@ Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
 Version:       1.7.19
-Release:       5%{?dist}
+Release:       6%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
@@ -453,7 +453,7 @@ failovermethod=priority
 enabled=1
 gpgcheck=0
 EOF
-%define extra --with-febootstrap-yum-config=$(pwd)/yum.conf
+%define extra --with-febootstrap-yum-config=file://$(pwd)/yum.conf
 %endif
 
 ./configure \
@@ -739,7 +739,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon Dec  6 2010 Richard Jones <rjones at redhat.com> - 1:1.7.19-5
+* Mon Dec  6 2010 Richard Jones <rjones at redhat.com> - 1:1.7.19-6
 - Rebuild appliance properly using febootstrap 3.1 and alternate yum repo.
 
 * Sun Dec  5 2010 Richard Jones <rjones at redhat.com> - 1:1.7.19-1


More information about the scm-commits mailing list