------------------------------------------------------------------- Thu Mar 16 07:30:43 UTC 2023 - Martin Liška - Rewrite the script to Python: * the current script is quite slow and delays libreoffice package build where we install all packages and then uninstall them * the script uses linkfile=${file/${datadir}/${libdir}} for replacement of $datadir prefix with $libdir (if the $file path starts with $datadir; if not, we end up with an empty string and we execute various shell scripts with it * the Python implementation should be more readable * the Python version runs about 200s faster when it comes to libreoffice package build (on a recent Ryzen 9 machine) ------------------------------------------------------------------- Tue Jul 2 08:11:43 UTC 2019 - Tomáš Chvátal - Work with paranoid umask settings bsc#1139727 ------------------------------------------------------------------- Tue May 16 14:03:27 UTC 2017 - tchvatal@suse.com - Fix bsc#953511 by removing leftover dirs ------------------------------------------------------------------- Fri Apr 21 11:19:42 UTC 2017 - tchvatal@suse.com - Add compat symlink wrt bsc#1035087 to avoid some failures * Full fix needs to go to libreoffice package. ------------------------------------------------------------------- Tue Nov 3 12:24:14 UTC 2015 - tchvatal@suse.com - Redirect error output of ls to /dev/null to not clutter the posttrans script output bnc#900186 ------------------------------------------------------------------- Wed May 20 08:35:28 UTC 2015 - tchvatal@suse.com - Initial commit, split out from main libreoffice package to workaround issues on SLE11 build