[libguestfs/f18] Patch command does not set the mode correctly on new file.

Richard W.M. Jones rjones at fedoraproject.org
Mon Apr 29 16:49:01 UTC 2013


commit a6100fee9f50fc8a2219322a13069abe229619cc
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Apr 29 17:48:34 2013 +0100

    Patch command does not set the mode correctly on new file.

 libguestfs.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index f75da5f..b49b958 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -668,6 +668,8 @@ for %{name}.
 
 %patch0001 -p1
 %patch0002 -p1
+# patch command does not set the mode correctly on this new file, so:
+chmod +x tests/regressions/rhbz957772.sh
 
 if [ "$(getenforce | tr '[A-Z]' '[a-z]')" != "disabled" ]; then
     # For sVirt to work, the local temporary directory we use in the


More information about the scm-commits mailing list