RHEL 9 AppStream rsyslog update missing matching rsyslog-relp build
We are seeing a DNF dependency conflict on RHEL 9.8 after refreshing metadata directly from Red Hat CDN.
The following packages are installed:
rsyslog-8.2510.0-2.el9_8.1
rsyslog-gnutls-8.2510.0-2.el9_8.1
rsyslog-relp-8.2510.0-2.el9_8.1
The AppStream repository offers .el9_8.2 for rsyslog and rsyslog-gnutls, but rsyslog-relp is only visible through .el9_8.1. Because rsyslog-relp requires the exact matching rsyslog version, dnf upgrade cannot resolve the transaction.
Repository:
https://cdn.redhat.com/content/dist/rhel9/9/x86_64/appstream/os
We confirmed this after running dnf --refresh against only the AppStream repository.
Is the matching rsyslog-relp-8.2510.0-2.el9_8.2 build expected to be available? If not, what is the recommended supported workaround while keeping RELP installed and avoiding skip_broken, package removal, or broad dependency relaxation?
Responses