Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2012-10-05 13:47:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
 and      /work/SRC/openSUSE:Factory/.post-build-checks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "post-build-checks", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes      
2012-09-23 21:10:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2012-10-06 18:42:04.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct  4 12:32:06 UTC 2012 - dmuel...@suse.com
+
+- merge /proc mount/umounting patch from AJ
+- add _service file to easily recreate the tarball from git
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ post-build-checks-1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/post-build-checks-1.0/checks/06-check-installtest 
new/post-build-checks-1.0/checks/06-check-installtest
--- old/post-build-checks-1.0/checks/06-check-installtest       2012-09-23 
11:37:14.000000000 +0200
+++ new/post-build-checks-1.0/checks/06-check-installtest       2012-10-04 
14:31:41.000000000 +0200
@@ -17,6 +17,8 @@
 
 SCRIPT_ARG=-e
 
+# rpm needs /proc mounted
+mount -n -tproc none $BUILD_ROOT/proc
 export YAST_IS_RUNNING="instsys"
 for i in `find $BUILD_ROOT$TOPDIR/RPMS -name "*.rpm" | sort` ; do
     test -f $i || continue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/post-build-checks-1.0/checks/09-check-packaged-twice 
new/post-build-checks-1.0/checks/09-check-packaged-twice
--- old/post-build-checks-1.0/checks/09-check-packaged-twice    2012-09-23 
11:37:14.000000000 +0200
+++ new/post-build-checks-1.0/checks/09-check-packaged-twice    2012-10-04 
14:31:41.000000000 +0200
@@ -44,6 +44,7 @@
 my %alldirs;
 my %pkg2rpm;
 
+system("mount -n -tproc none $build_root/proc");
 for my $rpm (@rpms) {
     next if ($rpm =~ m/-debuginfo/ || $rpm =~ m/-debugsource/);
     open (FILES, "chroot $build_root rpm -qp --qf '[%{FILEMODES:perms} 
F:%{FILEFLAGS:fflags} %{NAME} %{FILEUSERNAME}:%{FILEGROUPNAME} %{FILENAMES}\n]' 
$rpm|");
@@ -60,7 +61,7 @@
         my $owner = $4;
         my $filename = $5;
         if ($filemodes =~ /^d/) {
-          $alldirs{$filename}->{$pkgname} = $fflags . $owner;
+          $alldirs{$filename}->{$pkgname} = "$fflags:$owner";
         } else {
           $allfiles{$filename}->{$pkgname} = $fflags;
         }
@@ -96,4 +97,5 @@
     }
 }
 
+system("umount $build_root/proc");
 exit $had_errors;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/post-build-checks-1.0/checks/12-check-libtool-deps 
new/post-build-checks-1.0/checks/12-check-libtool-deps
--- old/post-build-checks-1.0/checks/12-check-libtool-deps      2012-09-23 
11:37:14.000000000 +0200
+++ new/post-build-checks-1.0/checks/12-check-libtool-deps      2012-10-04 
14:31:41.000000000 +0200
@@ -193,6 +193,8 @@
 fi
 echo "    (can be skipped by \"skip-check-libtool-deps\" anywhere in spec)"
 
+mount -n -tproc none $BUILD_ROOT/proc
+
 shopt -s nullglob
 IFS=$IFS":,"
 
@@ -201,6 +203,7 @@
 done
 rpm_find_all_deps_reset
 
+umount $BUILD_ROOT/proc
 
 if test $RC -gt 0 ; then
     echo "All errors are just warnings for now.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to