[Lsb-messages] /var/www/bzr/lsb/devel/xts5-test r131: Fix permissions when unpacking tarballs for package build.

Jeff Licquia licquia at linuxfoundation.org
Wed Mar 13 16:05:06 UTC 2013


------------------------------------------------------------
revno: 131
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: xts5-test
timestamp: Wed 2013-03-13 12:05:06 -0400
message:
  Fix permissions when unpacking tarballs for package build.
modified:
  package/Makefile
  package/lsb-test-xts5.spec.sed
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2013-02-21 17:17:49 +0000
+++ b/package/Makefile	2013-03-13 16:05:06 +0000
@@ -3,7 +3,7 @@
 VERSION=5.1.5
 LSBSpec=4.0
 LSBRelease=4
-RELEASE=45
+RELEASE=46
 # pass a conditional to rpm to do an optional native build
 # so you do something like BZRTREES=xxx WITH_GCC=1 make rpm_package
 ifdef WITH_GCC

=== modified file 'package/lsb-test-xts5.spec.sed'
--- a/package/lsb-test-xts5.spec.sed	2013-02-11 14:31:22 +0000
+++ b/package/lsb-test-xts5.spec.sed	2013-03-13 16:05:06 +0000
@@ -102,6 +102,8 @@
 %setup -c -q -n %{name}-%{version}
 tar xzf %{SOURCE1} -C ../
 tar xzf %{SOURCE2} -C xts5
+# Fix up permissions; some of the tarballs mark stuff read-only.
+chmod -R u+w .
 
 %patch0 -p0 -b .lsb-xts5-generic
 %patch1 -p0 -b .lsb-xts5-Xt



More information about the lsb-messages mailing list