Bug 1266089
Summary: | shared-mime-info requires /usr/bin/pkg-config | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | shared-mime-info | Assignee: | Rex Dieter <rdieter> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | bnocera, rdieter |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | shared-mime-info-1.5-2.fc23 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-09-27 07:26:28 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
Petr Pisar
2015-09-24 12:51:23 UTC
The dep is there because it includes a pkg-config file Indeed. Shouldn't the file be in a -devel sub-package? in this case no, it contains only runtime information What is it good for at runtime? The file looks void: prefix=/usr Name: shared-mime-info Description: Freedesktop common MIME database Version: 1.5 Requires: Libs: Cflags: It allows one to check shared-mime-info's version At run-time? Nevertheless moving the file into a separate package allows to drop the dependency for those who do not need to check the version at run-time. Those who need the feature still must run-require pkgconfig(shared-mime-info), so the dependency tree will be completed automatically. It does not matter whether the sub-package is called -devel or something else. I don't know the full history of this issue, but... I would be against creating a -devel pkg for the sole purpose of a single pkg-config file that contains runtime only information. So, let's back up a step, what's the use-case for wanting to be rid of a small ~100k pkgconfig ? I think we can (and should) filter the pkgconfig dep though, one intent for not having a -devel pkg was also to avoid extra dependencies (like pkgconfig). %changelog * Thu Sep 24 2015 Rex Dieter <rdieter> 1.5-2 - shared-mime-info requires /usr/bin/pkg-config (#1266089) shared-mime-info-1.5-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16632 shared-mime-info-1.5-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update shared-mime-info' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16632 shared-mime-info-1.5-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |