Hello community,

here is the log from the commit of package brp-extract-appdata for 
openSUSE:Factory checked in at 2014-01-09 15:28:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-extract-appdata (Old)
 and      /work/SRC/openSUSE:Factory/.brp-extract-appdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brp-extract-appdata"

Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes  
2013-10-02 13:27:06.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes 
    2014-01-09 15:28:12.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan  9 11:36:56 UTC 2014 - co...@suse.com
+
+- do not mount or umount /proc - the build script handles that
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ brp-extract-appdata.spec ++++++
--- /var/tmp/diff_new_pack.M1wtmf/_old  2014-01-09 15:28:13.000000000 +0100
+++ /var/tmp/diff_new_pack.M1wtmf/_new  2014-01-09 15:28:13.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package brp-extract-appdata
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ create-appdata-xml.pl ++++++
--- /var/tmp/diff_new_pack.M1wtmf/_old  2014-01-09 15:28:13.000000000 +0100
+++ /var/tmp/diff_new_pack.M1wtmf/_new  2014-01-09 15:28:13.000000000 +0100
@@ -76,8 +76,6 @@
 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|");
@@ -102,7 +100,6 @@
         }
     }
 }
-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

Reply via email to