[libguestfs] Unset reposdir

Richard W.M. Jones rjones at fedoraproject.org
Mon Dec 6 20:15:54 UTC 2010


commit 5f74947c269c994fabbb3d5a109825d84a99f5cc
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Dec 6 20:15:39 2010 +0000

    Unset reposdir

 libguestfs.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index fb084db..d2219b3 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:       9%{?dist}
+Release:       10%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
@@ -457,6 +457,7 @@ gpgcheck=1
 plugins=1
 installonly_limit=3
 color=never
+reposdir=/dev/null
 
 [local]
 name=local
@@ -466,6 +467,10 @@ enabled=1
 gpgcheck=0
 EOF
 %define extra --with-febootstrap-yum-config=$(pwd)/yum.conf
+echo /etc/yum.conf ----------------------------------------
+cat /etc/yum.conf
+echo our yum.conf ----------------------------------------
+cat yum.conf
 %endif
 
 ./configure \
@@ -751,7 +756,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon Dec  6 2010 Richard Jones <rjones at redhat.com> - 1:1.7.19-9
+* Mon Dec  6 2010 Richard Jones <rjones at redhat.com> - 1:1.7.19-10
 - 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