Bug 58587 - Fix some post-install unowned files
Summary: Fix some post-install unowned files
Status: RESOLVED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libreoffice (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-07 18:02 MSK by Andrew Vasilyev
Modified: 2026-04-09 18:10 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Vasilyev 2026-04-07 18:02:37 MSK
diff --git a/libreoffice.spec b/libreoffice.spec
index b10cbab168d..4295d9565dc 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -279,6 +279,7 @@ Obsoletes: LibreOffice-still-extensions < %EVR
 Obsoletes: LibreOffice4-extensions
 # Other runtime requirements
 Requires: gst-libav
+Requires: icon-theme-hicolor
 
 %description
 LibreOffice is a productivity suite that is compatible with other major
@@ -796,6 +797,15 @@ tar xf %SOURCE401 -C %buildroot%_iconsdir/hicolor/symbolic/apps
 %_iconsdir/*/*/apps/*
 %_datadir/mime/packages/libreoffice%hversion.xml
 %_datadir/mimelnk/application/*
+%dir %lodir
+%dir %lodir/help
+%dir %lodir/program
+%dir %lodir/program/resource
+%dir %lodir/readmes
+%dir %lodir/share
+%dir %lodir/share/autotext
+%dir %lodir/share/registry
+%dir %lodir/share/registry/res
 %lodir/share/extensions/*
 %_man1dir/libreoffice.1*
 %_man1dir/unopkg.1*
Comment 1 Repository Robot 2026-04-09 18:10:04 MSK
libreoffice-26.2.2.2-alt2 -> sisyphus:

Wed Apr 08 2026 Andrey Cherepanov <cas@altlinux> 26.2.2.2-alt2
- Fix some post-install unowned files (ALT #58587) (thanks andy@).
- Exclude core part without Java (ALT #58514).