[Lsb-messages] /var/www/bzr/lsb/4.1/perl-test r102: Make sure the unpacked tarball files are writable.

Jeff Licquia licquia at linuxfoundation.org
Sun Mar 17 03:05:35 UTC 2013


------------------------------------------------------------
revno: 102
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: perl-test
timestamp: Sat 2013-03-16 23:05:35 -0400
message:
  Make sure the unpacked tarball files are writable.
modified:
  scripts/package/Makefile
  scripts/package/lsb-test-perl.spec.sed
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2013-02-07 16:38:48 +0000
+++ b/scripts/package/Makefile	2013-03-17 03:05:35 +0000
@@ -2,7 +2,7 @@
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-perl
 VERSION=4.1.8
-RELEASE=1
+RELEASE=2
 PERLVER8=5.8.8
 PERLVER10=5.10.0
 PERLURL=http://www.cpan.org/src/5.0/

=== modified file 'scripts/package/lsb-test-perl.spec.sed'
--- a/scripts/package/lsb-test-perl.spec.sed	2013-02-07 16:38:48 +0000
+++ b/scripts/package/lsb-test-perl.spec.sed	2013-03-17 03:05:35 +0000
@@ -70,6 +70,7 @@
 #==================================================
 %prep
 %setup -q -n perl-%{pversion8} -a1
+chmod -R u+w .
 %patch0 -p0 -b .system-perl
 %patch1 -p0 -b .set-euid
 %patch3 -p0 -b .1888



More information about the lsb-messages mailing list