Control: tags 808918 + patch Control: tags 808918 + pending Dear maintainer,
I've prepared an NMU for obs-build (versioned as 20141024-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should delay it longer. Regards. -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
diff -Nru obs-build-20141024/debian/changelog obs-build-20141024/debian/changelog --- obs-build-20141024/debian/changelog 2014-10-25 03:56:03.000000000 +0200 +++ obs-build-20141024/debian/changelog 2015-12-29 14:24:16.000000000 +0100 @@ -1,3 +1,11 @@ +obs-build (20141024-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * 0010_find-perm_slash.diff: Use "find -perm /x" instead of "find -perm +x". + Closes: #808918 + + -- Andreas Metzler <[email protected]> Tue, 29 Dec 2015 14:21:18 +0100 + obs-build (20141024-1) unstable; urgency=medium * New upstream snapshot. diff -Nru obs-build-20141024/debian/patches/0010_find-perm_slash.diff obs-build-20141024/debian/patches/0010_find-perm_slash.diff --- obs-build-20141024/debian/patches/0010_find-perm_slash.diff 1970-01-01 01:00:00.000000000 +0100 +++ obs-build-20141024/debian/patches/0010_find-perm_slash.diff 2015-12-29 14:23:48.000000000 +0100 @@ -0,0 +1,15 @@ +Description: Use "find -perm /x" instead of "find -perm +x". +Bug-Debian: https://bugs.debian.org/808918 +Origin: vendor + +--- obs-build-20141024.orig/build-vm ++++ obs-build-20141024/build-vm +@@ -605,7 +605,7 @@ vm_first_stage() { + unset start_time + if test ! -w /root ; then + # remove setuid bit if files belong to user to make e.g. mount work +- find $BUILD_ROOT/{bin,sbin,usr/bin,usr/sbin} -type f -uid $UID -perm +4000 -print0 | xargs -0 --no-run-if-empty chmod -s ++ find $BUILD_ROOT/{bin,sbin,usr/bin,usr/sbin} -type f -uid $UID -perm /4000 -print0 | xargs -0 --no-run-if-empty chmod -s + fi + copy_oldpackages + fi diff -Nru obs-build-20141024/debian/patches/series obs-build-20141024/debian/patches/series --- obs-build-20141024/debian/patches/series 2014-10-25 03:38:08.000000000 +0200 +++ obs-build-20141024/debian/patches/series 2015-12-29 14:22:25.000000000 +0100 @@ -1,2 +1,3 @@ 0001-Use-obs-build-in-locations-and-executable-names-inst.patch 0002-Fix-Build-Zypp-parsecfg-expected-full-config-file-na.patch +0010_find-perm_slash.diff
signature.asc
Description: PGP signature

