Bug 487104
| Summary: | Duplicate files with kdelibs3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mamoru TASAKA <mtasaka> |
| Component: | kdelibs | Assignee: | Than Ngo <than> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | arbiter, bloch, jreznik, kevin, ltinkl, pahan, rdieter, stevenward666, than, tuxbrewr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-03-04 20:00:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Mamoru TASAKA
2009-02-24 08:48:33 UTC
Looks like we need to move those files to kdelibs-common or remove them from one of the packages. /usr/bin/preparetips looks like a developer script: # little script to extract the text from the tips file # and output it, so xgettext can add the tips to the po file I don't think it's ever used at runtime, so it should be only in one of the -devel packages, if we want to ship it at all. /usr/share/config/colors and /usr/share/config/ksslcalist should go to kdelibs-common. *** Bug 487292 has been marked as a duplicate of this bug. *** [root@localhost ~]# rpm -q kdelibs3 kdelibs kdelibs3-3.5.10-9.fc11.i586 kdelibs-4.2.1-2.fc11.i586 [root@localhost ~]# rpm -ql kdelibs kdelibs3 | sort | uniq -d /usr/lib/kconf_update_bin /usr/share/config/colors /usr/share/config/ui These are all directories, so now I close this bug as RAWHIDE. Ideally, those 3 could/should also be in kdelibs-common as well, but that's not a big deal. /usr/lib/kconf_update_bin is under libdir, putting that into kdelibs-common would require us to make it arch-specific (it's currently noarch). |