rhsa-2016_0176
Vulnerability from csaf_redhat
Published
2016-02-16 15:39
Modified
2024-11-22 09:22
Summary
Red Hat Security Advisory: glibc security and bug fix update

Notes

Topic
Updated glibc packages that fix two security issues and two bugs are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Critical security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section.
Details
The glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly. A stack-based buffer overflow was found in the way the libresolv library performed dual A/AAAA DNS queries. A remote attacker could create a specially crafted DNS response which could cause libresolv to crash or, potentially, execute code with the permissions of the user running the library. Note: this issue is only exposed when libresolv is called from the nss_dns NSS service module. (CVE-2015-7547) It was discovered that the calloc implementation in glibc could return memory areas which contain non-zero bytes. This could result in unexpected application behavior such as hangs or crashes. (CVE-2015-5229) The CVE-2015-7547 issue was discovered by the Google Security Team and Red Hat. Red Hat would like to thank Jeff Layton for reporting the CVE-2015-5229 issue. This update also fixes the following bugs: * The existing implementation of the "free" function causes all memory pools beyond the first to return freed memory directly to the operating system as quickly as possible. This can result in performance degradation when the rate of free calls is very high. The first memory pool (the main pool) does provide a method to rate limit the returns via M_TRIM_THRESHOLD, but this method is not available to subsequent memory pools. With this update, the M_TRIM_THRESHOLD method is extended to apply to all memory pools, which improves performance for threads with very high amounts of free calls and limits the number of "madvise" system calls. The change also increases the total transient memory usage by processes because the trim threshold must be reached before memory can be freed. To return to the previous behavior, you can either set M_TRIM_THRESHOLD using the "mallopt" function, or set the MALLOC_TRIM_THRESHOLD environment variable to 0. (BZ#1298930) * On the little-endian variant of 64-bit IBM Power Systems (ppc64le), a bug in the dynamic loader could cause applications compiled with profiling enabled to fail to start with the error "monstartup: out of memory". The bug has been corrected and applications compiled for profiling now start correctly. (BZ#1298956) All glibc users are advised to upgrade to these updated packages, which contain backported patches to correct these issues.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Critical"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Updated glibc packages that fix two security issues and two bugs are now\navailable for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having Critical security\nimpact. Common Vulnerability Scoring System (CVSS) base scores, which give\ndetailed severity ratings, are available for each vulnerability from the\nCVE links in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The glibc packages provide the standard C libraries (libc), POSIX \nthread libraries (libpthread), standard math libraries (libm), and the \nname service cache daemon (nscd) used by multiple programs on the \nsystem. Without these libraries, the Linux system cannot function \ncorrectly.\n\nA stack-based buffer overflow was found in the way the libresolv library\nperformed dual A/AAAA DNS queries. A remote attacker could create a\nspecially crafted DNS response which could cause libresolv to crash or,\npotentially, execute code with the permissions of the user running the\nlibrary. Note: this issue is only exposed when libresolv is called from the\nnss_dns NSS service module. (CVE-2015-7547)\n\nIt was discovered that the calloc implementation in glibc could return\nmemory areas which contain non-zero bytes. This could result in unexpected\napplication behavior such as hangs or crashes. (CVE-2015-5229)\n\nThe CVE-2015-7547 issue was discovered by the Google Security Team and Red\nHat. Red Hat would like to thank Jeff Layton for reporting the\nCVE-2015-5229 issue.\n\nThis update also fixes the following bugs:\n\n* The existing implementation of the \"free\" function causes all memory\npools beyond the first to return freed memory directly to the operating\nsystem as quickly as possible. This can result in performance degradation\nwhen the rate of free calls is very high. The first memory pool (the main\npool) does provide a method to rate limit the returns via M_TRIM_THRESHOLD,\nbut this method is not available to subsequent memory pools.\n\nWith this update, the M_TRIM_THRESHOLD method is extended to apply to all\nmemory pools, which improves performance for threads with very high amounts\nof free calls and limits the number of \"madvise\" system calls. The change\nalso increases the total transient memory usage by processes because the\ntrim threshold must be reached before memory can be freed.\n\nTo return to the previous behavior, you can either set M_TRIM_THRESHOLD\nusing the \"mallopt\" function, or set the MALLOC_TRIM_THRESHOLD environment\nvariable to 0. (BZ#1298930)\n\n* On the little-endian variant of 64-bit IBM Power Systems (ppc64le), a bug\nin the dynamic loader could cause applications compiled with profiling\nenabled to fail to start with the error \"monstartup: out of memory\".\nThe bug has been corrected and applications compiled for profiling now\nstart correctly. (BZ#1298956)\n\nAll glibc users are advised to upgrade to these updated packages, which\ncontain backported patches to correct these issues.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2016:0176",
        "url": "https://access.redhat.com/errata/RHSA-2016:0176"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#critical",
        "url": "https://access.redhat.com/security/updates/classification/#critical"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/articles/2161461",
        "url": "https://access.redhat.com/articles/2161461"
      },
      {
        "category": "external",
        "summary": "1256285",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1256285"
      },
      {
        "category": "external",
        "summary": "1293532",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1293532"
      },
      {
        "category": "external",
        "summary": "1298956",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1298956"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2016/rhsa-2016_0176.json"
      }
    ],
    "title": "Red Hat Security Advisory: glibc security and bug fix update",
    "tracking": {
      "current_release_date": "2024-11-22T09:22:16+00:00",
      "generator": {
        "date": "2024-11-22T09:22:16+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2016:0176",
      "initial_release_date": "2016-02-16T15:39:10+00:00",
      "revision_history": [
        {
          "date": "2016-02-16T15:39:10+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2016-02-16T15:39:10+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-22T09:22:16+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Client (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Client (v. 7)",
                  "product_id": "7Client-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Client Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Client Optional (v. 7)",
                  "product_id": "7Client-optional-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux ComputeNode (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux ComputeNode (v. 7)",
                  "product_id": "7ComputeNode-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
                  "product_id": "7ComputeNode-optional-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server (v. 7)",
                  "product_id": "7Server-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server Optional (v. 7)",
                  "product_id": "7Server-optional-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation (v. 7)",
                  "product_id": "7Workstation-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
                  "product_id": "7Workstation-optional-7.2.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "glibc-0:2.17-106.el7_2.4.src",
                "product": {
                  "name": "glibc-0:2.17-106.el7_2.4.src",
                  "product_id": "glibc-0:2.17-106.el7_2.4.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc@2.17-106.el7_2.4?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "nscd-0:2.17-106.el7_2.4.x86_64",
                "product": {
                  "name": "nscd-0:2.17-106.el7_2.4.x86_64",
                  "product_id": "nscd-0:2.17-106.el7_2.4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nscd@2.17-106.el7_2.4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
                "product": {
                  "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
                  "product_id": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-headers@2.17-106.el7_2.4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
                "product": {
                  "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
                  "product_id": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.17-106.el7_2.4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
                "product": {
                  "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
                  "product_id": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo@2.17-106.el7_2.4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-0:2.17-106.el7_2.4.x86_64",
                "product": {
                  "name": "glibc-0:2.17-106.el7_2.4.x86_64",
                  "product_id": "glibc-0:2.17-106.el7_2.4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc@2.17-106.el7_2.4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
                "product": {
                  "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
                  "product_id": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-devel@2.17-106.el7_2.4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-common-0:2.17-106.el7_2.4.x86_64",
                "product": {
                  "name": "glibc-common-0:2.17-106.el7_2.4.x86_64",
                  "product_id": "glibc-common-0:2.17-106.el7_2.4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-common@2.17-106.el7_2.4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
                "product": {
                  "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
                  "product_id": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-utils@2.17-106.el7_2.4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-static-0:2.17-106.el7_2.4.x86_64",
                "product": {
                  "name": "glibc-static-0:2.17-106.el7_2.4.x86_64",
                  "product_id": "glibc-static-0:2.17-106.el7_2.4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-static@2.17-106.el7_2.4?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "glibc-devel-0:2.17-106.el7_2.4.i686",
                "product": {
                  "name": "glibc-devel-0:2.17-106.el7_2.4.i686",
                  "product_id": "glibc-devel-0:2.17-106.el7_2.4.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-devel@2.17-106.el7_2.4?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
                "product": {
                  "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
                  "product_id": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo@2.17-106.el7_2.4?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-0:2.17-106.el7_2.4.i686",
                "product": {
                  "name": "glibc-0:2.17-106.el7_2.4.i686",
                  "product_id": "glibc-0:2.17-106.el7_2.4.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc@2.17-106.el7_2.4?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
                "product": {
                  "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
                  "product_id": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.17-106.el7_2.4?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-static-0:2.17-106.el7_2.4.i686",
                "product": {
                  "name": "glibc-static-0:2.17-106.el7_2.4.i686",
                  "product_id": "glibc-static-0:2.17-106.el7_2.4.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-static@2.17-106.el7_2.4?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "glibc-headers-0:2.17-106.el7_2.4.s390x",
                "product": {
                  "name": "glibc-headers-0:2.17-106.el7_2.4.s390x",
                  "product_id": "glibc-headers-0:2.17-106.el7_2.4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-headers@2.17-106.el7_2.4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
                "product": {
                  "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
                  "product_id": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo@2.17-106.el7_2.4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-devel-0:2.17-106.el7_2.4.s390x",
                "product": {
                  "name": "glibc-devel-0:2.17-106.el7_2.4.s390x",
                  "product_id": "glibc-devel-0:2.17-106.el7_2.4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-devel@2.17-106.el7_2.4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-utils-0:2.17-106.el7_2.4.s390x",
                "product": {
                  "name": "glibc-utils-0:2.17-106.el7_2.4.s390x",
                  "product_id": "glibc-utils-0:2.17-106.el7_2.4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-utils@2.17-106.el7_2.4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nscd-0:2.17-106.el7_2.4.s390x",
                "product": {
                  "name": "nscd-0:2.17-106.el7_2.4.s390x",
                  "product_id": "nscd-0:2.17-106.el7_2.4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nscd@2.17-106.el7_2.4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-common-0:2.17-106.el7_2.4.s390x",
                "product": {
                  "name": "glibc-common-0:2.17-106.el7_2.4.s390x",
                  "product_id": "glibc-common-0:2.17-106.el7_2.4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-common@2.17-106.el7_2.4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-0:2.17-106.el7_2.4.s390x",
                "product": {
                  "name": "glibc-0:2.17-106.el7_2.4.s390x",
                  "product_id": "glibc-0:2.17-106.el7_2.4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc@2.17-106.el7_2.4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
                "product": {
                  "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
                  "product_id": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.17-106.el7_2.4?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-static-0:2.17-106.el7_2.4.s390x",
                "product": {
                  "name": "glibc-static-0:2.17-106.el7_2.4.s390x",
                  "product_id": "glibc-static-0:2.17-106.el7_2.4.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-static@2.17-106.el7_2.4?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "glibc-0:2.17-106.el7_2.4.s390",
                "product": {
                  "name": "glibc-0:2.17-106.el7_2.4.s390",
                  "product_id": "glibc-0:2.17-106.el7_2.4.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc@2.17-106.el7_2.4?arch=s390"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
                "product": {
                  "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
                  "product_id": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo@2.17-106.el7_2.4?arch=s390"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-devel-0:2.17-106.el7_2.4.s390",
                "product": {
                  "name": "glibc-devel-0:2.17-106.el7_2.4.s390",
                  "product_id": "glibc-devel-0:2.17-106.el7_2.4.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-devel@2.17-106.el7_2.4?arch=s390"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
                "product": {
                  "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
                  "product_id": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.17-106.el7_2.4?arch=s390"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-static-0:2.17-106.el7_2.4.s390",
                "product": {
                  "name": "glibc-static-0:2.17-106.el7_2.4.s390",
                  "product_id": "glibc-static-0:2.17-106.el7_2.4.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-static@2.17-106.el7_2.4?arch=s390"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
                "product": {
                  "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
                  "product_id": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-headers@2.17-106.el7_2.4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
                "product": {
                  "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
                  "product_id": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.17-106.el7_2.4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
                "product": {
                  "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
                  "product_id": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo@2.17-106.el7_2.4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
                "product": {
                  "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
                  "product_id": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-devel@2.17-106.el7_2.4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
                "product": {
                  "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
                  "product_id": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-utils@2.17-106.el7_2.4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-0:2.17-106.el7_2.4.ppc64le",
                "product": {
                  "name": "glibc-0:2.17-106.el7_2.4.ppc64le",
                  "product_id": "glibc-0:2.17-106.el7_2.4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc@2.17-106.el7_2.4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nscd-0:2.17-106.el7_2.4.ppc64le",
                "product": {
                  "name": "nscd-0:2.17-106.el7_2.4.ppc64le",
                  "product_id": "nscd-0:2.17-106.el7_2.4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nscd@2.17-106.el7_2.4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
                "product": {
                  "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
                  "product_id": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-common@2.17-106.el7_2.4?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
                "product": {
                  "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
                  "product_id": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-static@2.17-106.el7_2.4?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
                "product": {
                  "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
                  "product_id": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-headers@2.17-106.el7_2.4?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
                "product": {
                  "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
                  "product_id": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo@2.17-106.el7_2.4?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "nscd-0:2.17-106.el7_2.4.ppc64",
                "product": {
                  "name": "nscd-0:2.17-106.el7_2.4.ppc64",
                  "product_id": "nscd-0:2.17-106.el7_2.4.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/nscd@2.17-106.el7_2.4?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
                "product": {
                  "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
                  "product_id": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-devel@2.17-106.el7_2.4?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
                "product": {
                  "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
                  "product_id": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.17-106.el7_2.4?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
                "product": {
                  "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
                  "product_id": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-utils@2.17-106.el7_2.4?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-common-0:2.17-106.el7_2.4.ppc64",
                "product": {
                  "name": "glibc-common-0:2.17-106.el7_2.4.ppc64",
                  "product_id": "glibc-common-0:2.17-106.el7_2.4.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-common@2.17-106.el7_2.4?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-0:2.17-106.el7_2.4.ppc64",
                "product": {
                  "name": "glibc-0:2.17-106.el7_2.4.ppc64",
                  "product_id": "glibc-0:2.17-106.el7_2.4.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc@2.17-106.el7_2.4?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-static-0:2.17-106.el7_2.4.ppc64",
                "product": {
                  "name": "glibc-static-0:2.17-106.el7_2.4.ppc64",
                  "product_id": "glibc-static-0:2.17-106.el7_2.4.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-static@2.17-106.el7_2.4?arch=ppc64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "glibc-devel-0:2.17-106.el7_2.4.ppc",
                "product": {
                  "name": "glibc-devel-0:2.17-106.el7_2.4.ppc",
                  "product_id": "glibc-devel-0:2.17-106.el7_2.4.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-devel@2.17-106.el7_2.4?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
                "product": {
                  "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
                  "product_id": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo@2.17-106.el7_2.4?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
                "product": {
                  "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
                  "product_id": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.17-106.el7_2.4?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-0:2.17-106.el7_2.4.ppc",
                "product": {
                  "name": "glibc-0:2.17-106.el7_2.4.ppc",
                  "product_id": "glibc-0:2.17-106.el7_2.4.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc@2.17-106.el7_2.4?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "glibc-static-0:2.17-106.el7_2.4.ppc",
                "product": {
                  "name": "glibc-static-0:2.17-106.el7_2.4.ppc",
                  "product_id": "glibc-static-0:2.17-106.el7_2.4.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/glibc-static@2.17-106.el7_2.4?arch=ppc"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.src as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.src"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.src",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.src",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Client-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.src"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.src",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.src",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.src as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.src"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.src",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.src",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Server-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.src"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.src",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.src",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-devel-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-devel-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-headers-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-headers-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.i686",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-static-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-static-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "glibc-utils-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "glibc-utils-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.ppc64le",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.s390x",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "nscd-0:2.17-106.el7_2.4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        },
        "product_reference": "nscd-0:2.17-106.el7_2.4.x86_64",
        "relates_to_product_reference": "7Workstation-optional-7.2.Z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "Jeff Layton"
          ]
        }
      ],
      "cve": "CVE-2015-5229",
      "discovery_date": "2015-08-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1256285"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was discovered that the calloc implementation in glibc could return memory areas which contain non-zero bytes. This could result in unexpected application behavior such as hangs or crashes.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "glibc: calloc may return non-zero memory",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-5229"
        },
        {
          "category": "external",
          "summary": "RHBZ#1256285",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1256285"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5229",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-5229"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5229",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5229"
        }
      ],
      "release_date": "2015-08-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2016-02-16T15:39:10+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2016:0176"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 2.6,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:H/Au:N/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "glibc: calloc may return non-zero memory"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Google Security Team"
          ],
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2015-7547",
      "cwe": {
        "id": "CWE-121",
        "name": "Stack-based Buffer Overflow"
      },
      "discovery_date": "2015-12-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1293532"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A stack-based buffer overflow was found in the way the libresolv library performed dual A/AAAA DNS queries. A remote attacker could create a specially crafted DNS response which could cause libresolv to crash or, potentially, execute code with the permissions of the user running the library. Note: this issue is only exposed when libresolv is called from the nss_dns NSS service module.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "glibc: getaddrinfo stack-based buffer overflow",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "After updating the glibc package on affected systems, it is strongly recommended to reboot the system or restart all the affected services. For more information please refer to: https://access.redhat.com/articles/2161461",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
          "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
          "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
          "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
          "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
          "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-7547"
        },
        {
          "category": "external",
          "summary": "RHBZ#1293532",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1293532"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-7547",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-7547"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-7547",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-7547"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/articles/2161461",
          "url": "https://access.redhat.com/articles/2161461"
        }
      ],
      "release_date": "2016-02-16T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2016-02-16T15:39:10+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2016:0176"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "products": [
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Client-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Client-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Client-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Client-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7ComputeNode-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7ComputeNode-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7ComputeNode-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Server-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Server-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Server-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Server-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Workstation-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Workstation-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.src",
            "7Workstation-optional-7.2.Z:glibc-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-debuginfo-common-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-devel-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-headers-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.i686",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-static-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:glibc-utils-0:2.17-106.el7_2.4.x86_64",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.ppc64le",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.s390x",
            "7Workstation-optional-7.2.Z:nscd-0:2.17-106.el7_2.4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Critical"
        }
      ],
      "title": "glibc: getaddrinfo stack-based buffer overflow"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.