Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2018:2649 - Bug Fix Advisory
Issued:
2018-09-05
Updated:
2018-09-05

RHBA-2018:2649 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

RHUI 3.0.5 bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated RHUI 3 packages that fix several bugs and add various enhancements are now available.

Description

Red Hat Update Infrastructure (RHUI) is a highly scalable, highly redundant framework that enables you to manage repositories and content. It also enables cloud providers to deliver content and updates to Red Hat Enterprise Linux (RHEL) instances. Based on the upstream Pulp project, RHUI allows cloud providers to locally mirror Red Hat-hosted repository content, create custom repositories with their own content, and make those repositories available to a large group of end users through a load-balanced content delivery system.

This update fixes the following bugs:

  • The fabric package needs PyCrypto libraries but did not require python-crypto. It required python-paramiko, which used to require python-crypto, so the dependency was satisfied. A newer version of python-paramiko will be in RHEL 7.6, but it will not require python-crypto. The fabric package has been rebuilt to require python-crypto explicitly so it can continue to work on RHUI 3 running on RHEL 7.6. (BZ#1615907)
  • Docker originally had registry settings in the /etc/sysconfig/docker file. The Docker configuration package created by rhui-manager modified this file to make Docker communicate with RHUI instead of the Red Hat registry. These settings have recently been moved to /etc/containers/registries.conf. This update allows rhui-manager to modify the new configuration file if it exists. Note that if your clients use a configuration package created in an earlier RHUI version, you must recreate the package and update it on the clients. (BZ#1599295)
  • RHEL 7.6 will contain changes in SELinux that affect the ability of Pulp to synchronize content. New SELinux rules reflecting these changes have been added in advance to allow Pulp to work correctly after RHEL 7.6 is released. (BZ#1608166)

In addition, this update adds the following enhancements:

  • A new script, "rhui-services-restart", is now available on RHUA and CDS nodes. Use this script to conveniently restart all the services that comprise RHUI. (BZ#1539105)
  • RHUI has switched from the insecure Secure Hash Algorithm 1 (SHA-1) to SHA-256 in its internal certificates. Note that this change will only affect new RHUI deployments. (BZ#1411451)
  • Pulp is now configured to remove copies of packages that get removed from Red Hat CDN. This will free up disk space used by such unwanted packages. Note that this change will only affect new RHUI deployments. (BZ#1489113)
  • The "rhui-manager repo list" command now prints repository lists in alphabetical order. (BZ#1601478)
  • The RHUI debug script, used by the sosreport utility, has been enhanced to collect the output from the "rhui-manager status" command. (BZ#1176477)
  • The RHUI debug script has been made available on CDS nodes, which allows Red Hat Support to collect CDS-specific configuration and log files. However, it is necessary to have an updated version of the sos package for this enhancement to take effect. RHEL 6.10.z already contains an updated sos package, but RHEL 7 will not have this update until 7.6 is released. (BZ#1596296)
  • Previously, when rhui-manager created a client configuration package, it only printed the build root directory. A RHUI administrator who wanted to copy the package had to find it deep in the directory structure under the build root. With this update, rhui-manager prints the full path to the configuration package that it has built. (BZ#1599635)

Users of RHUI are advised to upgrade to these updated packages that fix these bugs and add these enhancements.

Solution

Before applying this update, make sure all previously released errata relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Update Infrastructure 3 for RHEL 7 x86_64
  • Red Hat Update Infrastructure 3 for RHEL 6 x86_64

Fixes

  • BZ - 1176477 - Collect the output from "rhui-manager status" in sosreport
  • BZ - 1411451 - Migrate away from SHA1 in our certificates
  • BZ - 1489113 - [RFE] RHUI 3 repo_importers not configured for remove_missing
  • BZ - 1539105 - Missing script which would restart all the rhui related services on RHUA and CDS [regression]
  • BZ - 1596296 - Make /usr/share/rh-rhua/rhui-debug.py available on CDSes as well
  • BZ - 1599295 - RHUI docker registry doesn't get added
  • BZ - 1599635 - RFE: print the exact location of the client configuration RPM that rhui-manager has built
  • BZ - 1601478 - RFE: Sort repo lists

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Update Infrastructure 3 for RHEL 7

SRPM
fabric-1.8.1-2.el7ui.src.rpm SHA-256: 61b0d3bf27d57afe0f9e2990ff24ea97b27487122ae43a985640a592c9e8aaf0
katello-certs-tools-2.2.2-1.el7ui.src.rpm SHA-256: bd4f221e956f795454f056b710a2f5bf48d1329721289bd520aadd26a3eef7e7
rh-rhua-selinux-policy-3.0.2-1.el7ui.src.rpm SHA-256: 6d055ed3a25ba524a564ed24bd26c831f60124837f38b657181879901dec2345
rh-rhui-tools-3.0.5-3.el7ui.src.rpm SHA-256: 9bd794d8833c9444f39c70e4b39a91b124a094ca89daa6260a11827d919731e0
rhui-installer-3.0.2-1.el7ui.src.rpm SHA-256: 99a0a27ccf028ca3d2c3efc9de1f5613d3af6a03bf30c21d84c4e69fe1af2fff
x86_64
fabric-1.8.1-2.el7ui.noarch.rpm SHA-256: e1f9087dd4f4d9f08a5c152794c83ee0f356c4164e64221ae2200897efd894b1
katello-certs-tools-2.2.2-1.el7ui.noarch.rpm SHA-256: 0d1e188fe18e213775f0eedaef6dd979f39083a6827e8620d8a65f678ef10792
rh-rhua-selinux-policy-3.0.2-1.el7ui.noarch.rpm SHA-256: d10a101cb49985922208a7415c63853f0133f6c41ad4523a954bb2ad2494b09c
rh-rhui-tools-3.0.5-3.el7ui.noarch.rpm SHA-256: 9aed2cb6f7be2e4e958524ca998c321cc509799c7b1fc55cc6943affc75cc610
rh-rhui-tools-libs-3.0.5-3.el7ui.noarch.rpm SHA-256: b062a29090cffc173aedfe6496328037bee9087f9047822d993e8beaa3ec6fca
rhui-installer-3.0.2-1.el7ui.noarch.rpm SHA-256: 5cf0def8474d3ab666ffd2f197d95be917ddc2476560fd2eadd11770872cddd2
rhui-installer-base-3.0.2-1.el7ui.noarch.rpm SHA-256: 6206e35d9592dd4c90897112aabc6f332861f92c2fa4f040f6d7b10a9d15c900

Red Hat Update Infrastructure 3 for RHEL 6

SRPM
fabric-1.8.1-2.el6ui.src.rpm SHA-256: aaec1a660d2cd8bf2c8798515283309bd7dfcc0a953ddb1f788151662dd9fe8f
katello-certs-tools-2.2.2-1.el6ui.src.rpm SHA-256: 7362204de208b0eb07f4e58f7ed3da9492cf6a98243650c84b7ced39e4071191
rh-rhui-tools-3.0.5-3.el6ui.src.rpm SHA-256: d5da41bbccdd0b1ce8e4f585059c7fb6196cf342fcfbfad45cbb54ad0204b8e8
rhui-installer-3.0.2-1.el6ui.src.rpm SHA-256: b0dcf924bb6eadd5498ad398c303336cbf71b4fdf5cc67ab3247b19e647c0d86
x86_64
fabric-1.8.1-2.el6ui.noarch.rpm SHA-256: 1f5c71c62e1aeeb1cecd1f08b058b34d3823f02289dd93de7669a3fb033f8029
katello-certs-tools-2.2.2-1.el6ui.noarch.rpm SHA-256: 1ea445b61555142e9502d36d708ea0724d4574d167f6b6744693012c9e19135b
rh-rhui-tools-3.0.5-3.el6ui.noarch.rpm SHA-256: a12afceec48a1533f102fd0a4c00b061e3eb108e65ddb47a8318be32a3d0b3ed
rh-rhui-tools-libs-3.0.5-3.el6ui.noarch.rpm SHA-256: d0b44f1e49c76b773a08a023a5bf36e669834a290bcd6c71d1d8ac78e82303b7
rhui-installer-3.0.2-1.el6ui.noarch.rpm SHA-256: fcdd8151d76d128c9c475fb2c8bb59c400dfcc876832940d4f690ec4c29d71a1
rhui-installer-base-3.0.2-1.el6ui.noarch.rpm SHA-256: a0aefd0abc57a49b0a19609c6d14f12ee4ad9f0a9c9c63f6a475fcb662031df6

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2026 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility