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
    • Security Measurement
    • 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 Insights
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 Insights
  • 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-2013:0461 - Bug Fix Advisory
Issued:
2013-02-20
Updated:
2013-02-20

RHBA-2013:0461 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

rpm bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated rpm packages that fix several bugs and add two enhancements are now
available for Red Hat Enterprise Linux 6.

Description

The RPM Package Manager (RPM) is a powerful command-line driven package
management system that can install, uninstall, verify, query and update software
packages.

This update fixes the following bugs:

  • Previously, PGP keys were loaded even if they were not needed. Consequently,

under certain conditions, RPM could not be opened. With this update, the PGP
keys are loaded only when needed and RPM no longer fails to start. (BZ#664696)

  • The debuginfo packages contained only one symbolic link per build ID. When

multiple identical binaries existed on the system, only one of them was linked.
With this update, numbered symbolic links are created instead. (BZ#727872)

  • Setting the %defattr macro in a package's spec file overrode the directory

permissions given by the %attr macro so that directories were created with
incorrect permissions during installation of the package. This update modifies
the underlying RPM code to prevent the %defattr macro from overriding the %attr
macro. The directories are now created with the correct permissions by RPM.
(BZ#730473)

  • The value of the %_host macro was set to "x86_64-unknown-linux-gnu" by

default. With this update, the word "unknown" is replaced by "redhat" as is
expected by several parts of the build chain. (BZ#743229)

  • Previously, using the "rpmbuild" command caused the [patched].orig file to be

created without any indication, which could confuse the user. This update
modifies the underlying source code so that rpmbuild no longer runs the patch
utility with the "-s" command line option. (BZ#773503)

  • When a large package was sent to the standard input (stdin), the rpm2cpio

utility terminated. With this update, the underlying source code has been
modified and rpm2cpio works as expected in this situation. (BZ#802839)

  • Previously, using the RPM API for parsing spec files caused macros defined in

a spec file to remain in the RPM macro "environment" after the parsing routine
exited. This behavior affected the parsing results if more than one spec file
was parsed per process lifetime. To resolve the problem, this update backports
the reloadConfig() method from RPM 4.10's Python API. Multiple spec files can
now be safely processed within a single process. (BZ#825147)

  • An attempt to import multi-key PGP armors caused the rpm utility to fail,

which could lead to memory corruption or RPM database corruption. With this
update, rpm has been modified to reject multi-key PGP armors. As a result, when
importing multi-key PGP armors, the "unsupported=multikey packets/armors" error
message is returned. (BZ#829621)

  • Due to the lack of DWARF 3 and 4 format support, the rpmbuild utility was not

able to produce usable debug packages with newer compilers. This update adds the
required support for the debugedit utility to RPM, and DWARF 3 and 4 formats are
now supported as expected. (BZ#858731)

  • Previously, RPM returned the 0 exit code even if the import of a PGP key

failed. The underlying source code has been modified to fix this bug and RPM no
longer returns 0 if key import fails. (BZ#869667)

  • This update contains several minor fixes and corrections in the rpm(8) manual

page. (BZ#804049, BZ#845065)

This update adds the following enhancements:

  • This enhancement improves RPM to support the dpkg-style tilde character ("~")

in the package's version and the release string to signify lower priority in
version comparison. Note that this enhancement could affect packages that
already have the tilde character in their version or release and the updated
version of RPM do not work with packages that were built with an old RPM
version. (BZ#825087)

  • This update adds the description of the --eval, --setperms and --setugid

parameters to the rpm(8) manual page. (BZ#839126, BZ#845063)

All users of rpm are advised to upgrade to these updated packages, which 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.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6 s390x

Fixes

  • BZ - 727872 - find-debuginfo.sh should handle identical binaries via additional symlinks
  • BZ - 730473 - %defattr overrides %attr if directory default permission given
  • BZ - 743229 - %_host set to x86_64-unknown-linux-gnu by default
  • BZ - 773503 - rpmbuild silents patch which may cause confusion
  • BZ - 802839 - rpm2cpio fails intermittently when file is piped to stdin
  • BZ - 804049 - mention that SHA256 is used for file digest
  • BZ - 825087 - RFE: Handle '~' in version/release to lower priority in rpmVersionCompare()
  • BZ - 825147 - Please backport the reloadConfig() method from rpm 4.10's Python API
  • BZ - 829621 - rpm database corruption after gpg keys import
  • BZ - 839126 - rpm(8) manual page missing information about --setperms and --setugid
  • BZ - 869667 - when rpm --import fail rpm does not return error

CVEs

(none)

References

(none)

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

Red Hat Enterprise Linux Server 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
x86_64
rpm-4.8.0-32.el6.x86_64.rpm SHA-256: 7cedc6ba2382a347395641bb64944e2f9c0dadf3732d8b4d2db8681db273e202
rpm-4.8.0-32.el6.x86_64.rpm SHA-256: 7cedc6ba2382a347395641bb64944e2f9c0dadf3732d8b4d2db8681db273e202
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.x86_64.rpm SHA-256: 6b29c0ed6a1e3cfa500fff7bae66252477490ec1cccb5314f00b0ce3e6547e46
rpm-build-4.8.0-32.el6.x86_64.rpm SHA-256: 6b29c0ed6a1e3cfa500fff7bae66252477490ec1cccb5314f00b0ce3e6547e46
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-devel-4.8.0-32.el6.x86_64.rpm SHA-256: 458886ca9fd5a5e1b64d08ffc53f6e39a118b941004ce6c56d7ef7334f4309c9
rpm-devel-4.8.0-32.el6.x86_64.rpm SHA-256: 458886ca9fd5a5e1b64d08ffc53f6e39a118b941004ce6c56d7ef7334f4309c9
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-libs-4.8.0-32.el6.x86_64.rpm SHA-256: bae377ef8c39e7f826e5ab93fe2a653364c61c1f6220b6609859d624b8a17ccd
rpm-libs-4.8.0-32.el6.x86_64.rpm SHA-256: bae377ef8c39e7f826e5ab93fe2a653364c61c1f6220b6609859d624b8a17ccd
rpm-python-4.8.0-32.el6.x86_64.rpm SHA-256: 312efb4791e62ab9e208219bf1dcb3ed7f6d1d81804f58e4b1f51907fc78d1c6
rpm-python-4.8.0-32.el6.x86_64.rpm SHA-256: 312efb4791e62ab9e208219bf1dcb3ed7f6d1d81804f58e4b1f51907fc78d1c6
i386
rpm-4.8.0-32.el6.i686.rpm SHA-256: d08ec84a798e939731e464a1aeef8012c76ae6df007d21a1b1b81c54cf0b23e5
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.i686.rpm SHA-256: 1908dba48747886b63a6ed1f187cb7d262ec4c52e85ea272386004c1acc2f473
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-python-4.8.0-32.el6.i686.rpm SHA-256: c1b529caed9ad9add7d9ce10fc2636c7423e9e25fb88e311f462e47d1357b568

Red Hat Enterprise Linux Workstation 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
x86_64
rpm-4.8.0-32.el6.x86_64.rpm SHA-256: 7cedc6ba2382a347395641bb64944e2f9c0dadf3732d8b4d2db8681db273e202
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.x86_64.rpm SHA-256: 6b29c0ed6a1e3cfa500fff7bae66252477490ec1cccb5314f00b0ce3e6547e46
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-devel-4.8.0-32.el6.x86_64.rpm SHA-256: 458886ca9fd5a5e1b64d08ffc53f6e39a118b941004ce6c56d7ef7334f4309c9
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-libs-4.8.0-32.el6.x86_64.rpm SHA-256: bae377ef8c39e7f826e5ab93fe2a653364c61c1f6220b6609859d624b8a17ccd
rpm-python-4.8.0-32.el6.x86_64.rpm SHA-256: 312efb4791e62ab9e208219bf1dcb3ed7f6d1d81804f58e4b1f51907fc78d1c6
i386
rpm-4.8.0-32.el6.i686.rpm SHA-256: d08ec84a798e939731e464a1aeef8012c76ae6df007d21a1b1b81c54cf0b23e5
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.i686.rpm SHA-256: 1908dba48747886b63a6ed1f187cb7d262ec4c52e85ea272386004c1acc2f473
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-python-4.8.0-32.el6.i686.rpm SHA-256: c1b529caed9ad9add7d9ce10fc2636c7423e9e25fb88e311f462e47d1357b568

Red Hat Enterprise Linux Desktop 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
i386
rpm-4.8.0-32.el6.i686.rpm SHA-256: d08ec84a798e939731e464a1aeef8012c76ae6df007d21a1b1b81c54cf0b23e5
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.i686.rpm SHA-256: 1908dba48747886b63a6ed1f187cb7d262ec4c52e85ea272386004c1acc2f473
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-python-4.8.0-32.el6.i686.rpm SHA-256: c1b529caed9ad9add7d9ce10fc2636c7423e9e25fb88e311f462e47d1357b568
x86_64
rpm-4.8.0-32.el6.x86_64.rpm SHA-256: 7cedc6ba2382a347395641bb64944e2f9c0dadf3732d8b4d2db8681db273e202
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.x86_64.rpm SHA-256: 6b29c0ed6a1e3cfa500fff7bae66252477490ec1cccb5314f00b0ce3e6547e46
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-devel-4.8.0-32.el6.x86_64.rpm SHA-256: 458886ca9fd5a5e1b64d08ffc53f6e39a118b941004ce6c56d7ef7334f4309c9
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-libs-4.8.0-32.el6.x86_64.rpm SHA-256: bae377ef8c39e7f826e5ab93fe2a653364c61c1f6220b6609859d624b8a17ccd
rpm-python-4.8.0-32.el6.x86_64.rpm SHA-256: 312efb4791e62ab9e208219bf1dcb3ed7f6d1d81804f58e4b1f51907fc78d1c6

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
s390x
rpm-4.8.0-32.el6.s390x.rpm SHA-256: 420fe8c057b87a3ec7299bf7ef1e8d9f9b874adb5934d27c29f2ffaa1bc416bd
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.s390x.rpm SHA-256: 1192a48ec3ac1aff66f79b8b00070570e3569f2815f6ecc46cfadcd7c47a97d2
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.s390.rpm SHA-256: 6968932462b387e307e43b44318369da51f01050444b31916e9fd47fa273040f
rpm-debuginfo-4.8.0-32.el6.s390x.rpm SHA-256: f7ba4acfe48890afb65a31ac343900420da05c1a34be7285ba35233e2ef0e00a
rpm-devel-4.8.0-32.el6.s390.rpm SHA-256: ff861fe7c0be467e019565e5f4e13477541a51271dc82b56889056ff88056db4
rpm-devel-4.8.0-32.el6.s390x.rpm SHA-256: 2326626f8cadfbe2bcba3239717f1507e40e83420c71291fbef3935f108330b8
rpm-libs-4.8.0-32.el6.s390.rpm SHA-256: a38942f785c314e66a245b2156f8cf6f47daee5267e3499b316a01999cddc273
rpm-libs-4.8.0-32.el6.s390x.rpm SHA-256: 2165efe123e9be887be95be7ded7a9e137af9c1980a66d4b0bbaf5873594d450
rpm-python-4.8.0-32.el6.s390x.rpm SHA-256: 4618e0cef96d985ff986b34463687294a57b7581aa3ab53e22d77dc43f6c4064

Red Hat Enterprise Linux for Power, big endian 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
ppc64
rpm-4.8.0-32.el6.ppc64.rpm SHA-256: bd983396479d177fa5b04655706dc822299a92d10280d37772a65836491280e9
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.ppc64.rpm SHA-256: 4fd648ab408ffaa6cde26d1618b9466f43960c87f463e3c23fce6d0f412add68
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.ppc.rpm SHA-256: b03f5aaf09e6165b2fbeb3698452fb6f19a38637fda6b241025f66c8daeedfb9
rpm-debuginfo-4.8.0-32.el6.ppc64.rpm SHA-256: 9161de09354339cdc3d594a012afedfc92e8e54ff224e4d06dae10ddada33a46
rpm-devel-4.8.0-32.el6.ppc.rpm SHA-256: b9c3eba298f2bfb97c85bb6ef4670ad84714ab054e12bb9567945a3269509532
rpm-devel-4.8.0-32.el6.ppc64.rpm SHA-256: 446f49d47655564282c94238511d0776f7280d8e3318874a3e94ede32a83521d
rpm-libs-4.8.0-32.el6.ppc.rpm SHA-256: 3ec68164b83a230755d641e85394b839da7c128dca3248834bc322dda9e84b03
rpm-libs-4.8.0-32.el6.ppc64.rpm SHA-256: 2648ae2032607fbd1a99d7631c297d5f4001d82e62f9f39727da34b7d3f37758
rpm-python-4.8.0-32.el6.ppc64.rpm SHA-256: 10343d07f9b10f80a3d3825a597bbabb28f467a19b250a16ae98f9d735ce98ad

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
x86_64
rpm-4.8.0-32.el6.x86_64.rpm SHA-256: 7cedc6ba2382a347395641bb64944e2f9c0dadf3732d8b4d2db8681db273e202
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.x86_64.rpm SHA-256: 6b29c0ed6a1e3cfa500fff7bae66252477490ec1cccb5314f00b0ce3e6547e46
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-devel-4.8.0-32.el6.x86_64.rpm SHA-256: 458886ca9fd5a5e1b64d08ffc53f6e39a118b941004ce6c56d7ef7334f4309c9
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-libs-4.8.0-32.el6.x86_64.rpm SHA-256: bae377ef8c39e7f826e5ab93fe2a653364c61c1f6220b6609859d624b8a17ccd
rpm-python-4.8.0-32.el6.x86_64.rpm SHA-256: 312efb4791e62ab9e208219bf1dcb3ed7f6d1d81804f58e4b1f51907fc78d1c6

Red Hat Enterprise Linux Server from RHUI 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
x86_64
rpm-4.8.0-32.el6.x86_64.rpm SHA-256: 7cedc6ba2382a347395641bb64944e2f9c0dadf3732d8b4d2db8681db273e202
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.x86_64.rpm SHA-256: 6b29c0ed6a1e3cfa500fff7bae66252477490ec1cccb5314f00b0ce3e6547e46
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-devel-4.8.0-32.el6.x86_64.rpm SHA-256: 458886ca9fd5a5e1b64d08ffc53f6e39a118b941004ce6c56d7ef7334f4309c9
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-libs-4.8.0-32.el6.x86_64.rpm SHA-256: bae377ef8c39e7f826e5ab93fe2a653364c61c1f6220b6609859d624b8a17ccd
rpm-python-4.8.0-32.el6.x86_64.rpm SHA-256: 312efb4791e62ab9e208219bf1dcb3ed7f6d1d81804f58e4b1f51907fc78d1c6
i386
rpm-4.8.0-32.el6.i686.rpm SHA-256: d08ec84a798e939731e464a1aeef8012c76ae6df007d21a1b1b81c54cf0b23e5
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.i686.rpm SHA-256: 1908dba48747886b63a6ed1f187cb7d262ec4c52e85ea272386004c1acc2f473
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-python-4.8.0-32.el6.i686.rpm SHA-256: c1b529caed9ad9add7d9ce10fc2636c7423e9e25fb88e311f462e47d1357b568

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
x86_64
rpm-4.8.0-32.el6.x86_64.rpm SHA-256: 7cedc6ba2382a347395641bb64944e2f9c0dadf3732d8b4d2db8681db273e202
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.x86_64.rpm SHA-256: 6b29c0ed6a1e3cfa500fff7bae66252477490ec1cccb5314f00b0ce3e6547e46
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-devel-4.8.0-32.el6.x86_64.rpm SHA-256: 458886ca9fd5a5e1b64d08ffc53f6e39a118b941004ce6c56d7ef7334f4309c9
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-libs-4.8.0-32.el6.x86_64.rpm SHA-256: bae377ef8c39e7f826e5ab93fe2a653364c61c1f6220b6609859d624b8a17ccd
rpm-python-4.8.0-32.el6.x86_64.rpm SHA-256: 312efb4791e62ab9e208219bf1dcb3ed7f6d1d81804f58e4b1f51907fc78d1c6
i386
rpm-4.8.0-32.el6.i686.rpm SHA-256: d08ec84a798e939731e464a1aeef8012c76ae6df007d21a1b1b81c54cf0b23e5
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.i686.rpm SHA-256: 1908dba48747886b63a6ed1f187cb7d262ec4c52e85ea272386004c1acc2f473
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-python-4.8.0-32.el6.i686.rpm SHA-256: c1b529caed9ad9add7d9ce10fc2636c7423e9e25fb88e311f462e47d1357b568

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
s390x
rpm-4.8.0-32.el6.s390x.rpm SHA-256: 420fe8c057b87a3ec7299bf7ef1e8d9f9b874adb5934d27c29f2ffaa1bc416bd
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.s390x.rpm SHA-256: 1192a48ec3ac1aff66f79b8b00070570e3569f2815f6ecc46cfadcd7c47a97d2
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.s390.rpm SHA-256: 6968932462b387e307e43b44318369da51f01050444b31916e9fd47fa273040f
rpm-debuginfo-4.8.0-32.el6.s390x.rpm SHA-256: f7ba4acfe48890afb65a31ac343900420da05c1a34be7285ba35233e2ef0e00a
rpm-devel-4.8.0-32.el6.s390.rpm SHA-256: ff861fe7c0be467e019565e5f4e13477541a51271dc82b56889056ff88056db4
rpm-devel-4.8.0-32.el6.s390x.rpm SHA-256: 2326626f8cadfbe2bcba3239717f1507e40e83420c71291fbef3935f108330b8
rpm-libs-4.8.0-32.el6.s390.rpm SHA-256: a38942f785c314e66a245b2156f8cf6f47daee5267e3499b316a01999cddc273
rpm-libs-4.8.0-32.el6.s390x.rpm SHA-256: 2165efe123e9be887be95be7ded7a9e137af9c1980a66d4b0bbaf5873594d450
rpm-python-4.8.0-32.el6.s390x.rpm SHA-256: 4618e0cef96d985ff986b34463687294a57b7581aa3ab53e22d77dc43f6c4064

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
x86_64
rpm-4.8.0-32.el6.x86_64.rpm SHA-256: 7cedc6ba2382a347395641bb64944e2f9c0dadf3732d8b4d2db8681db273e202
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.x86_64.rpm SHA-256: 6b29c0ed6a1e3cfa500fff7bae66252477490ec1cccb5314f00b0ce3e6547e46
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-debuginfo-4.8.0-32.el6.x86_64.rpm SHA-256: 33ed521965fc3df3388c3fe34aa1933839f7b03b12925b253deecf2ec2bfd813
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-devel-4.8.0-32.el6.x86_64.rpm SHA-256: 458886ca9fd5a5e1b64d08ffc53f6e39a118b941004ce6c56d7ef7334f4309c9
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-libs-4.8.0-32.el6.x86_64.rpm SHA-256: bae377ef8c39e7f826e5ab93fe2a653364c61c1f6220b6609859d624b8a17ccd
rpm-python-4.8.0-32.el6.x86_64.rpm SHA-256: 312efb4791e62ab9e208219bf1dcb3ed7f6d1d81804f58e4b1f51907fc78d1c6
i386
rpm-4.8.0-32.el6.i686.rpm SHA-256: d08ec84a798e939731e464a1aeef8012c76ae6df007d21a1b1b81c54cf0b23e5
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.i686.rpm SHA-256: 1908dba48747886b63a6ed1f187cb7d262ec4c52e85ea272386004c1acc2f473
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.i686.rpm SHA-256: f5036bf95271e34a61c449678acbd35b7be559b0524c81185c82cf6704d4ff69
rpm-devel-4.8.0-32.el6.i686.rpm SHA-256: 93c9832d7798034f81817fb72babcbe674a2a59ddb7b07596533ec8377b541ba
rpm-libs-4.8.0-32.el6.i686.rpm SHA-256: b3ca163a7852426f4f5e70e42b728cab64a32d44f331a0787e65057cd04ac0e1
rpm-python-4.8.0-32.el6.i686.rpm SHA-256: c1b529caed9ad9add7d9ce10fc2636c7423e9e25fb88e311f462e47d1357b568

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6

SRPM
rpm-4.8.0-32.el6.src.rpm SHA-256: 295650cf755f234098529b4a90ed450c16ecbcfcdb23e274b7fbf1b9dfaf6a2c
s390x
rpm-4.8.0-32.el6.s390x.rpm SHA-256: 420fe8c057b87a3ec7299bf7ef1e8d9f9b874adb5934d27c29f2ffaa1bc416bd
rpm-apidocs-4.8.0-32.el6.noarch.rpm SHA-256: 4b2218cf6bdf452386d1ef1929e64ecf686f8f28a54b39c0772ec799eb61fc52
rpm-build-4.8.0-32.el6.s390x.rpm SHA-256: 1192a48ec3ac1aff66f79b8b00070570e3569f2815f6ecc46cfadcd7c47a97d2
rpm-cron-4.8.0-32.el6.noarch.rpm SHA-256: d7382221468f072195a4dba667a59bd897a1536c4f2c9ca2ee53b4a5c4794d52
rpm-debuginfo-4.8.0-32.el6.s390.rpm SHA-256: 6968932462b387e307e43b44318369da51f01050444b31916e9fd47fa273040f
rpm-debuginfo-4.8.0-32.el6.s390x.rpm SHA-256: f7ba4acfe48890afb65a31ac343900420da05c1a34be7285ba35233e2ef0e00a
rpm-devel-4.8.0-32.el6.s390.rpm SHA-256: ff861fe7c0be467e019565e5f4e13477541a51271dc82b56889056ff88056db4
rpm-devel-4.8.0-32.el6.s390x.rpm SHA-256: 2326626f8cadfbe2bcba3239717f1507e40e83420c71291fbef3935f108330b8
rpm-libs-4.8.0-32.el6.s390.rpm SHA-256: a38942f785c314e66a245b2156f8cf6f47daee5267e3499b316a01999cddc273
rpm-libs-4.8.0-32.el6.s390x.rpm SHA-256: 2165efe123e9be887be95be7ded7a9e137af9c1980a66d4b0bbaf5873594d450
rpm-python-4.8.0-32.el6.s390x.rpm SHA-256: 4618e0cef96d985ff986b34463687294a57b7581aa3ab53e22d77dc43f6c4064

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
© 2025 Red Hat, Inc.

Red Hat legal and privacy links

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