From 70f64c1be1088901c313447cdb612777153a2e25 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 13 Oct 2015 19:16:17 +0100 Subject: [PATCH] Add hack to supermin to get builds working temporarily. --- libguestfs.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index d4e13a5..3c32aa8 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -10,7 +10,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.31.16 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ # Source and patches. @@ -829,6 +829,10 @@ enabled=1 gpgcheck=0 EOF 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 %global localconfigure \ @@ -1304,6 +1308,9 @@ rm ocaml/html/.gitignore %changelog +* Tue Oct 13 2015 Richard W.M. Jones - 1:1.31.16-2 +- Add hack to supermin to get builds working temporarily. + * Fri Oct 09 2015 Richard W.M. Jones - 1:1.31.16-1 - New upstream version 1.31.16.