| Summary: | flex-static.i686 is missing from the x86_64 repo | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Simmons <martin> |
| Component: | distribution | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | Bill Nottingham <notting> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 14 | CC: | dcantrell, dennis, pmachata, rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-03-12 19:51:56 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Martin Simmons
2011-02-01 11:25:47 UTC
flex-static should provide, or be named, flex-devel, I believe. See https://fedoraproject.org/wiki/PackagingDrafts/StaticLibraryPolicy: 2. Static libraries only. When a package only provides static libraries you can place all the static library files in the *-devel subpackage. When doing this you also must have a virtual Provide for the *-static package: %package devel Provides: foo-static = %{version}-%{release} So, are we blacklisting -static packages, or what's the reason? That point says "you can", and it seems more correct having it in -static when, in fact, it's exclusively static libraries that we provide. The situation is still the same. flex-static is provided for the major architecture, but is missing in minor architecture (verified on x86_64 and ppc64). If the sub-package rename is necessary to make static libraries visible in distribution, then so be it, otherwise I don't see a reason to do it. We do multilib for development packages, keying off the -devel package name. Given that in other cases we've been requested to not ship the static libs as a compat arch package when we have dynamic equivalents, bringing in all -static packages seemed wrong. If it's named flex-devel, it will get pulled in. Would just providing flex-devel instead of renaming the subpackage have the same effect? No. I've renamed the package with corresponding Obsoletes: and Provides: rules so that clients can request flex-static as before. |