From 6c2b712f6fe98eb999b3f85c485a598a0754b3ee Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 18 Feb 2014 12:29:34 +0000 Subject: [PATCH] Try applying the patch this time. --- libguestfs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index cb502a9..875cdc1 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -12,7 +12,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.25.36 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ # Source and patches. @@ -570,6 +570,8 @@ for %{name}. %prep %setup -q +%patch0001 -p1 + if [ "$(getenforce | tr '[A-Z]' '[a-z]')" != "disabled" ]; then # For sVirt to work, the local temporary directory we use in the # tests must be labelled the same way as /tmp. @@ -984,7 +986,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs %changelog -* Tue Feb 18 2014 Richard W.M. Jones - 1:1.25.36-2 +* Tue Feb 18 2014 Richard W.M. Jones - 1:1.25.36-3 - Add upstream patch, workaround for libvirt on ARM bug. * Mon Feb 17 2014 Richard W.M. Jones - 1:1.25.36-1