Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

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

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • 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 Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHBA-2015:0313 - Bug Fix Advisory
Issued:
2015-03-05
Updated:
2015-03-05

RHBA-2015:0313 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

python-blivet 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

An updated python-blivet package that fixes several bugs and adds various enhancements is now available for Red Hat Enterprise Linux 7.

Description

The python-blivet package is a Python module for examining and modifying storage configuration.

This update fixes the following bugs:

  • Because the blivet utility used regular expressions to select devices, selecting devices with names that ended in the "p" separator caused the installation to fail. This update adjusts to use the device path to select devices, which prevents the described crash. (BZ#1181336)
  • When resizing partitions created by the autopart utility in a custom spoke, a miscalculation could occur that caused the Volume Group (VG) to have a negative amount of free space. This in turn led to Anaconda terminating unexpectedly. With this update, when calculating space, the free partition regions are aligned in such a way to prevent calculation problems, thus avoiding the crash. (BZ#1083687)
  • If the system was installed from a removable medium and an install or storage option was selected but then changed, the installation failed. Consequently, it was not possible to reconsider decisions made during the installation process. This update prevents the installation failure. (BZ#1075671)
  • Installations to a Logical Volume (LV) on a RAID array that used the kickstart utility with the "--grow" option did not take into account the amount of extra space reserved for metadata. In some cases, this resulted in the installation failing due to insufficient space. The space needed for metadata is now properly reflected, and the described installations work as expected. (BZ#1093144)
  • Because the IBM System z architecture cannot have an encrypted /boot partition, installing Red Hat Enterprise Linux 7 on IBM System z failed if encryption and auto-partitioning were used. Now, the default /boot partition on IBM System z is set as a normal partition, which prevents the described installation failure. (BZ#1147501)
  • Using the "zerombr" command in combination with the "clearpart" command during a kickstart installation led to blank disks not initializing properly, and thus caused the installation to fail. Now, "zerombr" properly initializes blank disks even when "clearpart" is used, and thus no longer causes the failure. (BZ#1117946)
  • Previously, blivet did not properly mount iSCSI devices with the _netdev option. As a consequence, the devices were in some cases not cleanly unmounted when shutting down the installation. This could cause problems with rebooting due to unclean file systems. The bug has been fixed and the described problem no longer occurs. (BZ#1166509)

In addition, this update adds the following enhancements:

  • Previously, the python_blivet package could not be installed on Apple Mac hardware. With this update, python_blivet can be installed on a standard VFAT Extensible Firmware Interface (EFI) System partition and no longer requires a HFS+ file system, which allows the installation of python_blivet on Apple Mac hardware. (BZ#1130588)
  • With this update, blivet allows mounting degraded RAID arrays in rescue mode. This allows for better examination and debugging of the degraded RAID. (BZ#1090009)
  • IBM PowerPC's Open Firmware now supports GUID Partition Table (GPT) partitioning, which allows users to install Red Hat Enterprise Linux to a GPT-labeled disk on the PowerPC architecture. (BZ#1102917)
  • Anaconda now limits the suggested swap space to 10% of free disk space, instead of 10% of all disk space. This makes automatic partitioning significantly more reliable, especially on very large disks. (BZ#1053462)
  • The maximum size of BTRFS volumes has been increased from 16 TiB to 16 EiB. (BZ#1114435)
  • With this update, blivet no longer limits the size of thinly-provisioned LVs to the amount of free space on the VG. This allows for creation of larger thinly-provisioned LVs. (BZ#1100772)

Users of python-blivet are advised to upgrade to this updated package, which fixes these bugs and adds 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 Enterprise Linux Server 7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.6 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.5 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.4 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.3 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.7 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.6 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.4 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.3 x86_64
  • Red Hat Enterprise Linux Workstation 7 x86_64
  • Red Hat Enterprise Linux Desktop 7 x86_64
  • Red Hat Enterprise Linux for IBM z Systems 7 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.7 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.6 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.5 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.4 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.3 s390x
  • Red Hat Enterprise Linux for Power, big endian 7 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.7 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.6 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.5 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.4 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.3 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 7 x86_64
  • Red Hat Enterprise Linux Server from RHUI 7 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.7 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.6 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.5 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.4 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.3 x86_64
  • Red Hat Enterprise Linux Server - TUS 7.7 x86_64
  • Red Hat Enterprise Linux Server - TUS 7.6 x86_64
  • Red Hat Enterprise Linux Server - TUS 7.3 x86_64
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.6 x86_64
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.4 x86_64
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.3 x86_64

Fixes

  • BZ - 903131 - 0b drives without label are visible in anaconda
  • BZ - 1015072 - Blivet should not mount stuff on its own
  • BZ - 1021505 - blivet reports wrong LVMVolumeGroupDevice.freeExtents
  • BZ - 1070095 - MDRaidMember format shows wrong uuid
  • BZ - 1072619 - AttributeError: 'NoneType' object has no attribute 'name'
  • BZ - 1075136 - Unnecessarily alarming error message when labeling a filesystem
  • BZ - 1075561 - Tests from master branch not in rhel7 branch
  • BZ - 1075671 - Disk information not completely restored when actions are canceled
  • BZ - 1077250 - Extended partition consumes whole device
  • BZ - 1077906 - Device.kids field out of sync with actual number of children
  • BZ - 1078995 - Error dialog "list index out of range" when creating a new Btrfs volume
  • BZ - 1093144 - RHEL7 RC1/anaconda not working with multiple volumes
  • BZ - 1095866 - For Btrfs --fsoptions isn't honored during kickstart operations
  • BZ - 1098889 - xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/sda1
  • BZ - 1100263 - RHEL 7 RC 3.1 install crashes with "no enough arguments for format string" exception
  • BZ - 1138370 - Length of LV/VG names should be limited
  • BZ - 1147068 - ArithmeticError: Could not align up to sector
  • BZ - 1148980 - RAID error when attempting to add encryption to BTRFS volume using anaconda
  • BZ - 1166509 - anaconda does not use _netdev option when mounting filesystems on iSCSI disk during install

CVEs

(none)

References

  • http://www.redhat.com/security/updates/classification/#normal
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.6

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.5

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.4

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.3

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux EUS Compute Node 7.4

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Server - AUS 7.7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Server - AUS 7.6

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Server - AUS 7.4

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Server - AUS 7.3

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Workstation 7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Desktop 7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for IBM z Systems 7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
s390x
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
s390x
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.6

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
s390x
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.5

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
s390x
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.4

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
s390x
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.3

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
s390x
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for Power, big endian 7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
ppc64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
ppc64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.6

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
ppc64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.5

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
ppc64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.4

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
ppc64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.3

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
ppc64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for Scientific Computing 7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Server from RHUI 7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux EUS Compute Node 7.7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux EUS Compute Node 7.6

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux EUS Compute Node 7.5

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux EUS Compute Node 7.3

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Server - TUS 7.7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Server - TUS 7.6

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux Server - TUS 7.3

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.7

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.6

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.4

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.3

SRPM
python-blivet-0.61.0.26-1.el7.src.rpm SHA-256: 06dbbfe422ce85feed5f6c4862491bc06e5dc2ae2d5ca316837951a468b56345
x86_64
python-blivet-0.61.0.26-1.el7.noarch.rpm SHA-256: c1a60d046e571a6a0a62d4cfe6e0804b5c32547b99c3b444047a878e6985618c

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

Red Hat

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

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter