rhsa-2015_0323
Vulnerability from csaf_redhat
Published
2015-03-05 07:10
Modified
2024-11-14 16:29
Summary
Red Hat Security Advisory: libvirt security, bug fix, and enhancement update
Notes
Topic
Updated libvirt packages that fix two security issues, several bugs, and
add various enhancements are now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having Low 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 libvirt library is a C API for managing and interacting with the virtualization capabilities of Linux and other operating systems.
It was found that QEMU's qemuDomainMigratePerform() and qemuDomainMigrateFinish2() functions did not correctly perform a domain unlock on a failed ACL check. A remote attacker able to establish a connection to libvirtd could use this flaw to lock a domain of a more privileged user, causing a denial of service. (CVE-2014-8136)
It was discovered that the virDomainSnapshotGetXMLDesc() and virDomainSaveImageGetXMLDesc() functions did not sufficiently limit the usage of the VIR_DOMAIN_XML_SECURE flag when fine-grained ACLs were enabled. A remote attacker able to establish a connection to libvirtd could use this flaw to obtain certain sensitive information from the domain XML file. (CVE-2015-0236)
The CVE-2015-0236 issue was found by Luyao Huang of Red Hat.
Bug fixes:
* The libvirtd daemon previously attempted to search for SELinux contexts even when SELinux was disabled on the host. Consequently, libvirtd logged "Unable to lookup SELinux process context" error messages every time a client connected to libvirtd and SELinux was disabled. libvirtd now verifies whether SELinux is enabled before searching for SELinux contexts, and no longer logs the error messages on a host with SELinux disabled. (BZ#1135155)
* The libvirt utility passed incomplete PCI addresses to QEMU. Consequently, assigning a PCI device that had a PCI address with a non-zero domain to a guest failed. Now, libvirt properly passes PCI domain to QEMU when assigning PCI devices, which prevents the described problem. (BZ#1127080)
* Because the virDomainSetMaxMemory API did not allow changing the current memory in the LXC driver, the "virsh setmaxmem" command failed when attempting to set the maximum memory to be lower than the current memory. Now, "virsh setmaxmem" sets the current memory to the intended value of the maximum memory, which avoids the mentioned problem. (BZ#1091132)
* Attempting to start a non-existent domain caused network filters to stay locked for read-only access. Because of this, subsequent attempts to gain read-write access to network filters triggered a deadlock. Network filters are now properly unlocked in the described scenario, and the deadlock no longer occurs. (BZ#1088864)
* If a guest configuration had an active nwfilter using the DHCP snooping feature and an attempt was made to terminate libvirtd before the associated nwfilter rule snooped the guest IP address from DHCP packets, libvirtd became unresponsive. This problem has been fixed by setting a longer wait time for snooping the guest IP address. (BZ#1075543)
Enhancements:
* A new "migrate_host" option is now available in /etc/libvirt/qemu.conf, which allows users to set a custom IP address to be used for incoming migrations. (BZ#1087671)
* With this update, libvirt is able to create a compressed memory-only crash dump of a QEMU domain. This type of crash dump is directly readable by the GNU Debugger and requires significantly less hard disk space than the standard crash dump. (BZ#1035158)
* Support for reporting the NUMA node distance of the host has been added to libvirt. This enhances the current libvirt capabilities for reporting NUMA topology of the host, and allows for easier optimization of new domains. (BZ#1086331)
* The XML file of guest and host capabilities generated by the "virsh capabilities" command has been enhanced to list the following information, where relevant: the interface speed and link status of the host, the PCI Express (PCIe) details, the host's hardware support for I/O virtualization, and a report on the huge memory pages. (BZ#1076960, BZ#1076957, BZ#1076959, BZ#1076962)
These packages also include a number of other bug fixes and enhancements. For additional details, see the "Bugs Fixed" section below.
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": "Low" }, "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 libvirt packages that fix two security issues, several bugs, and\nadd various enhancements are now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having Low 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 libvirt library is a C API for managing and interacting with the virtualization capabilities of Linux and other operating systems.\n\nIt was found that QEMU\u0027s qemuDomainMigratePerform() and qemuDomainMigrateFinish2() functions did not correctly perform a domain unlock on a failed ACL check. A remote attacker able to establish a connection to libvirtd could use this flaw to lock a domain of a more privileged user, causing a denial of service. (CVE-2014-8136)\n\nIt was discovered that the virDomainSnapshotGetXMLDesc() and virDomainSaveImageGetXMLDesc() functions did not sufficiently limit the usage of the VIR_DOMAIN_XML_SECURE flag when fine-grained ACLs were enabled. A remote attacker able to establish a connection to libvirtd could use this flaw to obtain certain sensitive information from the domain XML file. (CVE-2015-0236)\n\nThe CVE-2015-0236 issue was found by Luyao Huang of Red Hat.\n\nBug fixes:\n\n* The libvirtd daemon previously attempted to search for SELinux contexts even when SELinux was disabled on the host. Consequently, libvirtd logged \"Unable to lookup SELinux process context\" error messages every time a client connected to libvirtd and SELinux was disabled. libvirtd now verifies whether SELinux is enabled before searching for SELinux contexts, and no longer logs the error messages on a host with SELinux disabled. (BZ#1135155)\n\n* The libvirt utility passed incomplete PCI addresses to QEMU. Consequently, assigning a PCI device that had a PCI address with a non-zero domain to a guest failed. Now, libvirt properly passes PCI domain to QEMU when assigning PCI devices, which prevents the described problem. (BZ#1127080)\n\n* Because the virDomainSetMaxMemory API did not allow changing the current memory in the LXC driver, the \"virsh setmaxmem\" command failed when attempting to set the maximum memory to be lower than the current memory. Now, \"virsh setmaxmem\" sets the current memory to the intended value of the maximum memory, which avoids the mentioned problem. (BZ#1091132)\n\n* Attempting to start a non-existent domain caused network filters to stay locked for read-only access. Because of this, subsequent attempts to gain read-write access to network filters triggered a deadlock. Network filters are now properly unlocked in the described scenario, and the deadlock no longer occurs. (BZ#1088864)\n\n* If a guest configuration had an active nwfilter using the DHCP snooping feature and an attempt was made to terminate libvirtd before the associated nwfilter rule snooped the guest IP address from DHCP packets, libvirtd became unresponsive. This problem has been fixed by setting a longer wait time for snooping the guest IP address. (BZ#1075543)\n\nEnhancements:\n\n* A new \"migrate_host\" option is now available in /etc/libvirt/qemu.conf, which allows users to set a custom IP address to be used for incoming migrations. (BZ#1087671)\n\n* With this update, libvirt is able to create a compressed memory-only crash dump of a QEMU domain. This type of crash dump is directly readable by the GNU Debugger and requires significantly less hard disk space than the standard crash dump. (BZ#1035158)\n\n* Support for reporting the NUMA node distance of the host has been added to libvirt. This enhances the current libvirt capabilities for reporting NUMA topology of the host, and allows for easier optimization of new domains. (BZ#1086331)\n\n* The XML file of guest and host capabilities generated by the \"virsh capabilities\" command has been enhanced to list the following information, where relevant: the interface speed and link status of the host, the PCI Express (PCIe) details, the host\u0027s hardware support for I/O virtualization, and a report on the huge memory pages. (BZ#1076960, BZ#1076957, BZ#1076959, BZ#1076962)\n\nThese packages also include a number of other bug fixes and enhancements. For additional details, see the \"Bugs Fixed\" section below.", "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-2015:0323", "url": "https://access.redhat.com/errata/RHSA-2015:0323" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "706887", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=706887" }, { "category": "external", "summary": "765733", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=765733" }, { "category": "external", "summary": "823535", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=823535" }, { "category": "external", "summary": "872628", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=872628" }, { "category": "external", "summary": "874418", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=874418" }, { "category": "external", "summary": "876829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=876829" }, { "category": "external", "summary": "877244", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=877244" }, { "category": "external", "summary": "878394", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=878394" }, { "category": "external", "summary": "880483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=880483" }, { "category": "external", "summary": "921094", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=921094" }, { "category": "external", "summary": "924853", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=924853" }, { "category": "external", "summary": "956506", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=956506" }, { "category": "external", "summary": "957293", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=957293" }, { "category": "external", "summary": "963817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=963817" }, { "category": "external", "summary": "964177", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=964177" }, { "category": "external", "summary": "967493", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=967493" }, { "category": "external", "summary": "967494", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=967494" }, { "category": "external", "summary": "972964", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=972964" }, { "category": "external", "summary": "983350", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=983350" }, { "category": "external", "summary": "985782", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=985782" }, { "category": "external", "summary": "985980", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=985980" }, { "category": "external", "summary": "990418", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=990418" }, { "category": "external", "summary": "991290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=991290" }, { "category": "external", "summary": "992980", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=992980" }, { "category": "external", "summary": "994731", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=994731" }, { "category": "external", "summary": "995377", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=995377" }, { "category": "external", "summary": "997802", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=997802" }, { "category": "external", "summary": "999926", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=999926" }, { "category": "external", "summary": "1006700", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1006700" }, { "category": "external", "summary": "1007698", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1007698" }, { "category": "external", "summary": "1007759", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1007759" }, { "category": "external", "summary": "1010885", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1010885" }, { "category": "external", "summary": "1021703", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1021703" }, { "category": "external", "summary": "1022874", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1022874" }, { "category": "external", "summary": "1023366", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1023366" }, { "category": "external", "summary": "1025407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1025407" }, { "category": "external", "summary": "1027076", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1027076" }, { "category": "external", "summary": "1029266", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1029266" }, { "category": "external", "summary": "1029732", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1029732" }, { "category": "external", "summary": "1032363", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1032363" }, { "category": "external", "summary": "1033398", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1033398" }, { "category": "external", "summary": "1033704", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1033704" }, { "category": "external", "summary": "1035128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1035128" }, { "category": "external", "summary": "1035966", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1035966" }, { "category": "external", "summary": "1041569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1041569" }, { "category": "external", "summary": "1043735", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1043735" }, { "category": "external", "summary": "1046192", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1046192" }, { "category": "external", "summary": "1047818", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1047818" }, { "category": "external", "summary": "1052114", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1052114" }, { "category": "external", "summary": "1056902", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1056902" }, { "category": "external", "summary": "1062142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1062142" }, { "category": "external", "summary": "1064770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1064770" }, { "category": "external", "summary": "1066280", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1066280" }, { "category": "external", "summary": "1066894", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1066894" }, { "category": "external", "summary": "1067338", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1067338" }, { "category": "external", "summary": "1069784", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1069784" }, { "category": "external", "summary": "1070680", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1070680" }, { "category": "external", "summary": "1071095", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1071095" }, { "category": "external", "summary": "1072141", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1072141" }, { "category": "external", "summary": "1072292", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1072292" }, { "category": "external", "summary": "1072653", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1072653" }, { "category": "external", "summary": "1072677", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1072677" }, { "category": "external", "summary": "1073368", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1073368" }, { "category": "external", "summary": "1075290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1075290" }, { "category": "external", "summary": "1075299", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1075299" }, { "category": "external", "summary": "1075543", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1075543" }, { "category": "external", "summary": "1076098", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1076098" }, { "category": "external", "summary": "1076725", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1076725" }, { "category": "external", "summary": "1076957", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1076957" }, { "category": "external", "summary": "1076959", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1076959" }, { "category": "external", "summary": "1076960", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1076960" }, { "category": "external", "summary": "1076962", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1076962" }, { "category": "external", "summary": "1076989", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1076989" }, { "category": "external", "summary": "1077009", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1077009" }, { "category": "external", "summary": "1077572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1077572" }, { "category": "external", "summary": "1078590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1078590" }, { "category": "external", "summary": "1079162", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1079162" }, { "category": "external", "summary": "1079173", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1079173" }, { "category": "external", "summary": "1080859", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1080859" }, { "category": "external", "summary": "1081461", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1081461" }, { "category": "external", "summary": "1081881", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1081881" }, { "category": "external", "summary": "1081932", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1081932" }, { "category": "external", "summary": "1082124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1082124" }, { "category": "external", "summary": "1082521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1082521" }, { "category": "external", "summary": "1083345", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1083345" }, { "category": "external", "summary": "1084360", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1084360" }, { "category": "external", "summary": "1085706", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1085706" }, { "category": "external", "summary": "1085769", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1085769" }, { "category": "external", "summary": "1086121", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1086121" }, { "category": "external", "summary": "1086704", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1086704" }, { "category": "external", "summary": "1087104", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1087104" }, { "category": "external", "summary": "1088667", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1088667" }, { "category": "external", "summary": "1088787", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1088787" }, { "category": "external", "summary": "1088864", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1088864" }, { "category": "external", "summary": "1088901", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1088901" }, { "category": "external", "summary": "1089179", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1089179" }, { "category": "external", "summary": "1091866", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1091866" }, { "category": "external", "summary": "1092253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1092253" }, { "category": "external", "summary": "1092363", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1092363" }, { "category": "external", "summary": "1093127", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1093127" }, { "category": "external", "summary": "1095035", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1095035" }, { "category": "external", "summary": "1095636", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1095636" }, { "category": "external", "summary": "1097028", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1097028" }, { "category": "external", "summary": "1097503", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1097503" }, { "category": "external", "summary": "1097677", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1097677" }, { "category": "external", "summary": "1097968", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1097968" }, { "category": "external", "summary": "1098659", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1098659" }, { "category": "external", "summary": "1099978", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1099978" }, { "category": "external", "summary": "1100769", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1100769" }, { "category": "external", "summary": "1101059", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1101059" }, { "category": "external", "summary": "1101510", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1101510" }, { "category": "external", "summary": "1101731", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1101731" }, { "category": "external", "summary": "1101987", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1101987" }, { "category": "external", "summary": "1101999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1101999" }, { "category": "external", "summary": "1102611", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1102611" }, { "category": "external", "summary": "1103245", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1103245" }, { "category": "external", "summary": "1104992", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1104992" }, { "category": "external", "summary": "1104993", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1104993" }, { "category": "external", "summary": "1105939", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1105939" }, { "category": "external", "summary": "1108593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1108593" }, { "category": "external", "summary": "1110198", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1110198" }, { "category": "external", "summary": "1110212", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1110212" }, { "category": "external", "summary": "1110673", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1110673" }, { "category": "external", "summary": "1111044", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1111044" }, { "category": "external", "summary": "1112939", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1112939" }, { "category": "external", "summary": "1113116", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1113116" }, { "category": "external", "summary": "1113332", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1113332" }, { "category": "external", "summary": "1113668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1113668" }, { "category": "external", "summary": "1113861", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1113861" }, { "category": "external", "summary": "1113868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1113868" }, { "category": "external", "summary": "1115898", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1115898" }, { "category": "external", "summary": "1118710", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1118710" }, { "category": "external", "summary": "1119206", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1119206" }, { "category": "external", "summary": "1119215", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1119215" }, { "category": "external", "summary": "1119387", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1119387" }, { "category": "external", "summary": "1119592", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1119592" }, { "category": "external", "summary": "1119784", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1119784" }, { "category": "external", "summary": "1121837", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1121837" }, { "category": "external", "summary": "1121955", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1121955" }, { "category": "external", "summary": "1122255", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1122255" }, { "category": "external", "summary": "1122455", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1122455" }, { "category": "external", "summary": "1122973", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1122973" }, { "category": "external", "summary": "1126329", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1126329" }, { "category": "external", "summary": "1126721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1126721" }, { "category": "external", "summary": "1126909", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1126909" }, { "category": "external", "summary": "1126991", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1126991" }, { "category": "external", "summary": "1128097", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1128097" }, { "category": "external", "summary": "1128751", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1128751" }, { "category": "external", "summary": "1129207", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1129207" }, { "category": "external", "summary": "1129372", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1129372" }, { "category": "external", "summary": "1129998", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1129998" }, { "category": "external", "summary": "1130089", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1130089" }, { "category": "external", "summary": "1130379", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1130379" }, { "category": "external", "summary": "1131306", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1131306" }, { "category": "external", "summary": "1131445", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1131445" }, { "category": "external", "summary": "1131788", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1131788" }, { "category": "external", "summary": "1131811", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1131811" }, { "category": "external", "summary": "1131819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1131819" }, { "category": "external", "summary": "1131876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1131876" }, { "category": "external", "summary": "1131897", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1131897" }, { "category": "external", "summary": "1132301", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1132301" }, { "category": "external", "summary": "1132305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1132305" }, { "category": "external", "summary": "1132347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1132347" }, { "category": "external", "summary": "1134154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1134154" }, { "category": "external", "summary": "1134454", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1134454" }, { "category": "external", "summary": "1135169", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1135169" }, { "category": "external", "summary": "1135339", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1135339" }, { "category": "external", "summary": "1135396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1135396" }, { "category": "external", "summary": "1135431", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1135431" }, { "category": "external", "summary": "1135955", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1135955" }, { "category": "external", "summary": "1136736", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1136736" }, { "category": "external", "summary": "1138221", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1138221" }, { "category": "external", "summary": "1138231", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1138231" }, { "category": "external", "summary": "1138487", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1138487" }, { "category": "external", "summary": "1138545", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1138545" }, { "category": "external", "summary": "1139567", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1139567" }, { "category": "external", "summary": "1140085", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1140085" }, { "category": "external", "summary": "1140981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1140981" }, { "category": "external", "summary": "1140984", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1140984" }, { "category": "external", "summary": "1141209", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1141209" }, { "category": "external", "summary": "1141621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1141621" }, { "category": "external", "summary": "1141732", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1141732" }, { "category": "external", "summary": "1141943", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1141943" }, { "category": "external", "summary": "1142294", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1142294" }, { "category": "external", "summary": "1142693", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1142693" }, { "category": "external", "summary": "1142722", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1142722" }, { "category": "external", "summary": "1143780", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1143780" }, { "category": "external", "summary": "1143955", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1143955" }, { "category": "external", "summary": "1144303", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1144303" }, { "category": "external", "summary": "1144920", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1144920" }, { "category": "external", "summary": "1144922", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1144922" }, { "category": "external", "summary": "1145048", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1145048" }, { "category": "external", "summary": "1145050", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1145050" }, { "category": "external", "summary": "1146511", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1146511" }, { "category": "external", "summary": "1146550", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1146550" }, { "category": "external", "summary": "1146837", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1146837" }, { "category": "external", "summary": "1147331", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1147331" }, { "category": "external", "summary": "1147494", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1147494" }, { "category": "external", "summary": "1147584", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1147584" }, { "category": "external", "summary": "1150322", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1150322" }, { "category": "external", "summary": "1150505", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1150505" }, { "category": "external", "summary": "1151718", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1151718" }, { "category": "external", "summary": "1151885", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1151885" }, { "category": "external", "summary": "1152382", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1152382" }, { "category": "external", "summary": "1155410", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1155410" }, { "category": "external", "summary": "1155441", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1155441" }, { "category": "external", "summary": "1155458", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1155458" }, { "category": "external", "summary": "1156288", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1156288" }, { "category": "external", "summary": "1156367", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1156367" }, { "category": "external", "summary": "1158715", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1158715" }, { "category": "external", "summary": "1159227", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1159227" }, { "category": "external", "summary": "1159245", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1159245" }, { "category": "external", "summary": "1160084", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1160084" }, { "category": "external", "summary": "1160212", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1160212" }, { "category": "external", "summary": "1160565", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1160565" }, { "category": "external", "summary": "1160926", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1160926" }, { "category": "external", "summary": "1161024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1161024" }, { "category": "external", "summary": "1161124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1161124" }, { "category": "external", "summary": "1161358", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1161358" }, { "category": "external", "summary": "1161540", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1161540" }, { "category": "external", "summary": "1162097", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1162097" }, { "category": "external", "summary": "1162208", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1162208" }, { "category": "external", "summary": "1162915", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1162915" }, { "category": "external", "summary": "1162974", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1162974" }, { "category": "external", "summary": "1163463", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163463" }, { "category": "external", "summary": "1163953", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163953" }, { "category": "external", "summary": "1164528", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1164528" }, { "category": "external", "summary": "1166592", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1166592" }, { "category": "external", "summary": "1167145", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1167145" }, { "category": "external", "summary": "1167883", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1167883" }, { "category": "external", "summary": "1168866", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1168866" }, { "category": "external", "summary": "1169409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1169409" }, { "category": "external", "summary": "1170484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1170484" }, { "category": "external", "summary": "1174053", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1174053" }, { "category": "external", "summary": "1174090", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1174090" }, { "category": "external", "summary": "1174859", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1174859" }, { "category": "external", "summary": "1175234", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1175234" }, { "category": "external", "summary": "1175397", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1175397" }, { "category": "external", "summary": "1175668", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1175668" }, { "category": "external", "summary": "1175709", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1175709" }, { "category": "external", "summary": "1176176", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1176176" }, { "category": "external", "summary": "1177194", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1177194" }, { "category": "external", "summary": "1180136", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1180136" }, { "category": "external", "summary": "1180574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1180574" }, { "category": "external", "summary": "1181052", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1181052" }, { "category": "external", "summary": "1181157", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1181157" }, { "category": "external", "summary": "1181408", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1181408" }, { "category": "external", "summary": "1182448", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1182448" }, { "category": "external", "summary": "1182486", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1182486" }, { "category": "external", "summary": "1184431", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1184431" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_0323.json" } ], "title": "Red Hat Security Advisory: libvirt security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-14T16:29:20+00:00", "generator": { "date": "2024-11-14T16:29:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2015:0323", "initial_release_date": "2015-03-05T07:10:54+00:00", "revision_history": [ { "date": "2015-03-05T07:10:54+00:00", "number": "1", "summary": "Initial version" }, { "date": "2015-03-05T07:10:54+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-14T16:29:20+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Gluster Storage Server 3.1 on RHEL-7", "product": { "name": "Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server", "product_identification_helper": { "cpe": "cpe:/a:redhat:storage:3.1:server:el7" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client", "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", "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", "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", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product": { "name": "Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server", "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", "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", "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", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-lxc@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-devel-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-devel-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-kvm@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-docs-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-docs-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-client-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-client-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-login-shell@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-lxc@1.2.8-16.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "product": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "product_id": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@1.2.8-16.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "libvirt-devel-0:1.2.8-16.el7.i686", "product": { "name": "libvirt-devel-0:1.2.8-16.el7.i686", "product_id": "libvirt-devel-0:1.2.8-16.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@1.2.8-16.el7?arch=i686" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "product": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "product_id": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@1.2.8-16.el7?arch=i686" } } }, { "category": "product_version", "name": "libvirt-client-0:1.2.8-16.el7.i686", "product": { "name": "libvirt-client-0:1.2.8-16.el7.i686", "product_id": "libvirt-client-0:1.2.8-16.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@1.2.8-16.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "libvirt-0:1.2.8-16.el7.src", "product": { "name": "libvirt-0:1.2.8-16.el7.src", "product_id": "libvirt-0:1.2.8-16.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@1.2.8-16.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "product_id": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-login-shell@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-lxc@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "product_id": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-lxc@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-devel-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x", "product_id": "libvirt-devel-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-0:1.2.8-16.el7.s390x", "product_id": "libvirt-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-docs-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x", "product_id": "libvirt-docs-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-client-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-client-0:1.2.8-16.el7.s390x", "product_id": "libvirt-client-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@1.2.8-16.el7?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "product": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "product_id": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@1.2.8-16.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-login-shell@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-lxc@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-lxc@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-devel-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-devel-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-docs-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-docs-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-client-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-client-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@1.2.8-16.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "product": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "product_id": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@1.2.8-16.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "libvirt-devel-0:1.2.8-16.el7.s390", "product": { "name": "libvirt-devel-0:1.2.8-16.el7.s390", "product_id": "libvirt-devel-0:1.2.8-16.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@1.2.8-16.el7?arch=s390" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "product": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "product_id": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@1.2.8-16.el7?arch=s390" } } }, { "category": "product_version", "name": "libvirt-client-0:1.2.8-16.el7.s390", "product": { "name": "libvirt-client-0:1.2.8-16.el7.s390", "product_id": "libvirt-client-0:1.2.8-16.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@1.2.8-16.el7?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libvirt-devel-0:1.2.8-16.el7.ppc", "product": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc", "product_id": "libvirt-devel-0:1.2.8-16.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@1.2.8-16.el7?arch=ppc" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "product": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "product_id": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@1.2.8-16.el7?arch=ppc" } } }, { "category": "product_version", "name": "libvirt-client-0:1.2.8-16.el7.ppc", "product": { "name": "libvirt-client-0:1.2.8-16.el7.ppc", "product_id": "libvirt-client-0:1.2.8-16.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@1.2.8-16.el7?arch=ppc" } } } ], "category": "architecture", "name": "ppc" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Gluster Storage Server 3.1 on RHEL-7", "product_id": "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RH-Gluster-3-Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts", "product_id": "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-RHEV-4-Agents-7" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-0:1.2.8-16.el7.src" }, "product_reference": "libvirt-0:1.2.8-16.el7.src", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-client-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-client-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-client-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-client-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-client-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-devel-0:1.2.8-16.el7.i686" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-devel-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-devel-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-docs-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-docs-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-docs-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-docs-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.ppc64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.s390x" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-login-shell-0:1.2.8-16.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.x86_64" }, "product_reference": "libvirt-login-shell-0:1.2.8-16.el7.x86_64", "relates_to_product_reference": "7Workstation" } ] }, "vulnerabilities": [ { "cve": "CVE-2014-8136", "discovery_date": "2014-12-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1176176" } ], "notes": [ { "category": "description", "text": "It was found that QEMU\u0027s qemuDomainMigratePerform() and qemuDomainMigrateFinish2() functions did not correctly perform a domain unlock on a failed ACL check. A remote attacker able to establish a connection to libvirtd could use this flaw to lock a domain of a more privileged user, causing a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "libvirt: local denial of service in qemu/qemu_driver.c", "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-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-0:1.2.8-16.el7.src", "7Client-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Client:libvirt-0:1.2.8-16.el7.ppc64", "7Client:libvirt-0:1.2.8-16.el7.s390x", "7Client:libvirt-0:1.2.8-16.el7.src", "7Client:libvirt-0:1.2.8-16.el7.x86_64", "7Client:libvirt-client-0:1.2.8-16.el7.i686", "7Client:libvirt-client-0:1.2.8-16.el7.ppc", "7Client:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client:libvirt-client-0:1.2.8-16.el7.s390", "7Client:libvirt-client-0:1.2.8-16.el7.s390x", "7Client:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client:libvirt-devel-0:1.2.8-16.el7.i686", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client:libvirt-devel-0:1.2.8-16.el7.s390", "7Client:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.src", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-0:1.2.8-16.el7.src", "7ComputeNode:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.src", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.src", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-0:1.2.8-16.el7.src", "7Server-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server:libvirt-0:1.2.8-16.el7.s390x", "7Server:libvirt-0:1.2.8-16.el7.src", "7Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-0:1.2.8-16.el7.src", "7Workstation-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-0:1.2.8-16.el7.src", "7Workstation:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-8136" }, { "category": "external", "summary": "RHBZ#1176176", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1176176" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-8136", "url": "https://www.cve.org/CVERecord?id=CVE-2014-8136" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-8136", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-8136" } ], "release_date": "2014-12-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2015-03-05T07:10:54+00:00", "details": "All libvirt users are advised to upgrade to these updated packages, which\ncontain backported patches to correct these issues and add these\nenhancements. After installing the updated packages, libvirtd will be\nrestarted automatically.\n\nBefore 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-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-0:1.2.8-16.el7.src", "7Client-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Client:libvirt-0:1.2.8-16.el7.ppc64", "7Client:libvirt-0:1.2.8-16.el7.s390x", "7Client:libvirt-0:1.2.8-16.el7.src", "7Client:libvirt-0:1.2.8-16.el7.x86_64", "7Client:libvirt-client-0:1.2.8-16.el7.i686", "7Client:libvirt-client-0:1.2.8-16.el7.ppc", "7Client:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client:libvirt-client-0:1.2.8-16.el7.s390", "7Client:libvirt-client-0:1.2.8-16.el7.s390x", "7Client:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client:libvirt-devel-0:1.2.8-16.el7.i686", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client:libvirt-devel-0:1.2.8-16.el7.s390", "7Client:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.src", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-0:1.2.8-16.el7.src", "7ComputeNode:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.src", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.src", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-0:1.2.8-16.el7.src", "7Server-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server:libvirt-0:1.2.8-16.el7.s390x", "7Server:libvirt-0:1.2.8-16.el7.src", "7Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-0:1.2.8-16.el7.src", "7Workstation-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-0:1.2.8-16.el7.src", "7Workstation:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2015:0323" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "ADJACENT_NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 1.8, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:A/AC:H/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "7Client-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-0:1.2.8-16.el7.src", "7Client-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Client:libvirt-0:1.2.8-16.el7.ppc64", "7Client:libvirt-0:1.2.8-16.el7.s390x", "7Client:libvirt-0:1.2.8-16.el7.src", "7Client:libvirt-0:1.2.8-16.el7.x86_64", "7Client:libvirt-client-0:1.2.8-16.el7.i686", "7Client:libvirt-client-0:1.2.8-16.el7.ppc", "7Client:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client:libvirt-client-0:1.2.8-16.el7.s390", "7Client:libvirt-client-0:1.2.8-16.el7.s390x", "7Client:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client:libvirt-devel-0:1.2.8-16.el7.i686", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client:libvirt-devel-0:1.2.8-16.el7.s390", "7Client:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.src", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-0:1.2.8-16.el7.src", "7ComputeNode:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.src", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.src", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-0:1.2.8-16.el7.src", "7Server-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server:libvirt-0:1.2.8-16.el7.s390x", "7Server:libvirt-0:1.2.8-16.el7.src", "7Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-0:1.2.8-16.el7.src", "7Workstation-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-0:1.2.8-16.el7.src", "7Workstation:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libvirt: local denial of service in qemu/qemu_driver.c" }, { "acknowledgments": [ { "names": [ "Luyao Huang" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2015-0236", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2015-01-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1184431" } ], "notes": [ { "category": "description", "text": "It was discovered that the virDomainSnapshotGetXMLDesc() and virDomainSaveImageGetXMLDesc() functions did not sufficiently limit the usage of the VIR_DOMAIN_XML_SECURE flag when fine-grained ACLs were enabled. A remote attacker able to establish a connection to libvirtd could use this flaw to obtain certain sensitive information from the domain XML file.", "title": "Vulnerability description" }, { "category": "summary", "text": "libvirt: missing ACL check for the VIR_DOMAIN_XML_SECURE flag in save images and snapshots objects", "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-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-0:1.2.8-16.el7.src", "7Client-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Client:libvirt-0:1.2.8-16.el7.ppc64", "7Client:libvirt-0:1.2.8-16.el7.s390x", "7Client:libvirt-0:1.2.8-16.el7.src", "7Client:libvirt-0:1.2.8-16.el7.x86_64", "7Client:libvirt-client-0:1.2.8-16.el7.i686", "7Client:libvirt-client-0:1.2.8-16.el7.ppc", "7Client:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client:libvirt-client-0:1.2.8-16.el7.s390", "7Client:libvirt-client-0:1.2.8-16.el7.s390x", "7Client:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client:libvirt-devel-0:1.2.8-16.el7.i686", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client:libvirt-devel-0:1.2.8-16.el7.s390", "7Client:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.src", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-0:1.2.8-16.el7.src", "7ComputeNode:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.src", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.src", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-0:1.2.8-16.el7.src", "7Server-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server:libvirt-0:1.2.8-16.el7.s390x", "7Server:libvirt-0:1.2.8-16.el7.src", "7Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-0:1.2.8-16.el7.src", "7Workstation-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-0:1.2.8-16.el7.src", "7Workstation:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-0236" }, { "category": "external", "summary": "RHBZ#1184431", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1184431" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0236", "url": "https://www.cve.org/CVERecord?id=CVE-2015-0236" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0236", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0236" }, { "category": "external", "summary": "http://security.libvirt.org/2015/0001.html", "url": "http://security.libvirt.org/2015/0001.html" } ], "release_date": "2015-01-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2015-03-05T07:10:54+00:00", "details": "All libvirt users are advised to upgrade to these updated packages, which\ncontain backported patches to correct these issues and add these\nenhancements. After installing the updated packages, libvirtd will be\nrestarted automatically.\n\nBefore 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-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-0:1.2.8-16.el7.src", "7Client-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Client:libvirt-0:1.2.8-16.el7.ppc64", "7Client:libvirt-0:1.2.8-16.el7.s390x", "7Client:libvirt-0:1.2.8-16.el7.src", "7Client:libvirt-0:1.2.8-16.el7.x86_64", "7Client:libvirt-client-0:1.2.8-16.el7.i686", "7Client:libvirt-client-0:1.2.8-16.el7.ppc", "7Client:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client:libvirt-client-0:1.2.8-16.el7.s390", "7Client:libvirt-client-0:1.2.8-16.el7.s390x", "7Client:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client:libvirt-devel-0:1.2.8-16.el7.i686", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client:libvirt-devel-0:1.2.8-16.el7.s390", "7Client:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.src", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-0:1.2.8-16.el7.src", "7ComputeNode:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.src", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.src", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-0:1.2.8-16.el7.src", "7Server-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server:libvirt-0:1.2.8-16.el7.s390x", "7Server:libvirt-0:1.2.8-16.el7.src", "7Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-0:1.2.8-16.el7.src", "7Workstation-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-0:1.2.8-16.el7.src", "7Workstation:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2015:0323" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "ADJACENT_NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.9, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:A/AC:M/Au:N/C:P/I:N/A:N", "version": "2.0" }, "products": [ "7Client-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-0:1.2.8-16.el7.src", "7Client-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Client:libvirt-0:1.2.8-16.el7.ppc64", "7Client:libvirt-0:1.2.8-16.el7.s390x", "7Client:libvirt-0:1.2.8-16.el7.src", "7Client:libvirt-0:1.2.8-16.el7.x86_64", "7Client:libvirt-client-0:1.2.8-16.el7.i686", "7Client:libvirt-client-0:1.2.8-16.el7.ppc", "7Client:libvirt-client-0:1.2.8-16.el7.ppc64", "7Client:libvirt-client-0:1.2.8-16.el7.s390", "7Client:libvirt-client-0:1.2.8-16.el7.s390x", "7Client:libvirt-client-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Client:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Client:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Client:libvirt-devel-0:1.2.8-16.el7.i686", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc", "7Client:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Client:libvirt-devel-0:1.2.8-16.el7.s390", "7Client:libvirt-devel-0:1.2.8-16.el7.s390x", "7Client:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Client:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Client:libvirt-docs-0:1.2.8-16.el7.s390x", "7Client:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Client:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Client:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Client:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.src", "7ComputeNode-optional:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-0:1.2.8-16.el7.src", "7ComputeNode:libvirt-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-client-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.i686", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-devel-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-docs-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7ComputeNode:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.src", "7Server-RH-Gluster-3-Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RH-Gluster-3-Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.src", "7Server-RHEV-4-Agents-7:libvirt-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-RHEV-4-Agents-7:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-0:1.2.8-16.el7.src", "7Server-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Server:libvirt-0:1.2.8-16.el7.ppc64", "7Server:libvirt-0:1.2.8-16.el7.s390x", "7Server:libvirt-0:1.2.8-16.el7.src", "7Server:libvirt-0:1.2.8-16.el7.x86_64", "7Server:libvirt-client-0:1.2.8-16.el7.i686", "7Server:libvirt-client-0:1.2.8-16.el7.ppc", "7Server:libvirt-client-0:1.2.8-16.el7.ppc64", "7Server:libvirt-client-0:1.2.8-16.el7.s390", "7Server:libvirt-client-0:1.2.8-16.el7.s390x", "7Server:libvirt-client-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Server:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Server:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Server:libvirt-devel-0:1.2.8-16.el7.i686", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc", "7Server:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Server:libvirt-devel-0:1.2.8-16.el7.s390", "7Server:libvirt-devel-0:1.2.8-16.el7.s390x", "7Server:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Server:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Server:libvirt-docs-0:1.2.8-16.el7.s390x", "7Server:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Server:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Server:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Server:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-0:1.2.8-16.el7.src", "7Workstation-optional:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation-optional:libvirt-login-shell-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-0:1.2.8-16.el7.src", "7Workstation:libvirt-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-client-0:1.2.8-16.el7.i686", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-client-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390", "7Workstation:libvirt-client-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-client-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-config-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-interface-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-network-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nodedev-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-nwfilter-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-qemu-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-secret-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-driver-storage-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-kvm-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-daemon-lxc-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.i686", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-debuginfo-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.i686", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc", "7Workstation:libvirt-devel-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390", "7Workstation:libvirt-devel-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-devel-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-docs-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-docs-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-lock-sanlock-0:1.2.8-16.el7.x86_64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.ppc64", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.s390x", "7Workstation:libvirt-login-shell-0:1.2.8-16.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libvirt: missing ACL check for the VIR_DOMAIN_XML_SECURE flag in save images and snapshots objects" } ] }
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.