Add hack to supermin to get builds working temporarily.
This commit is contained in:
parent
7fbfd21af1
commit
70f64c1be1
@ -10,7 +10,7 @@ Summary: Access and modify virtual machine disk images
|
|||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.31.16
|
Version: 1.31.16
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
# Source and patches.
|
# Source and patches.
|
||||||
@ -829,6 +829,10 @@ enabled=1
|
|||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
EOF
|
EOF
|
||||||
extra=--with-supermin-packager-config=$(pwd)/yum.conf
|
extra=--with-supermin-packager-config=$(pwd)/yum.conf
|
||||||
|
# Temporarily until https://fedorahosted.org/rel-eng/ticket/6274
|
||||||
|
# is fixed in Koji. This isn't a permanent solution because the
|
||||||
|
# non-root build process cannot read all /etc files.
|
||||||
|
extra="$extra --with-supermin-extra-options=--use-installed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%global localconfigure \
|
%global localconfigure \
|
||||||
@ -1304,6 +1308,9 @@ rm ocaml/html/.gitignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2015 Richard W.M. Jones <rjones@redhat.com> - 1:1.31.16-2
|
||||||
|
- Add hack to supermin to get builds working temporarily.
|
||||||
|
|
||||||
* Fri Oct 09 2015 Richard W.M. Jones <rjones@redhat.com> - 1:1.31.16-1
|
* Fri Oct 09 2015 Richard W.M. Jones <rjones@redhat.com> - 1:1.31.16-1
|
||||||
- New upstream version 1.31.16.
|
- New upstream version 1.31.16.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user