| Summary: | Review Request: libgssglue - unretire | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jiri Kastner <jkastner> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | notting, opensource, steved |
| 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: | 2013-09-16 13:39:46 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: | |
|
Description
Jiri Kastner
2013-09-11 11:07:55 UTC
SRPM: http://download.fedoraproject.org/pub/fedora/linux/releases/19/Everything/source/SRPMS/l/libgssglue-0.4-2.fc19.src.rpm SPEC: http://pkgs.fedoraproject.org/cgit/libgssglue.git/plain/libgssglue.spec?h=f19 Did you figure out why it was retired in the first place? no, i think it is still question for steved (In reply to Till Maas from comment #2) > Did you figure out why it was retired in the first place? Perhaps because the GSS-API in krb5-devel is supposed to be used instead. [...] The libgssglue packaging is broken, btw. > Provides: libgssapi = %{version}-%{release} > Provides: libgssapi-devel = %{version}-%{release} > Obsoletes: libgssapi <= 0.11 libgssapi-devel <= 0.11 That has been reported as bug 502131 (package obsoletes both devel and library causing confusion for yum) a long time ago, but has been CLOSED/WONTFIX eventually after no response. Obviously, the -devel Obs/Prov need to be moved into the -devel package. There are a few more things in the spec that ought to be updated to match current guidelines. i successfully built conserver with krb5-devel, removed dependency on libgss* libraries. |