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-recording | Assignee: | jstephen |
Status: | CLOSED ERRATA | QA Contact: | Ondrej Moriš <omoris> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 8.3 | CC: | jstephen, omoris, sssd-qe |
Target Milestone: | rc | Flags: | 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
Fixed upstream: https://github.com/Scribery/cockpit-session-recording/commit/d2a9be45642f50bd7e777f77d41b773b5b2332de 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? I suspect this can be pushed back to RHEL 8.3, but I do not know how it impacts the bug reporter. 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 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> 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 |