Make libreoffice-math optional
LibreOffice Math is not an approved default app in Fedora Workstation. We shipped it in F32 anyway by mistake. The .desktop file was changed to no longer be hidden, and the -math subpackage was changed to include only the desktop file and not the actual math application so that it wouldn't appear as an installed application unless the subpackage were to be installed, but it's being installed by default so the plan was defeated. See rbhz#1776774 for some history. Anyway, solution is to stop installing this package. LibreOffice Math will still actually be installed, it'll just *look* like it's not. The goal is to display only Writer, Calc, and Impress, as before.
This commit is contained in:
parent
6998c7e0e0
commit
1799f3cf29
@ -3691,12 +3691,12 @@
|
||||
<packagelist>
|
||||
<packagereq>libreoffice-emailmerge</packagereq>
|
||||
<packagereq>libreoffice-graphicfilter</packagereq>
|
||||
<packagereq>libreoffice-math</packagereq>
|
||||
<packagereq type="mandatory">libreoffice-calc</packagereq>
|
||||
<packagereq type="mandatory">libreoffice-impress</packagereq>
|
||||
<packagereq type="mandatory">libreoffice-writer</packagereq>
|
||||
<packagereq type="optional">libreoffice-base</packagereq>
|
||||
<packagereq type="optional">libreoffice-draw</packagereq>
|
||||
<packagereq type="optional">libreoffice-math</packagereq>
|
||||
<packagereq type="optional">libreoffice-pyuno</packagereq>
|
||||
</packagelist>
|
||||
</group>
|
||||
|
Loading…
Reference in New Issue
Block a user