Stupid yum workaround, attempt #1.
yum.Errors.ConfigError: Parsing file failed: File contains parsing errors: file:///builddir/build/BUILD/libguestfs-1.21.26/yum.conf
[line 2]: cachedir=/var/cache/yum
[line 3]: debuglevel=1
[line 4]: logfile=/var/log/yum.log
[line 5]: retries=20
[line 6]: obsoletes=1
[line 7]: gpgcheck=0
[line 8]: assumeyes=1
[line 9]: reposdir=/dev/null
[line 11]: name=local
[line 12]: baseurl=file:///builddir/build/BUILD/libguestfs-1.21.26/repo
[line 13]: failovermethod=priority
[line 14]: enabled=1
[line 15]: gpgcheck=0
This commit is contained in:
parent
a0d01d82a6
commit
fb1736cdc9
@ -12,7 +12,7 @@ Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.21.26
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
# Source and patches.
|
||||
@ -559,6 +559,7 @@ else
|
||||
gpgcheck=0
|
||||
assumeyes=1
|
||||
reposdir=/dev/null
|
||||
|
||||
[local]
|
||||
name=local
|
||||
baseurl=file://$(pwd)/repo
|
||||
@ -883,7 +884,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 2 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.26-2
|
||||
* Tue Apr 2 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.26-3
|
||||
- New upstream version 1.21.26.
|
||||
- Use ./configure --with-default-backend=.. instead of attach-method.
|
||||
- Remove Sys::Guestfs::Lib (removed upstream).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user