Bug 1147649
Summary: | New dependencies in libreoffice | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ben Boeckel <fedora> |
Component: | libreoffice | Assignee: | Stephan Bergmann <sbergman> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | caolanm, dtardon, erack, ltinkl, mstahl, oholy, sbergman |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-08 09:45:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ben Boeckel
2014-09-29 17:44:14 UTC
caolanm->sbergman: no good deed goes unpunished. Various libreoffice* packages now requiring gvfs-smb is due to the fix for bug 1054952. Using rpm --whatrequires to sort out the above list I get (on F20): gvfs-smb libsmbclient <- gvfs_smb gvfs <- gvfs_smb samba-libs <- libsmbclient samba-common <- libsmbclient pytalloc <- samba_libs libldb <- samba_libs libtevent <- samba_libs libbluray <- gvfs_smb libudisks2 <- gvfs udisks2 <- gvfs libatasmart <- udisks2 ntfsprogs <- udisks2 dosfstools <- udisks2 gdisk <- udisks2 mdadm <- udisks2 xfsprogs <- udisks2 So udisks2 is one of the main "culprits" here, but given that it is required by both gvfs and kdelibs, I'd assume it is already installed anyway at least on KDE and GNOME desktops? @Ondrej: Anything obvious that could be cut from the list of gvfs-smb requirements? I wonder why gvfs-smb requires libbluray, have to investigate it further. However other looks good, GVfs needs udisks, because of volume monitor... Hmm libbluray is needed by statically linked common parts, so we can't cut it out. It would be possible to cut it out from gvfs-smb, but still it has to be as a dependecy for gvfs... This issue has become moot insofar as libreoffice* packages will no longer depend on gvfs-smb starting libreoffice-4.2.6.3-8.fc20, see bug 1054952 comment 30. |