Accepting request 772496 from home:junknot

- Remove unneeded (and counterintuitive) mysql/mariadb dep from core
  RPMs. Move it instead to the -base package, where it's really used.

OBS-URL: https://build.opensuse.org/request/show/772496
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=857
This commit is contained in:
Tomáš Chvátal 2020-02-09 14:55:29 +00:00 committed by Git OBS Bridge
parent a38d09a2b1
commit 4d7bced6b8
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 9 04:51:53 UTC 2020 - Thomas Williams <bif.bam@gmail.com>
- Remove unneeded (and counterintuitive) mysql/mariadb dep from core
RPMs. Move it instead to the -base package, where it's really used.
-------------------------------------------------------------------
Thu Feb 6 09:55:01 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -1356,6 +1356,11 @@ export DESTDIR=%{buildroot}
export SRCDIR="./"
./solenv/bin/install-gdb-printers -a %{_datadir}/gdb/auto-load%{_libdir}/%{name} -c -i %{_libdir}/%{name} -p %{_datadir}/libreoffice/gdb
# Why would the mysql lib which is only USED by base not be IN THE BASE PACKAGE?!?
grep -v "%{_libdir}/libreoffice/program/libmysqlclo.so" file-lists/common_list.txt > tmplist
mv tmplist file-lists/common_list.txt
echo "%{_libdir}/libreoffice/program/libmysqlclo.so" >> file-lists/base_list.txt
# We have ton of duped files so run over it
%fdupes %{buildroot}%{_prefix}