Bug 1300642
| Summary: | protobuf-2.5.0 epel7 needs version update | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Éric Fintzel <efintzel> |
| Component: | protobuf | Assignee: | Adrian Reber <areber> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | adrian, brendan.jones.it, bugproxy, dhorak, hannsj_uhl, lemenkov, orion |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | ppc64le | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-08 15:11:21 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1197165 | ||
|
Description
Éric Fintzel
2016-01-21 10:47:21 UTC
Since RHEL7.2 protobuf and protobuf-c is part of RHEL: $ python is_it_in_rhel.py protobuf protobuf is not in RHEL 5 protobuf is not in RHEL 6 protobuf is in RHEL 7; version: 2.5.0; archs: i686, x86_64 $ python is_it_in_rhel.py protobuf-c protobuf-c is not in RHEL 5 protobuf-c is not in RHEL 6 protobuf-c is in RHEL 7; version: 1.0.2; archs: i686, x86_64 Unfortunately not PPC64LE. I got the same answer as you with the is_it_in_rhel.py script. This script seems to retrieve its information from https://infrastructure.fedoraproject.org/repo/json/pkg_el{rel}.json files. The https://infrastructure.fedoraproject.org/repo/json/pkg_el7.json file contains the protobuf and protobuf-c packages but not related to the ppc64le arch. However when looking at https://dl.fedoraproject.org/pub/epel/7/ppc64le/p/ protobuf and protobuf-c packages are available for ppc64le at versions 2.5.0 (needs upgrade to 2.6.1) and 1.0.1: protobuf-2.5.0-7.el7.ppc64le.rpm 2015-12-05 02:56 323K protobuf-c-1.0.1-1.el7.ppc64le.rpm 2015-12-05 05:34 101K Not sure if the json file is up to date regarding ppc64le packages. This should be reassigned to RHEL since it's a part of RHEL now. *** This bug has been marked as a duplicate of bug 1289665 *** |