Hello community, here is the log from the commit of package brp-extract-appdata for openSUSE:Factory checked in at 2012-10-08 07:10:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/brp-extract-appdata (Old) and /work/SRC/openSUSE:Factory/.brp-extract-appdata.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brp-extract-appdata", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes 2012-03-20 11:26:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes 2012-10-08 07:10:32.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Oct 4 09:55:24 UTC 2012 - a...@suse.de + +- Mount /proc in post-build-check to avoid rpm warnings. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ create-appdata-xml.pl ++++++ --- /var/tmp/diff_new_pack.rpNO10/_old 2012-10-08 07:10:34.000000000 +0200 +++ /var/tmp/diff_new_pack.rpNO10/_new 2012-10-08 07:10:34.000000000 +0200 @@ -76,6 +76,8 @@ unlink $appdata; my %applicationrpms; +# Mount /proc for rpm +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 '[%{NAME} %{FILENAMES}\n]' $rpm|"); @@ -100,6 +102,7 @@ } } } +system("umount $build_root/proc"); for my $rpmname (sort keys %applicationrpms) { my $output = "$build_root$TOPDIR/OTHER/$rpmname-appdata.xml"; -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org