[Lsb-messages] /var/www/bzr/lsb/devel/tet-harness r114: Ensure original tarball files are all writeable.

Jeff Licquia licquia at linuxfoundation.org
Tue Mar 12 19:02:41 UTC 2013


------------------------------------------------------------
revno: 114
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: tet-harness
timestamp: Tue 2013-03-12 15:02:41 -0400
message:
  Ensure original tarball files are all writeable.
modified:
  package/Makefile
  package/lsb-tet3-lite.spec.sed
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2011-06-03 13:16:04 +0000
+++ b/package/Makefile	2013-03-12 19:02:41 +0000
@@ -22,7 +22,7 @@
 LSB_PACKAGE=lsb-tet3-lite
 VERSION=3.7
 LSBRelease=4
-RELEASE=23
+RELEASE=24
 LSB_RELEASE=$(RELEASE).lsb$(LSBRelease)
 
 FULL_PACKAGE_NAME=$(PACKAGE)-$(VERSION)

=== modified file 'package/lsb-tet3-lite.spec.sed'
--- a/package/lsb-tet3-lite.spec.sed	2011-05-05 20:52:15 +0000
+++ b/package/lsb-tet3-lite.spec.sed	2013-03-12 19:02:41 +0000
@@ -62,6 +62,9 @@
 fi
 
 %setup -cn tet3-lite-3.7 -q -a1
+# We need this because some of the permissions in the tarball are
+# read-only for files we need to patch
+chmod -R u+w *
 %patch0 -p1
 %patch1 -p1
 



More information about the lsb-messages mailing list