Hello community,

here is the log from the commit of package libreoffice-share-linker for 
openSUSE:Factory checked in at 2015-11-11 10:29:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice-share-linker (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice-share-linker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice-share-linker"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libreoffice-share-linker/libreoffice-share-linker.changes
        2015-05-30 12:33:41.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-share-linker.new/libreoffice-share-linker.changes
   2015-11-11 10:29:11.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov  3 12:24:14 UTC 2015 - tchva...@suse.com
+
+- Redirect error output of ls to /dev/null to not clutter the posttrans
+  script output bnc#900186
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ link-to-ooo-home ++++++
--- /var/tmp/diff_new_pack.UfYmNo/_old  2015-11-11 10:29:12.000000000 +0100
+++ /var/tmp/diff_new_pack.UfYmNo/_new  2015-11-11 10:29:12.000000000 +0100
@@ -46,7 +46,7 @@
         # doing in 2nd run to ensure avoiding collisions
         for file in `cat ${filelist} | grep "/usr/share/libreoffice" | sort`; 
do
             linkdir="${file/${datadir}/${libdir}}"
-            if [[ -d "${linkdir}" && -z `ls "${linkdir}"/*` ]]; then
+            if [[ -d "${linkdir}" && -z `ls "${linkdir}"/* 2>/dev/null` ]]; 
then
                 # check if nothing else owns the dir
                 if [[ $(rpm -qf "${file}" 2>/dev/null |wc -l) == 0 ]]; then
                     rmdir "${linkdir}" || exit 1


Reply via email to