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 1782862

Summary: Request for metainfo update <extends>org.cockpit_project.cockpit</extends>
Product: Red Hat Enterprise Linux 8 Reporter: Martin Krajnak <mkrajnak>
Component: cockpit-session-recordingAssignee: jstephen
Status: CLOSED ERRATA QA Contact: Ondrej Moriš <omoris>
Severity: medium Docs Contact:
Priority: low    
Version: 8.3CC: jstephen, omoris, sssd-qe
Target Milestone: rcFlags: pm-rhel: mirror+
Target Release: 8.0   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: vbudikov@redhat.com,rhughes@redhat.com,tpelka@redhat.com,jkoten@redhat.com Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-11-04 03:28:14 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 Martin Krajnak 2019-12-12 14:08:54 UTC
Description of problem:

We found out that cockpit-session-recording is skipped in generation process of appstream-data because the metainfo file contains wrong parent id, hence we would like to ask for update in org.cockpit-project.session-recording.metainfo.xml, where:

<extends>cockpit.desktop</extends>

need to be most probably updated to 

<extends>org.cockpit_project.cockpit</extends>

Comment 2 Scott Poore 2020-01-15 02:41:42 UTC
Is this needed for RHEL8.2 release?  Do we need to ack and find out how to handle the update since I already processed the other cockpit-session-recording errata to REL_PREP?

Comment 3 jstephen 2020-01-15 14:06:52 UTC
I suspect this can be pushed back to RHEL 8.3, but I do not know how it impacts the bug reporter.

Comment 4 Martin Krajnak 2020-01-15 14:19:55 UTC
To be honest, it does not have as much impact on us, we were just testing the AppStream data and 
discovered some missing information and other stuff, identified problems and we just thought, 
it would be good to have it fixed. 

Additionally, the real fix for us will be only after the next AppStream data rpm update and I am
not sure if there will be another on in 8.2. 

TLDR; We are ok with 8.3

Comment 10 Ondrej Moriš 2020-06-22 11:15:45 UTC
Successfully reproduced and verified manually.

OLD (cockpit-session-recording-3-1.el8)
=======================================
# cat /usr/share/metainfo/org.cockpit-project.session-recording.metainfo.xml
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
  <id>org.cockpit-project.session-recording</id>
  <metadata_license>CC0-1.0</metadata_license>
  <name>Session Recording</name>
  <summary>
    Provides Session Recording module for Cockpit.
  </summary>
  <description>
    <p>
      Provides Session Recording module for Cockpit. Provides list of recorded by tlog terminal sessions from Journal.
      Allows to play them in a player with various controls. Shows correlated logs which happened during session.
    </p>
  </description>
  <extends>cockpit.desktop</extends>
  <launchable type="cockpit-manifest">cockpit-session-recording</launchable>
</component>

NEW (cockpit-session-recording-4-1.el8)
=======================================
#  cat /usr/share/metainfo/org.cockpit-project.session-recording.metainfo.xml
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
  <id>org.cockpit-project.session-recording</id>
  <metadata_license>CC0-1.0</metadata_license>
  <name>Session Recording</name>
  <summary>
    Provides Session Recording module for Cockpit.
  </summary>
  <description>
    <p>
      Provides Session Recording module for Cockpit. Provides list of recorded by tlog terminal sessions from Journal.
      Allows to play them in a player with various controls. Shows correlated logs which happened during session.
    </p>
  </description>
  <extends>org.cockpit_project.cockpit</extends>
  <launchable type="cockpit-manifest">cockpit-session-recording</launchable>
</component>

Comment 13 errata-xmlrpc 2020-11-04 03:28:14 UTC
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 (cockpit-session-recording bug fix and enhancement update), 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-2020:4741