2023-08-09 05:54:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 9 05:53:27 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Do not format using f-strings, since it is python 3.6+ feature
|
|
|
|
and SLE12-SP5 has python 3.4
|
|
|
|
|
2023-03-22 16:13:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 16 07:30:43 UTC 2023 - Martin Liška <mliska@suse.cz>
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
2019-07-02 08:12:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 2 08:11:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Work with paranoid umask settings bsc#1139727
|
|
|
|
|
2017-05-16 14:13:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 16 14:03:27 UTC 2017 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Fix bsc#953511 by removing leftover dirs
|
|
|
|
|
2017-04-21 11:21:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2015-11-03 12:24:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2015-05-20 08:36:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|