Don't try to use updates during build.
This commit is contained in:
parent
cf1f09bca0
commit
b0d05cc3a9
@ -4,7 +4,7 @@
|
|||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Version: 1.0.23
|
Version: 1.0.23
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://et.redhat.com/~rjones/libguestfs/
|
URL: http://et.redhat.com/~rjones/libguestfs/
|
||||||
@ -245,7 +245,7 @@ mkdir -p daemon/m4
|
|||||||
mkdir repo
|
mkdir repo
|
||||||
find /var/cache/yum/build -type f -name '*.rpm' -print0 | xargs -0 cp -t repo
|
find /var/cache/yum/build -type f -name '*.rpm' -print0 | xargs -0 cp -t repo
|
||||||
createrepo 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
|
%else
|
||||||
%define extra %nil
|
%define extra %nil
|
||||||
%endif
|
%endif
|
||||||
@ -428,8 +428,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 11 2009 Richard Jones <rjones@redhat.com> - 1.0.23-1
|
* Mon May 11 2009 Richard Jones <rjones@redhat.com> - 1.0.23-2
|
||||||
- New upstream version 1.0.23.
|
- New upstream version 1.0.23.
|
||||||
|
- Don't try to use updates during build.
|
||||||
|
|
||||||
* Fri May 8 2009 Richard Jones <rjones@redhat.com> - 1.0.21-3
|
* Fri May 8 2009 Richard Jones <rjones@redhat.com> - 1.0.21-3
|
||||||
- New upstream version 1.0.21.
|
- New upstream version 1.0.21.
|
||||||
|
Loading…
Reference in New Issue
Block a user