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:
parent
a38d09a2b1
commit
4d7bced6b8
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user