Bug 1416876
| Summary: | Request to offer rrdtool-perl in supported base RHEL repo | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Shruti Sampat <ssampat> |
| Component: | releng | Assignee: | Lubos Kocman <lkocman> |
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | bmcclain, jstodola, jvavra, lkocman, mburns, rmeggins, sgraf, snagar, ssampat |
| Target Milestone: | rc | Keywords: | Reopened |
| Target Release: | 7.4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-01 17:32:24 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
Shruti Sampat
2017-01-26 16:57:11 UTC
Siddharth Nagar, please consider this request to ship rrdtool-perl in supported base RHEL repo. This also affects OpenStack. RH Logging is used by OpenStack Operational Tools *** This bug has been marked as a duplicate of bug 1354539 *** *** This bug has been marked as a duplicate of bug 1354539 *** Re-considering for explicit addition. Lubos Thank you, Lubos. Please note that rrdtool-perl in this case is an install dependency, and not a build dependency for rhlog packages. Lubos, will rrdtool-perl be added to all archs/variants? Hello Shruti, which are the variants/arches supported by RHLog? I was trying to search support matrix on product pages but failed. I'd just meet these requirements and avoid extra inclusion if possible. Thanks Lubos Hi Lubos, I have reached out to Richard Megginson for this information and will update this BZ once I have it. Thanks! Hi Lubos, this needs to be added to Server variant and x86_64 and ppc64le arches. Thanks! commit d5c632deaee2976d45a97f0ce6b425b458c3bcab
Author: Lubos Kocman <lkocman>
Date: Mon Mar 6 07:51:02 2017 -0500
rhel-7.4/pegas: add rrdtool-perl to Server ppc64le/x86_64. Resolves rhbz#1416876
Change-Id: I395592f18f5eab383e77850678685c3e852410eb
diff --git a/pungi/rhel-7/rhel-7.4/rhel-7.4-pegas.conf b/pungi/rhel-7/rhel-7.4/rhel-7.4-pegas.conf
index 6bce8b8..f71a1b1 100644
--- a/pungi/rhel-7/rhel-7.4/rhel-7.4-pegas.conf
+++ b/pungi/rhel-7/rhel-7.4/rhel-7.4-pegas.conf
@@ -17,6 +17,15 @@ variants_file = {
# fomat: [(variant_uid_regex, {arch|*: [packages]})]
additional_packages = [
+ # external dependency (layered product) rhbz#1416876
+ ('^Server$', {
+ 'x86_64': [
+ 'rrdtool-perl'
+ ],
+ 'ppc64le': [
+ 'rrdtool-perl'
+ ],
+ }),
#libunwind on aarch64/ppc64le rhbz#1426713
('^Server$', {
diff --git a/pungi/rhel-7/rhel-7.4/rhel-7.4.conf b/pungi/rhel-7/rhel-7.4/rhel-7.4.conf
index ce44e95..9adca38 100644
--- a/pungi/rhel-7/rhel-7.4/rhel-7.4.conf
+++ b/pungi/rhel-7/rhel-7.4/rhel-7.4.conf
@@ -87,6 +87,15 @@ create_optional_isos = False
# fomat: [(variant_uid_regex, {arch|*: [packages]})]
additional_packages = [
+ # external dependency (layered product) rhbz#1416876
+ ('^Server$', {
+ 'x86_64': [
+ 'rrdtool-perl'
+ ],
+ 'ppc64le': [
+ 'rrdtool-perl'
+ ],
+ }),
#libunwind on aarch64/ppc64le rhbz#1426713
('^Server$', {
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:1850 |