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