[libguestfs/f13/master] - Patch program doesn't restore permissions on new files correctly, so chmod the new files by hand

Richard W.M. Jones rjones at fedoraproject.org
Fri Aug 27 14:26:47 UTC 2010


commit eaa2a2b2ad5bec8d9b04e19e9ae5fd581f0b07ac
Author: Richard Jones <rjones at redhat.com>
Date:   Fri Aug 27 15:24:45 2010 +0100

    - Patch program doesn't restore permissions on new files correctly, so
      chmod the new files by hand.

 libguestfs.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index b367932..a7e31e4 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -42,7 +42,7 @@ Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
 Version:       1.4.3
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       LGPLv2+
 Group:         Development/Libraries
 URL:           http://libguestfs.org/
@@ -427,10 +427,12 @@ Requires:      jpackage-utils
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+chmod +x regressions/test-lvm-filtering.sh
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+chmod +x regressions/test-luks.sh
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
@@ -781,6 +783,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 27 2010 Richard W.M. Jones <rjones at redhat.com> - 1:1.4.3-2
+- Patch program doesn't restore permissions on new files correctly, so
+  chmod the new files by hand.
+
 * Fri Aug 27 2010 Richard W.M. Jones <rjones at redhat.com> - 1:1.4.3-1
 - New stable branch version 1.4.3.
 - Backport major features from development branch, see:


More information about the scm-commits mailing list