Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1281812

Summary: Package sblim-gather is missing on aarch64
Product: Red Hat Enterprise Linux 7 Reporter: Radka Brychtova <rskvaril>
Component: relengAssignee: Jon Disnard <jdisnard>
Status: CLOSED CANTFIX QA Contact: Release Test Team <release-test-team-automation>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: amahdal, dgilmore, jdisnard, jfeeney, jstodola, jvavra, lkocman, vcrhonek, yselkowi
Target Milestone: rc   
Target Release: 7.4   
Hardware: aarch64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-16 17:30:51 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: 1405448    

Description Radka Brychtova 2015-11-13 13:25:58 UTC
Description of problem:
Package sblim-gather in not available on aarch64. I don't see the reason, why it should miss on aarch64, because in Fedora is available.


Version-Release number of selected component (if applicable):
arch64

How reproducible:
allways

Steps to Reproduce:
1. yum install sblim-gather


Actual results:
No package sblim-gather available.

Expected results:
Install package

Additional info:

Comment 5 Lubos Kocman 2017-03-06 13:38:39 UTC
I did remove these from explicit filter set by jdisnard.
Jon any idea why were these packages filtered out? If it's broken deps, then I'll have to nack this request.

We'll see in next nightly (if successful)


commit b7f9a9f55d7ab65e2be72c7627f15b80814d6a6c
Author: Lubos Kocman <lkocman>
Date:   Mon Mar 6 08:37:06 2017 -0500

    rhel-7.4/pegas: Removed explicit filter for sblim-gather*. rhbz#1281812
    
    Change-Id: Iccc311ea8c20c3a1324062140ccc4fcd2c998719

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 f71a1b1..685b12f 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
@@ -1161,7 +1161,6 @@ filter_packages = [
             "libcacard-tools-rhev",
             "ocaml-libvirt",
             "perl-Sys-Virt",
-            "sblim-gather",
             "systemtap-runtime-virthost",
             "virt-manager",
             "virt-top",
@@ -1184,8 +1183,6 @@ filter_packages = [
             "perl-Sys-Guestfs",
             "python-libguestfs",
             "ruby-libguestfs",
-            "sblim-gather-devel",
-            "sblim-gather-provider",
             "spice-xpi",
             "virt-manager-common",
             "virt-install",
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 9adca38..bc0c044 100644
--- a/pungi/rhel-7/rhel-7.4/rhel-7.4.conf
+++ b/pungi/rhel-7/rhel-7.4/rhel-7.4.conf
@@ -1233,7 +1233,6 @@ filter_packages = [
             "libcacard-tools-rhev",
             "ocaml-libvirt",
             "perl-Sys-Virt",
-            "sblim-gather",
             "systemtap-runtime-virthost",
             "virt-manager",
             "virt-top",
@@ -1256,8 +1255,6 @@ filter_packages = [
             "perl-Sys-Guestfs",
             "python-libguestfs",
             "ruby-libguestfs",
-            "sblim-gather-devel",
-            "sblim-gather-provider",
             "spice-xpi",
             "virt-manager-common",
             "virt-install",

Comment 13 Jan Stodola 2017-06-01 09:27:13 UTC
Lubos, remove this bug from errata next time you update it, please.

I'm setting needinfo on me to confirm the package is not present on aarch64, then we can close the bug.