Hello community,

here is the log from the commit of package texlive-filesystem for 
openSUSE:Factory checked in at 2020-01-24 14:21:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-filesystem.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-filesystem"

Fri Jan 24 14:21:09 2020 rev:41 rq:766273 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.changes    
2020-01-19 20:53:43.047933004 +0100
+++ 
/work/SRC/openSUSE:Factory/.texlive-filesystem.new.26092/texlive-filesystem.changes
 2020-01-24 14:21:19.726622812 +0100
@@ -1,0 +2,5 @@
+Wed Jan 22 08:55:38 UTC 2020 - Dr. Werner Fink <[email protected]>
+
+- Overwrite not wanted symbolic links on ls-R files 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.GaOabm/_old  2020-01-24 14:21:21.938623588 +0100
+++ /var/tmp/diff_new_pack.GaOabm/_new  2020-01-24 14:21:21.954623594 +0100
@@ -15395,6 +15395,7 @@
                %{_texmfvardir}/dist    \
                %{_texmfvardir}/main
 do
+    test ! -h ${dir}/ls-R || rm -vf ${dir}/ls-R
     test -e ${dir}/ls-R || continue
     test "$(stat --format '%U:%G' ${dir}/ls-R)" != %{nobody}:%{texgrp}  || 
continue
     chown %{nobody}:%{texgrp} ${dir}/ls-R || error=1
@@ -15411,7 +15412,7 @@
                %{_texmfvardir}/dist    \
                %{_texmfvardir}/main
 do
-    test ! -e ${dir}/ls-R || continue
+    test ! -e ${dir}/ls-R -o -h ${dir}/ls-R || continue
     tmp=$(mktemp ${dir}/ls-R.XXXXXX) || error=1
     test $error = 0 || continue
     mv ${tmp} ${dir}/ls-R || error=1


Reply via email to