[ois] Work around bootstrap not being executable

Bruno Wolff III bruno at fedoraproject.org
Tue Jan 17 03:48:41 UTC 2012


commit 71d93717f373a3f386f47d4cd9c75ee214e67834
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Jan 16 21:27:57 2012 -0600

    Work around bootstrap not being executable

 ois.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ois.spec b/ois.spec
index a5918b0..39fbd68 100644
--- a/ois.spec
+++ b/ois.spec
@@ -29,7 +29,7 @@ developing applications that use %{name}.
 %prep
 %setup -q -n ois-v1-3
 chmod -x `find includes -type f` `find src -type f` ReadMe.txt
-./bootstrap
+sh bootstrap
 
 
 %build
@@ -68,6 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Jan 16 2012 Bruno Wolff III <bruno at wolff.to> - 1.3.0-1
 - Upstream 1.3 release. Mostly bug fixes.
+- The bootstrap file is no longer executable in the shipped source
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list