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.
I don't see GIMP:
appstream-util compare rhel-9-20220302.xml.gz rhel-9-20230426.xml.gz
io.weldr.cockpit_composer Removed
setroubleshoot.desktop Removed
adobe-source-code-pro Added
org.fedoraproject.google-noto-sans-mono-fonts Added
org.fedoraproject.google-noto-sans-symbols2-fonts Added
org.freedesktop.appstream.compose Added
DEBUG: Getting filename match for gimp-2.99.8-3.el9.x86_64.rpm
DEBUG: Exploding tree for gimp
DEBUG: Adding extra package gimp-libs for gimp
DEBUG: Processing gimp-2.99.8-3.el9.x86_64.rpm with appdata
DEBUG: Running asb_plugin_process() from appdata
WARNING: Failed to run process 'appdata': ./tmp/rhel-9/gimp-2.99.8-3.el9/usr/lib64/gimp/2.99/extensions/org.gimp.extension.goat-exercises/org.gimp.extension.goat-exercises.metainfo.xml could not be read: Failed to open file “./tmp/rhel-9/gimp-2.99.8-3.el9/usr/lib64/gimp/2.99/extensions/org.gimp.extension.goat-exercises/org.gimp.extension.goat-exercises.metainfo.xml”: No such file or directory
The /usr/lib64/gimp/ is not a valid location for metainfo files, but appstream-builder shouldn't just abort the package on that kind of failure. Fixing now.
Okay, better:
setroubleshoot.desktop Removed
adobe-source-code-pro Added
gimp-data-extras Added
org.fedoraproject.google-noto-sans-mono-fonts Added
org.fedoraproject.google-noto-sans-symbols2-fonts Added
org.freedesktop.appstream.compose Added
org.gimp.GIMP Added
The first one:
DEBUG: Getting filename match for setroubleshoot-3.3.31-2.el9_2.x86_64.rpm
DEBUG: Exploding tree for setroubleshoot
DEBUG: Adding extra package setroubleshoot-server for setroubleshoot
DEBUG: Processing setroubleshoot-3.3.31-2.el9_2.x86_64.rpm with appdata
DEBUG: Running asb_plugin_process() from appdata
WARNING: Failed to run process 'appdata': AppData ./tmp/rhel-9/setroubleshoot-3.3.31-2.el9_2/usr/share/metainfo/setroubleshoot.appdata.xml license 'gpl-2+' invalid
That really needs fixing in setroubleshoot -- 'gpl-2+' isn't a valid *content* license -- in fact it's not even a valid SPDX licence even. Do you want me to use this metadata, or hot-patch the setroubleshoot entry just to make it work?
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 (appstream-data 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-2023:6396
I don't see GIMP: appstream-util compare rhel-9-20220302.xml.gz rhel-9-20230426.xml.gz io.weldr.cockpit_composer Removed setroubleshoot.desktop Removed adobe-source-code-pro Added org.fedoraproject.google-noto-sans-mono-fonts Added org.fedoraproject.google-noto-sans-symbols2-fonts Added org.freedesktop.appstream.compose Added DEBUG: Getting filename match for gimp-2.99.8-3.el9.x86_64.rpm DEBUG: Exploding tree for gimp DEBUG: Adding extra package gimp-libs for gimp DEBUG: Processing gimp-2.99.8-3.el9.x86_64.rpm with appdata DEBUG: Running asb_plugin_process() from appdata WARNING: Failed to run process 'appdata': ./tmp/rhel-9/gimp-2.99.8-3.el9/usr/lib64/gimp/2.99/extensions/org.gimp.extension.goat-exercises/org.gimp.extension.goat-exercises.metainfo.xml could not be read: Failed to open file “./tmp/rhel-9/gimp-2.99.8-3.el9/usr/lib64/gimp/2.99/extensions/org.gimp.extension.goat-exercises/org.gimp.extension.goat-exercises.metainfo.xml”: No such file or directory The /usr/lib64/gimp/ is not a valid location for metainfo files, but appstream-builder shouldn't just abort the package on that kind of failure. Fixing now.