rhba-2015_2258
Vulnerability from csaf_redhat
Published
2015-11-19 04:22
Modified
2024-11-22 09:12
Summary
Red Hat Bug Fix Advisory: samba bug fix and enhancement update
Notes
Topic
Updated samba packages that fix several bugs and add various enhancements are now available for Red Hat Enterprise Linux 7.
Details
Samba is an open-source implementation of the Server Message Block (SMB) protocol and the related Common Internet File System (CIFS) protocol, which allow PC-compatible machines to share files, printers, and other information.
The samba packages have been upgraded to upstream version 4.2.3, which provides a number of bug fixes and enhancements over the previous version.
Most notably, the "wbinfo -u" and "wbinfo -g" commands now only enumerate the users in their own domain by default. To enumerate all users on all trusted domains, run the "wbinfo --domain='*' -u" or "wbinfo --domain='*' -g" command.
(BZ#1196140)
This update also fixes the following bugs:
* Accessing a printer published in Active Directory (AD) failed with error messages. Now, if Samba fails to find the printer in the Samba registry, it obtains the globally unique identifier (GUID) of the printer from AD and stores it in the registry. The printers work as expected. (BZ#1167325)
* When running Samba without the winbindd service, authentication with user name and password sometimes failed. Now, it is possible to run Samba without winbindd, although it is not recommended. (BZ#1202347)
* In long-running SMB sessions, re-authenticating sometimes caused the SMB server to terminate unexpectedly. Now, the server no longer crashes during the SMB session setup. Users can re-authenticate and then use the SMB file server as expected. (BZ#1223981)
* The windbindd service terminated unexpectedly with a segmentation fault when the alternative domain name was not defined and Winbind was offline. This update defines the values for the alternative domain name as well as certain other settings that were previously not set. Windbind now works as expected in offline mode. (BZ#1225719)
* Samba displayed the STATUS_ACCES_DENIED message when the client tried to reconnect after the session expired because of an invalid signing check. Samba now correctly verifies whether signing is required in this situation. Samba no longer displays the message, and the user is allowed to reconnect. (BZ#1228809)
* The dfree utility sometimes reported an incorrect amount of free space on a Samba share. Now, the smbd service no longer ignores the block size of dfree, thus fixing the calculation of available space. The dfree utility correctly reports the available space on a Samba share. (BZ#1238194)
* The "net ads keytab create" command sometimes terminated unexpectedly with a segmentation fault. Samba has been modified to initialize certain internal structures and free the cursor iterating the keytab. Now, "net ads keytab" no longer crashes. (BZ#1246166)
* The users were sometimes unable to access a Samba share that specified identical values for the force user and force group when the "winbind use default domain = yes" setting was used. With this update, the users can access a Samba share in the described situation as expected. (BZ#1253193)
* When the "map to guest = bad uid" setting was used, the user was sometimes denied permission to access a share as a guest user. Samba now handles "map to guest = bad uid" as expected, allowing users to access shares as guest users if they are not authenticated. (BZ#1255322)
* The Samba files server terminated unexpectedly when the "mangling method = hash" setting was used in the smb.conf file. Samba now fully initializes the hash module, preventing the file server from accessing invalid data structures, and no longer crashes in this situation. (BZ#1255326)
* When the user shared an XFS file system with disk quota, Samba displayed incorrect volume size on the client. With this update, Samba correctly displays the disk quota value as the volume size. (BZ#1258293)
Users of samba are advised to upgrade to these updated packages, which fix these bugs and add these enhancements. After installing this update, the smb service will be restarted automatically.
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": "Moderate" }, "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 samba packages that fix several bugs and add various enhancements are now available for Red Hat Enterprise Linux 7.", "title": "Topic" }, { "category": "general", "text": "Samba is an open-source implementation of the Server Message Block (SMB) protocol and the related Common Internet File System (CIFS) protocol, which allow PC-compatible machines to share files, printers, and other information.\n\nThe samba packages have been upgraded to upstream version 4.2.3, which provides a number of bug fixes and enhancements over the previous version.\nMost notably, the \"wbinfo -u\" and \"wbinfo -g\" commands now only enumerate the users in their own domain by default. To enumerate all users on all trusted domains, run the \"wbinfo --domain=\u0027*\u0027 -u\" or \"wbinfo --domain=\u0027*\u0027 -g\" command.\n(BZ#1196140)\n\nThis update also fixes the following bugs:\n\n* Accessing a printer published in Active Directory (AD) failed with error messages. Now, if Samba fails to find the printer in the Samba registry, it obtains the globally unique identifier (GUID) of the printer from AD and stores it in the registry. The printers work as expected. (BZ#1167325)\n\n* When running Samba without the winbindd service, authentication with user name and password sometimes failed. Now, it is possible to run Samba without winbindd, although it is not recommended. (BZ#1202347)\n\n* In long-running SMB sessions, re-authenticating sometimes caused the SMB server to terminate unexpectedly. Now, the server no longer crashes during the SMB session setup. Users can re-authenticate and then use the SMB file server as expected. (BZ#1223981)\n\n* The windbindd service terminated unexpectedly with a segmentation fault when the alternative domain name was not defined and Winbind was offline. This update defines the values for the alternative domain name as well as certain other settings that were previously not set. Windbind now works as expected in offline mode. (BZ#1225719)\n\n* Samba displayed the STATUS_ACCES_DENIED message when the client tried to reconnect after the session expired because of an invalid signing check. Samba now correctly verifies whether signing is required in this situation. Samba no longer displays the message, and the user is allowed to reconnect. (BZ#1228809)\n\n* The dfree utility sometimes reported an incorrect amount of free space on a Samba share. Now, the smbd service no longer ignores the block size of dfree, thus fixing the calculation of available space. The dfree utility correctly reports the available space on a Samba share. (BZ#1238194)\n\n* The \"net ads keytab create\" command sometimes terminated unexpectedly with a segmentation fault. Samba has been modified to initialize certain internal structures and free the cursor iterating the keytab. Now, \"net ads keytab\" no longer crashes. (BZ#1246166)\n\n* The users were sometimes unable to access a Samba share that specified identical values for the force user and force group when the \"winbind use default domain = yes\" setting was used. With this update, the users can access a Samba share in the described situation as expected. (BZ#1253193)\n\n* When the \"map to guest = bad uid\" setting was used, the user was sometimes denied permission to access a share as a guest user. Samba now handles \"map to guest = bad uid\" as expected, allowing users to access shares as guest users if they are not authenticated. (BZ#1255322)\n\n* The Samba files server terminated unexpectedly when the \"mangling method = hash\" setting was used in the smb.conf file. Samba now fully initializes the hash module, preventing the file server from accessing invalid data structures, and no longer crashes in this situation. (BZ#1255326)\n\n* When the user shared an XFS file system with disk quota, Samba displayed incorrect volume size on the client. With this update, Samba correctly displays the disk quota value as the volume size. (BZ#1258293)\n\nUsers of samba are advised to upgrade to these updated packages, which fix these bugs and add these enhancements. After installing this update, the smb service will be restarted automatically.", "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/RHBA-2015:2258", "url": "https://access.redhat.com/errata/RHBA-2015:2258" }, { "category": "external", "summary": "https://www.samba.org/samba/history/samba-4.2.0.html", "url": "https://www.samba.org/samba/history/samba-4.2.0.html" }, { "category": "external", "summary": "1186403", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1186403" }, { "category": "external", "summary": "1196140", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1196140" }, { "category": "external", "summary": "1202347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1202347" }, { "category": "external", "summary": "1211658", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1211658" }, { "category": "external", "summary": "1220174", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1220174" }, { "category": "external", "summary": "1271608", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1271608" }, { "category": "external", "summary": "1273912", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1273912" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhba-2015_2258.json" } ], "title": "Red Hat Bug Fix Advisory: samba bug fix and enhancement update", "tracking": { "current_release_date": "2024-11-22T09:12:34+00:00", "generator": { "date": "2024-11-22T09:12:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHBA-2015:2258", "initial_release_date": "2015-11-19T04:22:46+00:00", "revision_history": [ { "date": "2015-11-19T04:22:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2015-11-19T04:22:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T09:12:34+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client", "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 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 Resilient Storage (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage", "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": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "product_id": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-krb5-locator@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-dc-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-dc-0:4.2.3-10.el7.x86_64", "product_id": "samba-dc-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-test-libs-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64", "product_id": "samba-test-libs-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-libs@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "product": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "product_id": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient-devel@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-python-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-python-0:4.2.3-10.el7.x86_64", "product_id": "samba-python-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-python@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-0:4.2.3-10.el7.x86_64", "product_id": "samba-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "product_id": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-debuginfo@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-devel-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-devel-0:4.2.3-10.el7.x86_64", "product_id": "samba-devel-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-devel@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-test-devel-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64", "product_id": "samba-test-devel-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-devel@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-test-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-test-0:4.2.3-10.el7.x86_64", "product_id": "samba-test-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "product_id": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-vfs-glusterfs@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "product": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "product_id": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient-devel@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "product_id": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc-libs@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-client-libs-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64", "product_id": "samba-client-libs-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client-libs@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-common-tools-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64", "product_id": "samba-common-tools-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-tools@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "product_id": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-modules@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-libs-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-libs-0:4.2.3-10.el7.x86_64", "product_id": "samba-libs-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-libs@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-common-libs-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64", "product_id": "samba-common-libs-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-libs@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "product_id": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-clients@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libwbclient-0:4.2.3-10.el7.x86_64", "product": { "name": "libwbclient-0:4.2.3-10.el7.x86_64", "product_id": "libwbclient-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-client-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-client-0:4.2.3-10.el7.x86_64", "product_id": "samba-client-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "libsmbclient-0:4.2.3-10.el7.x86_64", "product": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64", "product_id": "libsmbclient-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "samba-winbind-0:4.2.3-10.el7.x86_64", "product": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64", "product_id": "samba-winbind-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "ctdb-devel-0:4.2.3-10.el7.x86_64", "product": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64", "product_id": "ctdb-devel-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ctdb-devel@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "ctdb-tests-0:4.2.3-10.el7.x86_64", "product": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64", "product_id": "ctdb-tests-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ctdb-tests@4.2.3-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "ctdb-0:4.2.3-10.el7.x86_64", "product": { "name": "ctdb-0:4.2.3-10.el7.x86_64", "product_id": "ctdb-0:4.2.3-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ctdb@4.2.3-10.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "libwbclient-devel-0:4.2.3-10.el7.i686", "product": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686", "product_id": "libwbclient-devel-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient-devel@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "samba-debuginfo-0:4.2.3-10.el7.i686", "product": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686", "product_id": "samba-debuginfo-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-debuginfo@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "samba-test-libs-0:4.2.3-10.el7.i686", "product": { "name": "samba-test-libs-0:4.2.3-10.el7.i686", "product_id": "samba-test-libs-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-libs@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "samba-devel-0:4.2.3-10.el7.i686", "product": { "name": "samba-devel-0:4.2.3-10.el7.i686", "product_id": "samba-devel-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-devel@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "libsmbclient-devel-0:4.2.3-10.el7.i686", "product": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686", "product_id": "libsmbclient-devel-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient-devel@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "libwbclient-0:4.2.3-10.el7.i686", "product": { "name": "libwbclient-0:4.2.3-10.el7.i686", "product_id": "libwbclient-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "samba-winbind-modules-0:4.2.3-10.el7.i686", "product": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686", "product_id": "samba-winbind-modules-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-modules@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "samba-client-libs-0:4.2.3-10.el7.i686", "product": { "name": "samba-client-libs-0:4.2.3-10.el7.i686", "product_id": "samba-client-libs-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client-libs@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "libsmbclient-0:4.2.3-10.el7.i686", "product": { "name": "libsmbclient-0:4.2.3-10.el7.i686", "product_id": "libsmbclient-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "samba-libs-0:4.2.3-10.el7.i686", "product": { "name": "samba-libs-0:4.2.3-10.el7.i686", "product_id": "samba-libs-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-libs@4.2.3-10.el7?arch=i686" } } }, { "category": "product_version", "name": "ctdb-devel-0:4.2.3-10.el7.i686", "product": { "name": "ctdb-devel-0:4.2.3-10.el7.i686", "product_id": "ctdb-devel-0:4.2.3-10.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ctdb-devel@4.2.3-10.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "samba-pidl-0:4.2.3-10.el7.noarch", "product": { "name": "samba-pidl-0:4.2.3-10.el7.noarch", "product_id": "samba-pidl-0:4.2.3-10.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-pidl@4.2.3-10.el7?arch=noarch" } } }, { "category": "product_version", "name": "samba-common-0:4.2.3-10.el7.noarch", "product": { "name": "samba-common-0:4.2.3-10.el7.noarch", "product_id": "samba-common-0:4.2.3-10.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common@4.2.3-10.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "samba-0:4.2.3-10.el7.src", "product": { "name": "samba-0:4.2.3-10.el7.src", "product_id": "samba-0:4.2.3-10.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba@4.2.3-10.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "samba-debuginfo-0:4.2.3-10.el7.ppc", "product": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc", "product_id": "samba-debuginfo-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-debuginfo@4.2.3-10.el7?arch=ppc" } } }, { "category": "product_version", "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "product": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "product_id": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient-devel@4.2.3-10.el7?arch=ppc" } } }, { "category": "product_version", "name": "samba-test-libs-0:4.2.3-10.el7.ppc", "product": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc", "product_id": "samba-test-libs-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-libs@4.2.3-10.el7?arch=ppc" } } }, { "category": "product_version", "name": "libwbclient-devel-0:4.2.3-10.el7.ppc", "product": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc", "product_id": "libwbclient-devel-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient-devel@4.2.3-10.el7?arch=ppc" } } }, { "category": "product_version", "name": "samba-devel-0:4.2.3-10.el7.ppc", "product": { "name": "samba-devel-0:4.2.3-10.el7.ppc", "product_id": "samba-devel-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-devel@4.2.3-10.el7?arch=ppc" } } }, { "category": "product_version", "name": "samba-libs-0:4.2.3-10.el7.ppc", "product": { "name": "samba-libs-0:4.2.3-10.el7.ppc", "product_id": "samba-libs-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-libs@4.2.3-10.el7?arch=ppc" } } }, { "category": "product_version", "name": "libwbclient-0:4.2.3-10.el7.ppc", "product": { "name": "libwbclient-0:4.2.3-10.el7.ppc", "product_id": "libwbclient-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient@4.2.3-10.el7?arch=ppc" } } }, { "category": "product_version", "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "product": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "product_id": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-modules@4.2.3-10.el7?arch=ppc" } } }, { "category": "product_version", "name": "libsmbclient-0:4.2.3-10.el7.ppc", "product": { "name": "libsmbclient-0:4.2.3-10.el7.ppc", "product_id": "libsmbclient-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient@4.2.3-10.el7?arch=ppc" } } }, { "category": "product_version", "name": "samba-client-libs-0:4.2.3-10.el7.ppc", "product": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc", "product_id": "samba-client-libs-0:4.2.3-10.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client-libs@4.2.3-10.el7?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "samba-dc-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-dc-0:4.2.3-10.el7.ppc64", "product_id": "samba-dc-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-python-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-python-0:4.2.3-10.el7.ppc64", "product_id": "samba-python-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-python@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "product_id": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-debuginfo@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "product": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "product_id": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient-devel@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-test-devel-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64", "product_id": "samba-test-devel-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-devel@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "product_id": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc-libs@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "product": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "product_id": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient-devel@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "product_id": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-krb5-locator@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-test-libs-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64", "product_id": "samba-test-libs-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-libs@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-devel-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-devel-0:4.2.3-10.el7.ppc64", "product_id": "samba-devel-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-devel@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-test-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-test-0:4.2.3-10.el7.ppc64", "product_id": "samba-test-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-0:4.2.3-10.el7.ppc64", "product_id": "samba-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-libs-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-libs-0:4.2.3-10.el7.ppc64", "product_id": "samba-libs-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-libs@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libwbclient-0:4.2.3-10.el7.ppc64", "product": { "name": "libwbclient-0:4.2.3-10.el7.ppc64", "product_id": "libwbclient-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "libsmbclient-0:4.2.3-10.el7.ppc64", "product": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64", "product_id": "libsmbclient-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-common-libs-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64", "product_id": "samba-common-libs-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-libs@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-winbind-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64", "product_id": "samba-winbind-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-client-libs-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64", "product_id": "samba-client-libs-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client-libs@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "product_id": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-clients@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-client-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-client-0:4.2.3-10.el7.ppc64", "product_id": "samba-client-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "product_id": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-modules@4.2.3-10.el7?arch=ppc64" } } }, { "category": "product_version", "name": "samba-common-tools-0:4.2.3-10.el7.ppc64", "product": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64", "product_id": "samba-common-tools-0:4.2.3-10.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-tools@4.2.3-10.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "samba-test-devel-0:4.2.3-10.el7.s390x", "product": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x", "product_id": "samba-test-devel-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-devel@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-devel-0:4.2.3-10.el7.s390x", "product": { "name": "samba-devel-0:4.2.3-10.el7.s390x", "product_id": "samba-devel-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-devel@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-dc-libs-0:4.2.3-10.el7.s390x", "product": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x", "product_id": "samba-dc-libs-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc-libs@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-dc-0:4.2.3-10.el7.s390x", "product": { "name": "samba-dc-0:4.2.3-10.el7.s390x", "product_id": "samba-dc-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-test-0:4.2.3-10.el7.s390x", "product": { "name": "samba-test-0:4.2.3-10.el7.s390x", "product_id": "samba-test-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-test-libs-0:4.2.3-10.el7.s390x", "product": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x", "product_id": "samba-test-libs-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-libs@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-debuginfo-0:4.2.3-10.el7.s390x", "product": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x", "product_id": "samba-debuginfo-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-debuginfo@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "product": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "product_id": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient-devel@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "libwbclient-devel-0:4.2.3-10.el7.s390x", "product": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x", "product_id": "libwbclient-devel-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient-devel@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-python-0:4.2.3-10.el7.s390x", "product": { "name": "samba-python-0:4.2.3-10.el7.s390x", "product_id": "samba-python-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-python@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "product": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "product_id": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-krb5-locator@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-winbind-0:4.2.3-10.el7.s390x", "product": { "name": "samba-winbind-0:4.2.3-10.el7.s390x", "product_id": "samba-winbind-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-client-0:4.2.3-10.el7.s390x", "product": { "name": "samba-client-0:4.2.3-10.el7.s390x", "product_id": "samba-client-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "libwbclient-0:4.2.3-10.el7.s390x", "product": { "name": "libwbclient-0:4.2.3-10.el7.s390x", "product_id": "libwbclient-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "product": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "product_id": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-clients@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-common-tools-0:4.2.3-10.el7.s390x", "product": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x", "product_id": "samba-common-tools-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-tools@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-common-libs-0:4.2.3-10.el7.s390x", "product": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x", "product_id": "samba-common-libs-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-libs@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "libsmbclient-0:4.2.3-10.el7.s390x", "product": { "name": "libsmbclient-0:4.2.3-10.el7.s390x", "product_id": "libsmbclient-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-libs-0:4.2.3-10.el7.s390x", "product": { "name": "samba-libs-0:4.2.3-10.el7.s390x", "product_id": "samba-libs-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-libs@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-0:4.2.3-10.el7.s390x", "product": { "name": "samba-0:4.2.3-10.el7.s390x", "product_id": "samba-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-client-libs-0:4.2.3-10.el7.s390x", "product": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x", "product_id": "samba-client-libs-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client-libs@4.2.3-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "product": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "product_id": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-modules@4.2.3-10.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "samba-devel-0:4.2.3-10.el7.s390", "product": { "name": "samba-devel-0:4.2.3-10.el7.s390", "product_id": "samba-devel-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-devel@4.2.3-10.el7?arch=s390" } } }, { "category": "product_version", "name": "samba-test-libs-0:4.2.3-10.el7.s390", "product": { "name": "samba-test-libs-0:4.2.3-10.el7.s390", "product_id": "samba-test-libs-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-libs@4.2.3-10.el7?arch=s390" } } }, { "category": "product_version", "name": "libwbclient-devel-0:4.2.3-10.el7.s390", "product": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390", "product_id": "libwbclient-devel-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient-devel@4.2.3-10.el7?arch=s390" } } }, { "category": "product_version", "name": "samba-debuginfo-0:4.2.3-10.el7.s390", "product": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390", "product_id": "samba-debuginfo-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-debuginfo@4.2.3-10.el7?arch=s390" } } }, { "category": "product_version", "name": "libsmbclient-devel-0:4.2.3-10.el7.s390", "product": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390", "product_id": "libsmbclient-devel-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient-devel@4.2.3-10.el7?arch=s390" } } }, { "category": "product_version", "name": "samba-winbind-modules-0:4.2.3-10.el7.s390", "product": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390", "product_id": "samba-winbind-modules-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-modules@4.2.3-10.el7?arch=s390" } } }, { "category": "product_version", "name": "samba-client-libs-0:4.2.3-10.el7.s390", "product": { "name": "samba-client-libs-0:4.2.3-10.el7.s390", "product_id": "samba-client-libs-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client-libs@4.2.3-10.el7?arch=s390" } } }, { "category": "product_version", "name": "libwbclient-0:4.2.3-10.el7.s390", "product": { "name": "libwbclient-0:4.2.3-10.el7.s390", "product_id": "libwbclient-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient@4.2.3-10.el7?arch=s390" } } }, { "category": "product_version", "name": "libsmbclient-0:4.2.3-10.el7.s390", "product": { "name": "libsmbclient-0:4.2.3-10.el7.s390", "product_id": "libsmbclient-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient@4.2.3-10.el7?arch=s390" } } }, { "category": "product_version", "name": "samba-libs-0:4.2.3-10.el7.s390", "product": { "name": "samba-libs-0:4.2.3-10.el7.s390", "product_id": "samba-libs-0:4.2.3-10.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-libs@4.2.3-10.el7?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "samba-test-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-test-0:4.2.3-10.el7.aarch64", "product_id": "samba-test-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "product_id": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-debuginfo@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "product": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "product_id": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient-devel@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "product": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "product_id": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient-devel@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "product_id": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc-libs@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-python-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-python-0:4.2.3-10.el7.aarch64", "product_id": "samba-python-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-python@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-devel-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-devel-0:4.2.3-10.el7.aarch64", "product_id": "samba-devel-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-devel@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-dc-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-dc-0:4.2.3-10.el7.aarch64", "product_id": "samba-dc-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-test-devel-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64", "product_id": "samba-test-devel-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-devel@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-test-libs-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64", "product_id": "samba-test-libs-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-libs@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "product_id": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-krb5-locator@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "product_id": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-modules@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "libwbclient-0:4.2.3-10.el7.aarch64", "product": { "name": "libwbclient-0:4.2.3-10.el7.aarch64", "product_id": "libwbclient-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-client-libs-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64", "product_id": "samba-client-libs-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client-libs@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-common-tools-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64", "product_id": "samba-common-tools-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-tools@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-libs-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-libs-0:4.2.3-10.el7.aarch64", "product_id": "samba-libs-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-libs@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-client-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-client-0:4.2.3-10.el7.aarch64", "product_id": "samba-client-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-common-libs-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64", "product_id": "samba-common-libs-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-libs@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-winbind-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64", "product_id": "samba-winbind-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "product_id": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-clients@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "libsmbclient-0:4.2.3-10.el7.aarch64", "product": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64", "product_id": "libsmbclient-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient@4.2.3-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "samba-0:4.2.3-10.el7.aarch64", "product": { "name": "samba-0:4.2.3-10.el7.aarch64", "product_id": "samba-0:4.2.3-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba@4.2.3-10.el7?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "product": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "product_id": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient-devel@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "product_id": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-krb5-locator@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-devel-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le", "product_id": "samba-devel-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-devel@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "product_id": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-devel@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "product_id": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc-libs@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "product_id": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test-libs@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "product_id": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-debuginfo@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-dc-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le", "product_id": "samba-dc-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-dc@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-test-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-test-0:4.2.3-10.el7.ppc64le", "product_id": "samba-test-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-test@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-python-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-python-0:4.2.3-10.el7.ppc64le", "product_id": "samba-python-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-python@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "product": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "product_id": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient-devel@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "product_id": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client-libs@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libwbclient-0:4.2.3-10.el7.ppc64le", "product": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le", "product_id": "libwbclient-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libwbclient@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "product_id": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-modules@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-client-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-client-0:4.2.3-10.el7.ppc64le", "product_id": "samba-client-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-client@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-0:4.2.3-10.el7.ppc64le", "product_id": "samba-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "libsmbclient-0:4.2.3-10.el7.ppc64le", "product": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le", "product_id": "libsmbclient-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsmbclient@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "product_id": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind-clients@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-libs-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le", "product_id": "samba-libs-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-libs@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-winbind-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le", "product_id": "samba-winbind-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-winbind@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "product_id": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-tools@4.2.3-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "product": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "product_id": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/samba-common-libs@4.2.3-10.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ctdb-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:ctdb-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:ctdb-devel-0:4.2.3-10.el7.i686" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:ctdb-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:ctdb-tests-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-tests-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-0:4.2.3-10.el7.src" }, "product_reference": "samba-0:4.2.3-10.el7.src", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-client-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-common-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-tools-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-tools-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-tools-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-common-tools-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.i686" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.s390" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-devel-0:4.2.3-10.el7.i686" }, "product_reference": "samba-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-devel-0:4.2.3-10.el7.s390" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-pidl-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-pidl-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-pidl-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-python-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-python-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-python-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-python-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-python-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-python-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-python-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-python-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-test-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.i686" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.s390" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:ctdb-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:ctdb-devel-0:4.2.3-10.el7.i686" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:ctdb-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:ctdb-tests-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-tests-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libsmbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:libwbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-0:4.2.3-10.el7.src" }, "product_reference": "samba-0:4.2.3-10.el7.src", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-client-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-common-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-tools-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-tools-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-tools-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-tools-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-common-tools-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-dc-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-debuginfo-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-debuginfo-0:4.2.3-10.el7.i686" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-debuginfo-0:4.2.3-10.el7.s390" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-debuginfo-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-debuginfo-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-devel-0:4.2.3-10.el7.i686" }, "product_reference": "samba-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-devel-0:4.2.3-10.el7.s390" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-pidl-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-pidl-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-pidl-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-python-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-python-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-python-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-python-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-python-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-python-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-python-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-python-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-test-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-clients-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-clients-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-clients-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-clients-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-clients-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-modules-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-modules-0:4.2.3-10.el7.i686" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-modules-0:4.2.3-10.el7.s390" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-modules-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client:samba-winbind-modules-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Client" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:ctdb-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:ctdb-devel-0:4.2.3-10.el7.i686" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:ctdb-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:ctdb-tests-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-tests-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-0:4.2.3-10.el7.src" }, "product_reference": "samba-0:4.2.3-10.el7.src", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-common-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.i686" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.s390" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.i686" }, "product_reference": "samba-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.s390" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-pidl-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-pidl-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-pidl-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-python-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-python-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-python-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.i686" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.s390" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:ctdb-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:ctdb-devel-0:4.2.3-10.el7.i686" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:ctdb-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:ctdb-tests-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-tests-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-0:4.2.3-10.el7.src" }, "product_reference": "samba-0:4.2.3-10.el7.src", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-common-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.i686" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.s390" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-devel-0:4.2.3-10.el7.i686" }, "product_reference": "samba-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-devel-0:4.2.3-10.el7.s390" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-pidl-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-pidl-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-pidl-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-python-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-python-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-python-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-python-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-python-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-python-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-python-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-python-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.i686" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.s390" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:ctdb-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:ctdb-devel-0:4.2.3-10.el7.i686" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:ctdb-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:ctdb-tests-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-tests-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.src as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-0:4.2.3-10.el7.src" }, "product_reference": "samba-0:4.2.3-10.el7.src", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-common-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.i686" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.s390" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.i686" }, "product_reference": "samba-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.s390" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-pidl-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-pidl-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-pidl-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-python-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-python-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-python-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.i686" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.s390" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Resilient Storage (v. 7)", "product_id": "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-ResilientStorage" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:ctdb-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:ctdb-devel-0:4.2.3-10.el7.i686" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:ctdb-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:ctdb-tests-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-tests-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-0:4.2.3-10.el7.src" }, "product_reference": "samba-0:4.2.3-10.el7.src", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-client-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-common-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-tools-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-tools-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-tools-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-common-tools-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.i686" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.s390" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-devel-0:4.2.3-10.el7.i686" }, "product_reference": "samba-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-devel-0:4.2.3-10.el7.s390" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-pidl-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-pidl-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-pidl-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-python-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-python-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-python-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-python-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-python-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-python-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-python-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-python-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-test-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.i686" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.s390" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:ctdb-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:ctdb-devel-0:4.2.3-10.el7.i686" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:ctdb-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:ctdb-tests-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-tests-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libsmbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:libwbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-0:4.2.3-10.el7.src" }, "product_reference": "samba-0:4.2.3-10.el7.src", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-client-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-common-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-tools-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-tools-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-tools-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-tools-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-common-tools-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-dc-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-debuginfo-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-debuginfo-0:4.2.3-10.el7.i686" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-debuginfo-0:4.2.3-10.el7.s390" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-debuginfo-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-debuginfo-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-devel-0:4.2.3-10.el7.i686" }, "product_reference": "samba-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-devel-0:4.2.3-10.el7.s390" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-pidl-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-pidl-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-pidl-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-python-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-python-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-python-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-python-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-python-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-python-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-python-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-python-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-test-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-clients-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-clients-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-clients-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-clients-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-clients-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-modules-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-modules-0:4.2.3-10.el7.i686" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-modules-0:4.2.3-10.el7.s390" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-modules-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server:samba-winbind-modules-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Server" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:ctdb-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:ctdb-devel-0:4.2.3-10.el7.i686" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:ctdb-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:ctdb-tests-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-tests-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-0:4.2.3-10.el7.src" }, "product_reference": "samba-0:4.2.3-10.el7.src", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-common-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.i686" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.s390" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-devel-0:4.2.3-10.el7.i686" }, "product_reference": "samba-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-devel-0:4.2.3-10.el7.s390" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-pidl-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-pidl-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-pidl-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-python-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-python-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-python-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-python-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-python-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-python-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-python-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-python-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.i686" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.s390" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:ctdb-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:ctdb-devel-0:4.2.3-10.el7.i686" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:ctdb-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ctdb-tests-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:ctdb-tests-0:4.2.3-10.el7.x86_64" }, "product_reference": "ctdb-tests-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libsmbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libsmbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-devel-0:4.2.3-10.el7.i686" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-devel-0:4.2.3-10.el7.s390" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libwbclient-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:libwbclient-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "libwbclient-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-0:4.2.3-10.el7.src" }, "product_reference": "samba-0:4.2.3-10.el7.src", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-client-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-client-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-client-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-common-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-tools-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-tools-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-tools-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-tools-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-common-tools-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-common-tools-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-common-tools-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-dc-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-dc-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-dc-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-debuginfo-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-debuginfo-0:4.2.3-10.el7.i686" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-debuginfo-0:4.2.3-10.el7.s390" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-debuginfo-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-debuginfo-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-debuginfo-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-debuginfo-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-devel-0:4.2.3-10.el7.i686" }, "product_reference": "samba-devel-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-devel-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-devel-0:4.2.3-10.el7.s390" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-pidl-0:4.2.3-10.el7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-pidl-0:4.2.3-10.el7.noarch" }, "product_reference": "samba-pidl-0:4.2.3-10.el7.noarch", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-python-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-python-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-python-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-python-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-python-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-python-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-python-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-python-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-python-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-python-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-devel-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-devel-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-devel-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-devel-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-devel-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-devel-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-devel-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-libs-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-libs-0:4.2.3-10.el7.i686" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-libs-0:4.2.3-10.el7.s390" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-libs-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-test-libs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-test-libs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-test-libs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-clients-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-clients-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.aarch64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.aarch64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.i686" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.i686", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc64le" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.s390" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.s390x" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.s390x", "relates_to_product_reference": "7Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "samba-winbind-modules-0:4.2.3-10.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.x86_64" }, "product_reference": "samba-winbind-modules-0:4.2.3-10.el7.x86_64", "relates_to_product_reference": "7Workstation" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Samba project" ] } ], "cve": "CVE-2015-7540", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2015-12-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1288451" } ], "notes": [ { "category": "description", "text": "A denial of service flaw was found in the LDAP server provided by the AD DC in the Samba process daemon. A remote attacker could exploit this flaw by sending a specially crafted packet, which could cause the server to consume an excessive amount of memory and crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "samba: DoS to AD-DC due to insufficient checking of asn1 memory allocation", "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:ctdb-0:4.2.3-10.el7.x86_64", "7Client-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7Client-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Client-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7Client-optional:libsmbclient-0:4.2.3-10.el7.i686", "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Client-optional:libsmbclient-0:4.2.3-10.el7.s390", "7Client-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7Client-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7Client-optional:libwbclient-0:4.2.3-10.el7.i686", "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc", "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7Client-optional:libwbclient-0:4.2.3-10.el7.s390", "7Client-optional:libwbclient-0:4.2.3-10.el7.s390x", "7Client-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-0:4.2.3-10.el7.s390x", "7Client-optional:samba-0:4.2.3-10.el7.src", "7Client-optional:samba-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-client-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-client-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-client-0:4.2.3-10.el7.s390x", "7Client-optional:samba-client-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-common-0:4.2.3-10.el7.noarch", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-dc-0:4.2.3-10.el7.s390x", "7Client-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-devel-0:4.2.3-10.el7.i686", "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc", "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-devel-0:4.2.3-10.el7.s390", "7Client-optional:samba-devel-0:4.2.3-10.el7.s390x", "7Client-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-libs-0:4.2.3-10.el7.i686", "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc", "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-libs-0:4.2.3-10.el7.s390", "7Client-optional:samba-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7Client-optional:samba-python-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-python-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-python-0:4.2.3-10.el7.s390x", "7Client-optional:samba-python-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-test-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-test-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-test-0:4.2.3-10.el7.s390x", "7Client-optional:samba-test-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Client:ctdb-0:4.2.3-10.el7.x86_64", "7Client:ctdb-devel-0:4.2.3-10.el7.i686", "7Client:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Client:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Client:libsmbclient-0:4.2.3-10.el7.aarch64", "7Client:libsmbclient-0:4.2.3-10.el7.i686", "7Client:libsmbclient-0:4.2.3-10.el7.ppc", "7Client:libsmbclient-0:4.2.3-10.el7.ppc64", "7Client:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Client:libsmbclient-0:4.2.3-10.el7.s390", "7Client:libsmbclient-0:4.2.3-10.el7.s390x", "7Client:libsmbclient-0:4.2.3-10.el7.x86_64", "7Client:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Client:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Client:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Client:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Client:libwbclient-0:4.2.3-10.el7.aarch64", "7Client:libwbclient-0:4.2.3-10.el7.i686", "7Client:libwbclient-0:4.2.3-10.el7.ppc", "7Client:libwbclient-0:4.2.3-10.el7.ppc64", "7Client:libwbclient-0:4.2.3-10.el7.ppc64le", "7Client:libwbclient-0:4.2.3-10.el7.s390", "7Client:libwbclient-0:4.2.3-10.el7.s390x", "7Client:libwbclient-0:4.2.3-10.el7.x86_64", "7Client:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Client:libwbclient-devel-0:4.2.3-10.el7.i686", "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client:libwbclient-devel-0:4.2.3-10.el7.s390", "7Client:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Client:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Client:samba-0:4.2.3-10.el7.aarch64", "7Client:samba-0:4.2.3-10.el7.ppc64", "7Client:samba-0:4.2.3-10.el7.ppc64le", "7Client:samba-0:4.2.3-10.el7.s390x", "7Client:samba-0:4.2.3-10.el7.src", "7Client:samba-0:4.2.3-10.el7.x86_64", "7Client:samba-client-0:4.2.3-10.el7.aarch64", "7Client:samba-client-0:4.2.3-10.el7.ppc64", "7Client:samba-client-0:4.2.3-10.el7.ppc64le", "7Client:samba-client-0:4.2.3-10.el7.s390x", "7Client:samba-client-0:4.2.3-10.el7.x86_64", "7Client:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-client-libs-0:4.2.3-10.el7.i686", "7Client:samba-client-libs-0:4.2.3-10.el7.ppc", "7Client:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-client-libs-0:4.2.3-10.el7.s390", "7Client:samba-client-libs-0:4.2.3-10.el7.s390x", "7Client:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-common-0:4.2.3-10.el7.noarch", "7Client:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-common-libs-0:4.2.3-10.el7.s390x", "7Client:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Client:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Client:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Client:samba-common-tools-0:4.2.3-10.el7.s390x", "7Client:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Client:samba-dc-0:4.2.3-10.el7.aarch64", "7Client:samba-dc-0:4.2.3-10.el7.ppc64", "7Client:samba-dc-0:4.2.3-10.el7.ppc64le", "7Client:samba-dc-0:4.2.3-10.el7.s390x", "7Client:samba-dc-0:4.2.3-10.el7.x86_64", "7Client:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Client:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Client:samba-debuginfo-0:4.2.3-10.el7.i686", "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Client:samba-debuginfo-0:4.2.3-10.el7.s390", "7Client:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Client:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Client:samba-devel-0:4.2.3-10.el7.aarch64", "7Client:samba-devel-0:4.2.3-10.el7.i686", "7Client:samba-devel-0:4.2.3-10.el7.ppc", "7Client:samba-devel-0:4.2.3-10.el7.ppc64", "7Client:samba-devel-0:4.2.3-10.el7.ppc64le", "7Client:samba-devel-0:4.2.3-10.el7.s390", "7Client:samba-devel-0:4.2.3-10.el7.s390x", "7Client:samba-devel-0:4.2.3-10.el7.x86_64", "7Client:samba-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-libs-0:4.2.3-10.el7.i686", "7Client:samba-libs-0:4.2.3-10.el7.ppc", "7Client:samba-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-libs-0:4.2.3-10.el7.s390", "7Client:samba-libs-0:4.2.3-10.el7.s390x", "7Client:samba-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-pidl-0:4.2.3-10.el7.noarch", "7Client:samba-python-0:4.2.3-10.el7.aarch64", "7Client:samba-python-0:4.2.3-10.el7.ppc64", "7Client:samba-python-0:4.2.3-10.el7.ppc64le", "7Client:samba-python-0:4.2.3-10.el7.s390x", "7Client:samba-python-0:4.2.3-10.el7.x86_64", "7Client:samba-test-0:4.2.3-10.el7.aarch64", "7Client:samba-test-0:4.2.3-10.el7.ppc64", "7Client:samba-test-0:4.2.3-10.el7.ppc64le", "7Client:samba-test-0:4.2.3-10.el7.s390x", "7Client:samba-test-0:4.2.3-10.el7.x86_64", "7Client:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Client:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Client:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Client:samba-test-devel-0:4.2.3-10.el7.s390x", "7Client:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Client:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-test-libs-0:4.2.3-10.el7.i686", "7Client:samba-test-libs-0:4.2.3-10.el7.ppc", "7Client:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-test-libs-0:4.2.3-10.el7.s390", "7Client:samba-test-libs-0:4.2.3-10.el7.s390x", "7Client:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Client:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:ctdb-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-0:4.2.3-10.el7.src", "7ComputeNode-optional:samba-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-common-0:4.2.3-10.el7.noarch", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7ComputeNode:ctdb-0:4.2.3-10.el7.x86_64", "7ComputeNode:ctdb-devel-0:4.2.3-10.el7.i686", "7ComputeNode:ctdb-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:ctdb-tests-0:4.2.3-10.el7.x86_64", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.i686", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.s390", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.s390x", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:libwbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode:libwbclient-0:4.2.3-10.el7.i686", "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc", "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libwbclient-0:4.2.3-10.el7.s390", "7ComputeNode:libwbclient-0:4.2.3-10.el7.s390x", "7ComputeNode:libwbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-0:4.2.3-10.el7.src", "7ComputeNode:samba-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-client-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-client-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-client-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-client-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-client-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.i686", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.s390", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-common-0:4.2.3-10.el7.noarch", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-dc-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-dc-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-dc-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-dc-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-dc-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.i686", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.s390", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-devel-0:4.2.3-10.el7.i686", "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-devel-0:4.2.3-10.el7.s390", "7ComputeNode:samba-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-libs-0:4.2.3-10.el7.i686", "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-libs-0:4.2.3-10.el7.s390", "7ComputeNode:samba-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-pidl-0:4.2.3-10.el7.noarch", "7ComputeNode:samba-python-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-python-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-python-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-python-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-python-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-test-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-test-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-test-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-test-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-test-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.i686", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.s390", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.i686", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.s390", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:ctdb-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:ctdb-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.src", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-common-0:4.2.3-10.el7.noarch", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-pidl-0:4.2.3-10.el7.noarch", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Server-optional:ctdb-0:4.2.3-10.el7.x86_64", "7Server-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7Server-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Server-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7Server-optional:libsmbclient-0:4.2.3-10.el7.i686", "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Server-optional:libsmbclient-0:4.2.3-10.el7.s390", "7Server-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7Server-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7Server-optional:libwbclient-0:4.2.3-10.el7.i686", "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc", "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7Server-optional:libwbclient-0:4.2.3-10.el7.s390", "7Server-optional:libwbclient-0:4.2.3-10.el7.s390x", "7Server-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-0:4.2.3-10.el7.s390x", "7Server-optional:samba-0:4.2.3-10.el7.src", "7Server-optional:samba-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-client-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-client-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-client-0:4.2.3-10.el7.s390x", "7Server-optional:samba-client-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-common-0:4.2.3-10.el7.noarch", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-dc-0:4.2.3-10.el7.s390x", "7Server-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-devel-0:4.2.3-10.el7.i686", "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc", "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-devel-0:4.2.3-10.el7.s390", "7Server-optional:samba-devel-0:4.2.3-10.el7.s390x", "7Server-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-libs-0:4.2.3-10.el7.i686", "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc", "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-libs-0:4.2.3-10.el7.s390", "7Server-optional:samba-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7Server-optional:samba-python-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-python-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-python-0:4.2.3-10.el7.s390x", "7Server-optional:samba-python-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-test-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-test-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-test-0:4.2.3-10.el7.s390x", "7Server-optional:samba-test-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Server:ctdb-0:4.2.3-10.el7.x86_64", "7Server:ctdb-devel-0:4.2.3-10.el7.i686", "7Server:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Server:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Server:libsmbclient-0:4.2.3-10.el7.aarch64", "7Server:libsmbclient-0:4.2.3-10.el7.i686", "7Server:libsmbclient-0:4.2.3-10.el7.ppc", "7Server:libsmbclient-0:4.2.3-10.el7.ppc64", "7Server:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Server:libsmbclient-0:4.2.3-10.el7.s390", "7Server:libsmbclient-0:4.2.3-10.el7.s390x", "7Server:libsmbclient-0:4.2.3-10.el7.x86_64", "7Server:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Server:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Server:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Server:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Server:libwbclient-0:4.2.3-10.el7.aarch64", "7Server:libwbclient-0:4.2.3-10.el7.i686", "7Server:libwbclient-0:4.2.3-10.el7.ppc", "7Server:libwbclient-0:4.2.3-10.el7.ppc64", "7Server:libwbclient-0:4.2.3-10.el7.ppc64le", "7Server:libwbclient-0:4.2.3-10.el7.s390", "7Server:libwbclient-0:4.2.3-10.el7.s390x", "7Server:libwbclient-0:4.2.3-10.el7.x86_64", "7Server:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Server:libwbclient-devel-0:4.2.3-10.el7.i686", "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server:libwbclient-devel-0:4.2.3-10.el7.s390", "7Server:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Server:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Server:samba-0:4.2.3-10.el7.aarch64", "7Server:samba-0:4.2.3-10.el7.ppc64", "7Server:samba-0:4.2.3-10.el7.ppc64le", "7Server:samba-0:4.2.3-10.el7.s390x", "7Server:samba-0:4.2.3-10.el7.src", "7Server:samba-0:4.2.3-10.el7.x86_64", "7Server:samba-client-0:4.2.3-10.el7.aarch64", "7Server:samba-client-0:4.2.3-10.el7.ppc64", "7Server:samba-client-0:4.2.3-10.el7.ppc64le", "7Server:samba-client-0:4.2.3-10.el7.s390x", "7Server:samba-client-0:4.2.3-10.el7.x86_64", "7Server:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-client-libs-0:4.2.3-10.el7.i686", "7Server:samba-client-libs-0:4.2.3-10.el7.ppc", "7Server:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-client-libs-0:4.2.3-10.el7.s390", "7Server:samba-client-libs-0:4.2.3-10.el7.s390x", "7Server:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-common-0:4.2.3-10.el7.noarch", "7Server:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-common-libs-0:4.2.3-10.el7.s390x", "7Server:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Server:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Server:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Server:samba-common-tools-0:4.2.3-10.el7.s390x", "7Server:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Server:samba-dc-0:4.2.3-10.el7.aarch64", "7Server:samba-dc-0:4.2.3-10.el7.ppc64", "7Server:samba-dc-0:4.2.3-10.el7.ppc64le", "7Server:samba-dc-0:4.2.3-10.el7.s390x", "7Server:samba-dc-0:4.2.3-10.el7.x86_64", "7Server:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Server:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Server:samba-debuginfo-0:4.2.3-10.el7.i686", "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Server:samba-debuginfo-0:4.2.3-10.el7.s390", "7Server:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Server:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Server:samba-devel-0:4.2.3-10.el7.aarch64", "7Server:samba-devel-0:4.2.3-10.el7.i686", "7Server:samba-devel-0:4.2.3-10.el7.ppc", "7Server:samba-devel-0:4.2.3-10.el7.ppc64", "7Server:samba-devel-0:4.2.3-10.el7.ppc64le", "7Server:samba-devel-0:4.2.3-10.el7.s390", "7Server:samba-devel-0:4.2.3-10.el7.s390x", "7Server:samba-devel-0:4.2.3-10.el7.x86_64", "7Server:samba-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-libs-0:4.2.3-10.el7.i686", "7Server:samba-libs-0:4.2.3-10.el7.ppc", "7Server:samba-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-libs-0:4.2.3-10.el7.s390", "7Server:samba-libs-0:4.2.3-10.el7.s390x", "7Server:samba-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-pidl-0:4.2.3-10.el7.noarch", "7Server:samba-python-0:4.2.3-10.el7.aarch64", "7Server:samba-python-0:4.2.3-10.el7.ppc64", "7Server:samba-python-0:4.2.3-10.el7.ppc64le", "7Server:samba-python-0:4.2.3-10.el7.s390x", "7Server:samba-python-0:4.2.3-10.el7.x86_64", "7Server:samba-test-0:4.2.3-10.el7.aarch64", "7Server:samba-test-0:4.2.3-10.el7.ppc64", "7Server:samba-test-0:4.2.3-10.el7.ppc64le", "7Server:samba-test-0:4.2.3-10.el7.s390x", "7Server:samba-test-0:4.2.3-10.el7.x86_64", "7Server:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Server:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Server:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Server:samba-test-devel-0:4.2.3-10.el7.s390x", "7Server:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Server:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-test-libs-0:4.2.3-10.el7.i686", "7Server:samba-test-libs-0:4.2.3-10.el7.ppc", "7Server:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-test-libs-0:4.2.3-10.el7.s390", "7Server:samba-test-libs-0:4.2.3-10.el7.s390x", "7Server:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Server:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Workstation-optional:ctdb-0:4.2.3-10.el7.x86_64", "7Workstation-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.i686", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.s390", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.i686", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.s390", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.s390x", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-0:4.2.3-10.el7.src", "7Workstation-optional:samba-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-client-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-client-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-client-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-client-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-common-0:4.2.3-10.el7.noarch", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7Workstation-optional:samba-python-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-python-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-python-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-python-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-test-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-test-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-test-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-test-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Workstation:ctdb-0:4.2.3-10.el7.x86_64", "7Workstation:ctdb-devel-0:4.2.3-10.el7.i686", "7Workstation:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Workstation:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Workstation:libsmbclient-0:4.2.3-10.el7.aarch64", "7Workstation:libsmbclient-0:4.2.3-10.el7.i686", "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc", "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc64", "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Workstation:libsmbclient-0:4.2.3-10.el7.s390", "7Workstation:libsmbclient-0:4.2.3-10.el7.s390x", "7Workstation:libsmbclient-0:4.2.3-10.el7.x86_64", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation:libwbclient-0:4.2.3-10.el7.aarch64", "7Workstation:libwbclient-0:4.2.3-10.el7.i686", "7Workstation:libwbclient-0:4.2.3-10.el7.ppc", "7Workstation:libwbclient-0:4.2.3-10.el7.ppc64", "7Workstation:libwbclient-0:4.2.3-10.el7.ppc64le", "7Workstation:libwbclient-0:4.2.3-10.el7.s390", "7Workstation:libwbclient-0:4.2.3-10.el7.s390x", "7Workstation:libwbclient-0:4.2.3-10.el7.x86_64", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.i686", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.s390", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation:samba-0:4.2.3-10.el7.aarch64", "7Workstation:samba-0:4.2.3-10.el7.ppc64", "7Workstation:samba-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-0:4.2.3-10.el7.s390x", "7Workstation:samba-0:4.2.3-10.el7.src", "7Workstation:samba-0:4.2.3-10.el7.x86_64", "7Workstation:samba-client-0:4.2.3-10.el7.aarch64", "7Workstation:samba-client-0:4.2.3-10.el7.ppc64", "7Workstation:samba-client-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-client-0:4.2.3-10.el7.s390x", "7Workstation:samba-client-0:4.2.3-10.el7.x86_64", "7Workstation:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-client-libs-0:4.2.3-10.el7.i686", "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc", "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-client-libs-0:4.2.3-10.el7.s390", "7Workstation:samba-client-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-common-0:4.2.3-10.el7.noarch", "7Workstation:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-common-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Workstation:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Workstation:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-common-tools-0:4.2.3-10.el7.s390x", "7Workstation:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Workstation:samba-dc-0:4.2.3-10.el7.aarch64", "7Workstation:samba-dc-0:4.2.3-10.el7.ppc64", "7Workstation:samba-dc-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-dc-0:4.2.3-10.el7.s390x", "7Workstation:samba-dc-0:4.2.3-10.el7.x86_64", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.i686", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.s390", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Workstation:samba-devel-0:4.2.3-10.el7.aarch64", "7Workstation:samba-devel-0:4.2.3-10.el7.i686", "7Workstation:samba-devel-0:4.2.3-10.el7.ppc", "7Workstation:samba-devel-0:4.2.3-10.el7.ppc64", "7Workstation:samba-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-devel-0:4.2.3-10.el7.s390", "7Workstation:samba-devel-0:4.2.3-10.el7.s390x", "7Workstation:samba-devel-0:4.2.3-10.el7.x86_64", "7Workstation:samba-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-libs-0:4.2.3-10.el7.i686", "7Workstation:samba-libs-0:4.2.3-10.el7.ppc", "7Workstation:samba-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-libs-0:4.2.3-10.el7.s390", "7Workstation:samba-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-pidl-0:4.2.3-10.el7.noarch", "7Workstation:samba-python-0:4.2.3-10.el7.aarch64", "7Workstation:samba-python-0:4.2.3-10.el7.ppc64", "7Workstation:samba-python-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-python-0:4.2.3-10.el7.s390x", "7Workstation:samba-python-0:4.2.3-10.el7.x86_64", "7Workstation:samba-test-0:4.2.3-10.el7.aarch64", "7Workstation:samba-test-0:4.2.3-10.el7.ppc64", "7Workstation:samba-test-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-test-0:4.2.3-10.el7.s390x", "7Workstation:samba-test-0:4.2.3-10.el7.x86_64", "7Workstation:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Workstation:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Workstation:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-test-devel-0:4.2.3-10.el7.s390x", "7Workstation:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Workstation:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-test-libs-0:4.2.3-10.el7.i686", "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc", "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-test-libs-0:4.2.3-10.el7.s390", "7Workstation:samba-test-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-7540" }, { "category": "external", "summary": "RHBZ#1288451", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1288451" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-7540", "url": "https://www.cve.org/CVERecord?id=CVE-2015-7540" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-7540", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-7540" }, { "category": "external", "summary": "https://www.samba.org/samba/security/CVE-2015-7540.html", "url": "https://www.samba.org/samba/security/CVE-2015-7540.html" } ], "release_date": "2015-12-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2015-11-19T04:22:46+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-optional:ctdb-0:4.2.3-10.el7.x86_64", "7Client-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7Client-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Client-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7Client-optional:libsmbclient-0:4.2.3-10.el7.i686", "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Client-optional:libsmbclient-0:4.2.3-10.el7.s390", "7Client-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7Client-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7Client-optional:libwbclient-0:4.2.3-10.el7.i686", "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc", "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7Client-optional:libwbclient-0:4.2.3-10.el7.s390", "7Client-optional:libwbclient-0:4.2.3-10.el7.s390x", "7Client-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-0:4.2.3-10.el7.s390x", "7Client-optional:samba-0:4.2.3-10.el7.src", "7Client-optional:samba-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-client-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-client-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-client-0:4.2.3-10.el7.s390x", "7Client-optional:samba-client-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-common-0:4.2.3-10.el7.noarch", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-dc-0:4.2.3-10.el7.s390x", "7Client-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-devel-0:4.2.3-10.el7.i686", "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc", "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-devel-0:4.2.3-10.el7.s390", "7Client-optional:samba-devel-0:4.2.3-10.el7.s390x", "7Client-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-libs-0:4.2.3-10.el7.i686", "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc", "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-libs-0:4.2.3-10.el7.s390", "7Client-optional:samba-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7Client-optional:samba-python-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-python-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-python-0:4.2.3-10.el7.s390x", "7Client-optional:samba-python-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-test-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-test-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-test-0:4.2.3-10.el7.s390x", "7Client-optional:samba-test-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Client:ctdb-0:4.2.3-10.el7.x86_64", "7Client:ctdb-devel-0:4.2.3-10.el7.i686", "7Client:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Client:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Client:libsmbclient-0:4.2.3-10.el7.aarch64", "7Client:libsmbclient-0:4.2.3-10.el7.i686", "7Client:libsmbclient-0:4.2.3-10.el7.ppc", "7Client:libsmbclient-0:4.2.3-10.el7.ppc64", "7Client:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Client:libsmbclient-0:4.2.3-10.el7.s390", "7Client:libsmbclient-0:4.2.3-10.el7.s390x", "7Client:libsmbclient-0:4.2.3-10.el7.x86_64", "7Client:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Client:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Client:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Client:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Client:libwbclient-0:4.2.3-10.el7.aarch64", "7Client:libwbclient-0:4.2.3-10.el7.i686", "7Client:libwbclient-0:4.2.3-10.el7.ppc", "7Client:libwbclient-0:4.2.3-10.el7.ppc64", "7Client:libwbclient-0:4.2.3-10.el7.ppc64le", "7Client:libwbclient-0:4.2.3-10.el7.s390", "7Client:libwbclient-0:4.2.3-10.el7.s390x", "7Client:libwbclient-0:4.2.3-10.el7.x86_64", "7Client:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Client:libwbclient-devel-0:4.2.3-10.el7.i686", "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client:libwbclient-devel-0:4.2.3-10.el7.s390", "7Client:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Client:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Client:samba-0:4.2.3-10.el7.aarch64", "7Client:samba-0:4.2.3-10.el7.ppc64", "7Client:samba-0:4.2.3-10.el7.ppc64le", "7Client:samba-0:4.2.3-10.el7.s390x", "7Client:samba-0:4.2.3-10.el7.src", "7Client:samba-0:4.2.3-10.el7.x86_64", "7Client:samba-client-0:4.2.3-10.el7.aarch64", "7Client:samba-client-0:4.2.3-10.el7.ppc64", "7Client:samba-client-0:4.2.3-10.el7.ppc64le", "7Client:samba-client-0:4.2.3-10.el7.s390x", "7Client:samba-client-0:4.2.3-10.el7.x86_64", "7Client:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-client-libs-0:4.2.3-10.el7.i686", "7Client:samba-client-libs-0:4.2.3-10.el7.ppc", "7Client:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-client-libs-0:4.2.3-10.el7.s390", "7Client:samba-client-libs-0:4.2.3-10.el7.s390x", "7Client:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-common-0:4.2.3-10.el7.noarch", "7Client:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-common-libs-0:4.2.3-10.el7.s390x", "7Client:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Client:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Client:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Client:samba-common-tools-0:4.2.3-10.el7.s390x", "7Client:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Client:samba-dc-0:4.2.3-10.el7.aarch64", "7Client:samba-dc-0:4.2.3-10.el7.ppc64", "7Client:samba-dc-0:4.2.3-10.el7.ppc64le", "7Client:samba-dc-0:4.2.3-10.el7.s390x", "7Client:samba-dc-0:4.2.3-10.el7.x86_64", "7Client:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Client:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Client:samba-debuginfo-0:4.2.3-10.el7.i686", "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Client:samba-debuginfo-0:4.2.3-10.el7.s390", "7Client:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Client:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Client:samba-devel-0:4.2.3-10.el7.aarch64", "7Client:samba-devel-0:4.2.3-10.el7.i686", "7Client:samba-devel-0:4.2.3-10.el7.ppc", "7Client:samba-devel-0:4.2.3-10.el7.ppc64", "7Client:samba-devel-0:4.2.3-10.el7.ppc64le", "7Client:samba-devel-0:4.2.3-10.el7.s390", "7Client:samba-devel-0:4.2.3-10.el7.s390x", "7Client:samba-devel-0:4.2.3-10.el7.x86_64", "7Client:samba-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-libs-0:4.2.3-10.el7.i686", "7Client:samba-libs-0:4.2.3-10.el7.ppc", "7Client:samba-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-libs-0:4.2.3-10.el7.s390", "7Client:samba-libs-0:4.2.3-10.el7.s390x", "7Client:samba-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-pidl-0:4.2.3-10.el7.noarch", "7Client:samba-python-0:4.2.3-10.el7.aarch64", "7Client:samba-python-0:4.2.3-10.el7.ppc64", "7Client:samba-python-0:4.2.3-10.el7.ppc64le", "7Client:samba-python-0:4.2.3-10.el7.s390x", "7Client:samba-python-0:4.2.3-10.el7.x86_64", "7Client:samba-test-0:4.2.3-10.el7.aarch64", "7Client:samba-test-0:4.2.3-10.el7.ppc64", "7Client:samba-test-0:4.2.3-10.el7.ppc64le", "7Client:samba-test-0:4.2.3-10.el7.s390x", "7Client:samba-test-0:4.2.3-10.el7.x86_64", "7Client:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Client:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Client:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Client:samba-test-devel-0:4.2.3-10.el7.s390x", "7Client:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Client:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-test-libs-0:4.2.3-10.el7.i686", "7Client:samba-test-libs-0:4.2.3-10.el7.ppc", "7Client:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-test-libs-0:4.2.3-10.el7.s390", "7Client:samba-test-libs-0:4.2.3-10.el7.s390x", "7Client:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Client:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:ctdb-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-0:4.2.3-10.el7.src", "7ComputeNode-optional:samba-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-common-0:4.2.3-10.el7.noarch", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7ComputeNode:ctdb-0:4.2.3-10.el7.x86_64", "7ComputeNode:ctdb-devel-0:4.2.3-10.el7.i686", "7ComputeNode:ctdb-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:ctdb-tests-0:4.2.3-10.el7.x86_64", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.i686", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.s390", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.s390x", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:libwbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode:libwbclient-0:4.2.3-10.el7.i686", "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc", "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libwbclient-0:4.2.3-10.el7.s390", "7ComputeNode:libwbclient-0:4.2.3-10.el7.s390x", "7ComputeNode:libwbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-0:4.2.3-10.el7.src", "7ComputeNode:samba-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-client-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-client-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-client-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-client-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-client-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.i686", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.s390", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-common-0:4.2.3-10.el7.noarch", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-dc-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-dc-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-dc-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-dc-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-dc-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.i686", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.s390", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-devel-0:4.2.3-10.el7.i686", "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-devel-0:4.2.3-10.el7.s390", "7ComputeNode:samba-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-libs-0:4.2.3-10.el7.i686", "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-libs-0:4.2.3-10.el7.s390", "7ComputeNode:samba-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-pidl-0:4.2.3-10.el7.noarch", "7ComputeNode:samba-python-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-python-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-python-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-python-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-python-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-test-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-test-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-test-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-test-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-test-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.i686", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.s390", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.i686", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.s390", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:ctdb-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:ctdb-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.src", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-common-0:4.2.3-10.el7.noarch", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-pidl-0:4.2.3-10.el7.noarch", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Server-optional:ctdb-0:4.2.3-10.el7.x86_64", "7Server-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7Server-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Server-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7Server-optional:libsmbclient-0:4.2.3-10.el7.i686", "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Server-optional:libsmbclient-0:4.2.3-10.el7.s390", "7Server-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7Server-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7Server-optional:libwbclient-0:4.2.3-10.el7.i686", "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc", "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7Server-optional:libwbclient-0:4.2.3-10.el7.s390", "7Server-optional:libwbclient-0:4.2.3-10.el7.s390x", "7Server-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-0:4.2.3-10.el7.s390x", "7Server-optional:samba-0:4.2.3-10.el7.src", "7Server-optional:samba-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-client-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-client-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-client-0:4.2.3-10.el7.s390x", "7Server-optional:samba-client-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-common-0:4.2.3-10.el7.noarch", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-dc-0:4.2.3-10.el7.s390x", "7Server-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-devel-0:4.2.3-10.el7.i686", "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc", "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-devel-0:4.2.3-10.el7.s390", "7Server-optional:samba-devel-0:4.2.3-10.el7.s390x", "7Server-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-libs-0:4.2.3-10.el7.i686", "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc", "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-libs-0:4.2.3-10.el7.s390", "7Server-optional:samba-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7Server-optional:samba-python-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-python-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-python-0:4.2.3-10.el7.s390x", "7Server-optional:samba-python-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-test-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-test-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-test-0:4.2.3-10.el7.s390x", "7Server-optional:samba-test-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Server:ctdb-0:4.2.3-10.el7.x86_64", "7Server:ctdb-devel-0:4.2.3-10.el7.i686", "7Server:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Server:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Server:libsmbclient-0:4.2.3-10.el7.aarch64", "7Server:libsmbclient-0:4.2.3-10.el7.i686", "7Server:libsmbclient-0:4.2.3-10.el7.ppc", "7Server:libsmbclient-0:4.2.3-10.el7.ppc64", "7Server:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Server:libsmbclient-0:4.2.3-10.el7.s390", "7Server:libsmbclient-0:4.2.3-10.el7.s390x", "7Server:libsmbclient-0:4.2.3-10.el7.x86_64", "7Server:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Server:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Server:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Server:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Server:libwbclient-0:4.2.3-10.el7.aarch64", "7Server:libwbclient-0:4.2.3-10.el7.i686", "7Server:libwbclient-0:4.2.3-10.el7.ppc", "7Server:libwbclient-0:4.2.3-10.el7.ppc64", "7Server:libwbclient-0:4.2.3-10.el7.ppc64le", "7Server:libwbclient-0:4.2.3-10.el7.s390", "7Server:libwbclient-0:4.2.3-10.el7.s390x", "7Server:libwbclient-0:4.2.3-10.el7.x86_64", "7Server:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Server:libwbclient-devel-0:4.2.3-10.el7.i686", "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server:libwbclient-devel-0:4.2.3-10.el7.s390", "7Server:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Server:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Server:samba-0:4.2.3-10.el7.aarch64", "7Server:samba-0:4.2.3-10.el7.ppc64", "7Server:samba-0:4.2.3-10.el7.ppc64le", "7Server:samba-0:4.2.3-10.el7.s390x", "7Server:samba-0:4.2.3-10.el7.src", "7Server:samba-0:4.2.3-10.el7.x86_64", "7Server:samba-client-0:4.2.3-10.el7.aarch64", "7Server:samba-client-0:4.2.3-10.el7.ppc64", "7Server:samba-client-0:4.2.3-10.el7.ppc64le", "7Server:samba-client-0:4.2.3-10.el7.s390x", "7Server:samba-client-0:4.2.3-10.el7.x86_64", "7Server:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-client-libs-0:4.2.3-10.el7.i686", "7Server:samba-client-libs-0:4.2.3-10.el7.ppc", "7Server:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-client-libs-0:4.2.3-10.el7.s390", "7Server:samba-client-libs-0:4.2.3-10.el7.s390x", "7Server:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-common-0:4.2.3-10.el7.noarch", "7Server:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-common-libs-0:4.2.3-10.el7.s390x", "7Server:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Server:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Server:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Server:samba-common-tools-0:4.2.3-10.el7.s390x", "7Server:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Server:samba-dc-0:4.2.3-10.el7.aarch64", "7Server:samba-dc-0:4.2.3-10.el7.ppc64", "7Server:samba-dc-0:4.2.3-10.el7.ppc64le", "7Server:samba-dc-0:4.2.3-10.el7.s390x", "7Server:samba-dc-0:4.2.3-10.el7.x86_64", "7Server:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Server:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Server:samba-debuginfo-0:4.2.3-10.el7.i686", "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Server:samba-debuginfo-0:4.2.3-10.el7.s390", "7Server:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Server:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Server:samba-devel-0:4.2.3-10.el7.aarch64", "7Server:samba-devel-0:4.2.3-10.el7.i686", "7Server:samba-devel-0:4.2.3-10.el7.ppc", "7Server:samba-devel-0:4.2.3-10.el7.ppc64", "7Server:samba-devel-0:4.2.3-10.el7.ppc64le", "7Server:samba-devel-0:4.2.3-10.el7.s390", "7Server:samba-devel-0:4.2.3-10.el7.s390x", "7Server:samba-devel-0:4.2.3-10.el7.x86_64", "7Server:samba-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-libs-0:4.2.3-10.el7.i686", "7Server:samba-libs-0:4.2.3-10.el7.ppc", "7Server:samba-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-libs-0:4.2.3-10.el7.s390", "7Server:samba-libs-0:4.2.3-10.el7.s390x", "7Server:samba-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-pidl-0:4.2.3-10.el7.noarch", "7Server:samba-python-0:4.2.3-10.el7.aarch64", "7Server:samba-python-0:4.2.3-10.el7.ppc64", "7Server:samba-python-0:4.2.3-10.el7.ppc64le", "7Server:samba-python-0:4.2.3-10.el7.s390x", "7Server:samba-python-0:4.2.3-10.el7.x86_64", "7Server:samba-test-0:4.2.3-10.el7.aarch64", "7Server:samba-test-0:4.2.3-10.el7.ppc64", "7Server:samba-test-0:4.2.3-10.el7.ppc64le", "7Server:samba-test-0:4.2.3-10.el7.s390x", "7Server:samba-test-0:4.2.3-10.el7.x86_64", "7Server:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Server:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Server:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Server:samba-test-devel-0:4.2.3-10.el7.s390x", "7Server:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Server:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-test-libs-0:4.2.3-10.el7.i686", "7Server:samba-test-libs-0:4.2.3-10.el7.ppc", "7Server:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-test-libs-0:4.2.3-10.el7.s390", "7Server:samba-test-libs-0:4.2.3-10.el7.s390x", "7Server:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Server:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Workstation-optional:ctdb-0:4.2.3-10.el7.x86_64", "7Workstation-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.i686", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.s390", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.i686", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.s390", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.s390x", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-0:4.2.3-10.el7.src", "7Workstation-optional:samba-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-client-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-client-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-client-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-client-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-common-0:4.2.3-10.el7.noarch", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7Workstation-optional:samba-python-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-python-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-python-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-python-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-test-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-test-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-test-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-test-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Workstation:ctdb-0:4.2.3-10.el7.x86_64", "7Workstation:ctdb-devel-0:4.2.3-10.el7.i686", "7Workstation:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Workstation:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Workstation:libsmbclient-0:4.2.3-10.el7.aarch64", "7Workstation:libsmbclient-0:4.2.3-10.el7.i686", "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc", "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc64", "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Workstation:libsmbclient-0:4.2.3-10.el7.s390", "7Workstation:libsmbclient-0:4.2.3-10.el7.s390x", "7Workstation:libsmbclient-0:4.2.3-10.el7.x86_64", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation:libwbclient-0:4.2.3-10.el7.aarch64", "7Workstation:libwbclient-0:4.2.3-10.el7.i686", "7Workstation:libwbclient-0:4.2.3-10.el7.ppc", "7Workstation:libwbclient-0:4.2.3-10.el7.ppc64", "7Workstation:libwbclient-0:4.2.3-10.el7.ppc64le", "7Workstation:libwbclient-0:4.2.3-10.el7.s390", "7Workstation:libwbclient-0:4.2.3-10.el7.s390x", "7Workstation:libwbclient-0:4.2.3-10.el7.x86_64", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.i686", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.s390", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation:samba-0:4.2.3-10.el7.aarch64", "7Workstation:samba-0:4.2.3-10.el7.ppc64", "7Workstation:samba-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-0:4.2.3-10.el7.s390x", "7Workstation:samba-0:4.2.3-10.el7.src", "7Workstation:samba-0:4.2.3-10.el7.x86_64", "7Workstation:samba-client-0:4.2.3-10.el7.aarch64", "7Workstation:samba-client-0:4.2.3-10.el7.ppc64", "7Workstation:samba-client-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-client-0:4.2.3-10.el7.s390x", "7Workstation:samba-client-0:4.2.3-10.el7.x86_64", "7Workstation:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-client-libs-0:4.2.3-10.el7.i686", "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc", "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-client-libs-0:4.2.3-10.el7.s390", "7Workstation:samba-client-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-common-0:4.2.3-10.el7.noarch", "7Workstation:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-common-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Workstation:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Workstation:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-common-tools-0:4.2.3-10.el7.s390x", "7Workstation:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Workstation:samba-dc-0:4.2.3-10.el7.aarch64", "7Workstation:samba-dc-0:4.2.3-10.el7.ppc64", "7Workstation:samba-dc-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-dc-0:4.2.3-10.el7.s390x", "7Workstation:samba-dc-0:4.2.3-10.el7.x86_64", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.i686", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.s390", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Workstation:samba-devel-0:4.2.3-10.el7.aarch64", "7Workstation:samba-devel-0:4.2.3-10.el7.i686", "7Workstation:samba-devel-0:4.2.3-10.el7.ppc", "7Workstation:samba-devel-0:4.2.3-10.el7.ppc64", "7Workstation:samba-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-devel-0:4.2.3-10.el7.s390", "7Workstation:samba-devel-0:4.2.3-10.el7.s390x", "7Workstation:samba-devel-0:4.2.3-10.el7.x86_64", "7Workstation:samba-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-libs-0:4.2.3-10.el7.i686", "7Workstation:samba-libs-0:4.2.3-10.el7.ppc", "7Workstation:samba-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-libs-0:4.2.3-10.el7.s390", "7Workstation:samba-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-pidl-0:4.2.3-10.el7.noarch", "7Workstation:samba-python-0:4.2.3-10.el7.aarch64", "7Workstation:samba-python-0:4.2.3-10.el7.ppc64", "7Workstation:samba-python-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-python-0:4.2.3-10.el7.s390x", "7Workstation:samba-python-0:4.2.3-10.el7.x86_64", "7Workstation:samba-test-0:4.2.3-10.el7.aarch64", "7Workstation:samba-test-0:4.2.3-10.el7.ppc64", "7Workstation:samba-test-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-test-0:4.2.3-10.el7.s390x", "7Workstation:samba-test-0:4.2.3-10.el7.x86_64", "7Workstation:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Workstation:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Workstation:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-test-devel-0:4.2.3-10.el7.s390x", "7Workstation:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Workstation:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-test-libs-0:4.2.3-10.el7.i686", "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc", "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-test-libs-0:4.2.3-10.el7.s390", "7Workstation:samba-test-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2015:2258" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "7Client-optional:ctdb-0:4.2.3-10.el7.x86_64", "7Client-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7Client-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Client-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7Client-optional:libsmbclient-0:4.2.3-10.el7.i686", "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7Client-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Client-optional:libsmbclient-0:4.2.3-10.el7.s390", "7Client-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7Client-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Client-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7Client-optional:libwbclient-0:4.2.3-10.el7.i686", "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc", "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7Client-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7Client-optional:libwbclient-0:4.2.3-10.el7.s390", "7Client-optional:libwbclient-0:4.2.3-10.el7.s390x", "7Client-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Client-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-0:4.2.3-10.el7.s390x", "7Client-optional:samba-0:4.2.3-10.el7.src", "7Client-optional:samba-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-client-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-client-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-client-0:4.2.3-10.el7.s390x", "7Client-optional:samba-client-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-common-0:4.2.3-10.el7.noarch", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7Client-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-dc-0:4.2.3-10.el7.s390x", "7Client-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Client-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-devel-0:4.2.3-10.el7.i686", "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc", "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-devel-0:4.2.3-10.el7.s390", "7Client-optional:samba-devel-0:4.2.3-10.el7.s390x", "7Client-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-libs-0:4.2.3-10.el7.i686", "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc", "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-libs-0:4.2.3-10.el7.s390", "7Client-optional:samba-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7Client-optional:samba-python-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-python-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-python-0:4.2.3-10.el7.s390x", "7Client-optional:samba-python-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-test-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-test-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-test-0:4.2.3-10.el7.s390x", "7Client-optional:samba-test-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7Client-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7Client-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Client-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Client:ctdb-0:4.2.3-10.el7.x86_64", "7Client:ctdb-devel-0:4.2.3-10.el7.i686", "7Client:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Client:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Client:libsmbclient-0:4.2.3-10.el7.aarch64", "7Client:libsmbclient-0:4.2.3-10.el7.i686", "7Client:libsmbclient-0:4.2.3-10.el7.ppc", "7Client:libsmbclient-0:4.2.3-10.el7.ppc64", "7Client:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Client:libsmbclient-0:4.2.3-10.el7.s390", "7Client:libsmbclient-0:4.2.3-10.el7.s390x", "7Client:libsmbclient-0:4.2.3-10.el7.x86_64", "7Client:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Client:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Client:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Client:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Client:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Client:libwbclient-0:4.2.3-10.el7.aarch64", "7Client:libwbclient-0:4.2.3-10.el7.i686", "7Client:libwbclient-0:4.2.3-10.el7.ppc", "7Client:libwbclient-0:4.2.3-10.el7.ppc64", "7Client:libwbclient-0:4.2.3-10.el7.ppc64le", "7Client:libwbclient-0:4.2.3-10.el7.s390", "7Client:libwbclient-0:4.2.3-10.el7.s390x", "7Client:libwbclient-0:4.2.3-10.el7.x86_64", "7Client:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Client:libwbclient-devel-0:4.2.3-10.el7.i686", "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Client:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Client:libwbclient-devel-0:4.2.3-10.el7.s390", "7Client:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Client:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Client:samba-0:4.2.3-10.el7.aarch64", "7Client:samba-0:4.2.3-10.el7.ppc64", "7Client:samba-0:4.2.3-10.el7.ppc64le", "7Client:samba-0:4.2.3-10.el7.s390x", "7Client:samba-0:4.2.3-10.el7.src", "7Client:samba-0:4.2.3-10.el7.x86_64", "7Client:samba-client-0:4.2.3-10.el7.aarch64", "7Client:samba-client-0:4.2.3-10.el7.ppc64", "7Client:samba-client-0:4.2.3-10.el7.ppc64le", "7Client:samba-client-0:4.2.3-10.el7.s390x", "7Client:samba-client-0:4.2.3-10.el7.x86_64", "7Client:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-client-libs-0:4.2.3-10.el7.i686", "7Client:samba-client-libs-0:4.2.3-10.el7.ppc", "7Client:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-client-libs-0:4.2.3-10.el7.s390", "7Client:samba-client-libs-0:4.2.3-10.el7.s390x", "7Client:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-common-0:4.2.3-10.el7.noarch", "7Client:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-common-libs-0:4.2.3-10.el7.s390x", "7Client:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Client:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Client:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Client:samba-common-tools-0:4.2.3-10.el7.s390x", "7Client:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Client:samba-dc-0:4.2.3-10.el7.aarch64", "7Client:samba-dc-0:4.2.3-10.el7.ppc64", "7Client:samba-dc-0:4.2.3-10.el7.ppc64le", "7Client:samba-dc-0:4.2.3-10.el7.s390x", "7Client:samba-dc-0:4.2.3-10.el7.x86_64", "7Client:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Client:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Client:samba-debuginfo-0:4.2.3-10.el7.i686", "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Client:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Client:samba-debuginfo-0:4.2.3-10.el7.s390", "7Client:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Client:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Client:samba-devel-0:4.2.3-10.el7.aarch64", "7Client:samba-devel-0:4.2.3-10.el7.i686", "7Client:samba-devel-0:4.2.3-10.el7.ppc", "7Client:samba-devel-0:4.2.3-10.el7.ppc64", "7Client:samba-devel-0:4.2.3-10.el7.ppc64le", "7Client:samba-devel-0:4.2.3-10.el7.s390", "7Client:samba-devel-0:4.2.3-10.el7.s390x", "7Client:samba-devel-0:4.2.3-10.el7.x86_64", "7Client:samba-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-libs-0:4.2.3-10.el7.i686", "7Client:samba-libs-0:4.2.3-10.el7.ppc", "7Client:samba-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-libs-0:4.2.3-10.el7.s390", "7Client:samba-libs-0:4.2.3-10.el7.s390x", "7Client:samba-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-pidl-0:4.2.3-10.el7.noarch", "7Client:samba-python-0:4.2.3-10.el7.aarch64", "7Client:samba-python-0:4.2.3-10.el7.ppc64", "7Client:samba-python-0:4.2.3-10.el7.ppc64le", "7Client:samba-python-0:4.2.3-10.el7.s390x", "7Client:samba-python-0:4.2.3-10.el7.x86_64", "7Client:samba-test-0:4.2.3-10.el7.aarch64", "7Client:samba-test-0:4.2.3-10.el7.ppc64", "7Client:samba-test-0:4.2.3-10.el7.ppc64le", "7Client:samba-test-0:4.2.3-10.el7.s390x", "7Client:samba-test-0:4.2.3-10.el7.x86_64", "7Client:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Client:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Client:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Client:samba-test-devel-0:4.2.3-10.el7.s390x", "7Client:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Client:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Client:samba-test-libs-0:4.2.3-10.el7.i686", "7Client:samba-test-libs-0:4.2.3-10.el7.ppc", "7Client:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Client:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Client:samba-test-libs-0:4.2.3-10.el7.s390", "7Client:samba-test-libs-0:4.2.3-10.el7.s390x", "7Client:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Client:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Client:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Client:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Client:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Client:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Client:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Client:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:ctdb-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-0:4.2.3-10.el7.src", "7ComputeNode-optional:samba-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-client-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-common-0:4.2.3-10.el7.noarch", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-python-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-test-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7ComputeNode-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7ComputeNode:ctdb-0:4.2.3-10.el7.x86_64", "7ComputeNode:ctdb-devel-0:4.2.3-10.el7.i686", "7ComputeNode:ctdb-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:ctdb-tests-0:4.2.3-10.el7.x86_64", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.i686", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.s390", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.s390x", "7ComputeNode:libsmbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:libwbclient-0:4.2.3-10.el7.aarch64", "7ComputeNode:libwbclient-0:4.2.3-10.el7.i686", "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc", "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc64", "7ComputeNode:libwbclient-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libwbclient-0:4.2.3-10.el7.s390", "7ComputeNode:libwbclient-0:4.2.3-10.el7.s390x", "7ComputeNode:libwbclient-0:4.2.3-10.el7.x86_64", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.i686", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.s390", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-0:4.2.3-10.el7.src", "7ComputeNode:samba-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-client-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-client-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-client-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-client-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-client-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.i686", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.s390", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-client-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-common-0:4.2.3-10.el7.noarch", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-common-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-common-tools-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-dc-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-dc-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-dc-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-dc-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-dc-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.i686", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.s390", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-devel-0:4.2.3-10.el7.i686", "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-devel-0:4.2.3-10.el7.s390", "7ComputeNode:samba-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-libs-0:4.2.3-10.el7.i686", "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-libs-0:4.2.3-10.el7.s390", "7ComputeNode:samba-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-pidl-0:4.2.3-10.el7.noarch", "7ComputeNode:samba-python-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-python-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-python-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-python-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-python-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-test-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-test-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-test-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-test-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-test-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-test-devel-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.i686", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.s390", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-test-libs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.i686", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.s390", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7ComputeNode:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:ctdb-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:ctdb-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libsmbclient-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libwbclient-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.src", "7Server-ResilientStorage:samba-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-client-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-common-0:4.2.3-10.el7.noarch", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-dc-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-pidl-0:4.2.3-10.el7.noarch", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-python-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-test-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Server-ResilientStorage:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Server-optional:ctdb-0:4.2.3-10.el7.x86_64", "7Server-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7Server-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Server-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7Server-optional:libsmbclient-0:4.2.3-10.el7.i686", "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7Server-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Server-optional:libsmbclient-0:4.2.3-10.el7.s390", "7Server-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7Server-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Server-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7Server-optional:libwbclient-0:4.2.3-10.el7.i686", "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc", "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7Server-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7Server-optional:libwbclient-0:4.2.3-10.el7.s390", "7Server-optional:libwbclient-0:4.2.3-10.el7.s390x", "7Server-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Server-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-0:4.2.3-10.el7.s390x", "7Server-optional:samba-0:4.2.3-10.el7.src", "7Server-optional:samba-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-client-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-client-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-client-0:4.2.3-10.el7.s390x", "7Server-optional:samba-client-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-common-0:4.2.3-10.el7.noarch", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7Server-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-dc-0:4.2.3-10.el7.s390x", "7Server-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Server-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-devel-0:4.2.3-10.el7.i686", "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc", "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-devel-0:4.2.3-10.el7.s390", "7Server-optional:samba-devel-0:4.2.3-10.el7.s390x", "7Server-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-libs-0:4.2.3-10.el7.i686", "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc", "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-libs-0:4.2.3-10.el7.s390", "7Server-optional:samba-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7Server-optional:samba-python-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-python-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-python-0:4.2.3-10.el7.s390x", "7Server-optional:samba-python-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-test-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-test-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-test-0:4.2.3-10.el7.s390x", "7Server-optional:samba-test-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7Server-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7Server-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Server-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Server:ctdb-0:4.2.3-10.el7.x86_64", "7Server:ctdb-devel-0:4.2.3-10.el7.i686", "7Server:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Server:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Server:libsmbclient-0:4.2.3-10.el7.aarch64", "7Server:libsmbclient-0:4.2.3-10.el7.i686", "7Server:libsmbclient-0:4.2.3-10.el7.ppc", "7Server:libsmbclient-0:4.2.3-10.el7.ppc64", "7Server:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Server:libsmbclient-0:4.2.3-10.el7.s390", "7Server:libsmbclient-0:4.2.3-10.el7.s390x", "7Server:libsmbclient-0:4.2.3-10.el7.x86_64", "7Server:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Server:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Server:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Server:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Server:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Server:libwbclient-0:4.2.3-10.el7.aarch64", "7Server:libwbclient-0:4.2.3-10.el7.i686", "7Server:libwbclient-0:4.2.3-10.el7.ppc", "7Server:libwbclient-0:4.2.3-10.el7.ppc64", "7Server:libwbclient-0:4.2.3-10.el7.ppc64le", "7Server:libwbclient-0:4.2.3-10.el7.s390", "7Server:libwbclient-0:4.2.3-10.el7.s390x", "7Server:libwbclient-0:4.2.3-10.el7.x86_64", "7Server:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Server:libwbclient-devel-0:4.2.3-10.el7.i686", "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Server:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Server:libwbclient-devel-0:4.2.3-10.el7.s390", "7Server:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Server:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Server:samba-0:4.2.3-10.el7.aarch64", "7Server:samba-0:4.2.3-10.el7.ppc64", "7Server:samba-0:4.2.3-10.el7.ppc64le", "7Server:samba-0:4.2.3-10.el7.s390x", "7Server:samba-0:4.2.3-10.el7.src", "7Server:samba-0:4.2.3-10.el7.x86_64", "7Server:samba-client-0:4.2.3-10.el7.aarch64", "7Server:samba-client-0:4.2.3-10.el7.ppc64", "7Server:samba-client-0:4.2.3-10.el7.ppc64le", "7Server:samba-client-0:4.2.3-10.el7.s390x", "7Server:samba-client-0:4.2.3-10.el7.x86_64", "7Server:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-client-libs-0:4.2.3-10.el7.i686", "7Server:samba-client-libs-0:4.2.3-10.el7.ppc", "7Server:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-client-libs-0:4.2.3-10.el7.s390", "7Server:samba-client-libs-0:4.2.3-10.el7.s390x", "7Server:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-common-0:4.2.3-10.el7.noarch", "7Server:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-common-libs-0:4.2.3-10.el7.s390x", "7Server:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Server:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Server:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Server:samba-common-tools-0:4.2.3-10.el7.s390x", "7Server:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Server:samba-dc-0:4.2.3-10.el7.aarch64", "7Server:samba-dc-0:4.2.3-10.el7.ppc64", "7Server:samba-dc-0:4.2.3-10.el7.ppc64le", "7Server:samba-dc-0:4.2.3-10.el7.s390x", "7Server:samba-dc-0:4.2.3-10.el7.x86_64", "7Server:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Server:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Server:samba-debuginfo-0:4.2.3-10.el7.i686", "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Server:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Server:samba-debuginfo-0:4.2.3-10.el7.s390", "7Server:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Server:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Server:samba-devel-0:4.2.3-10.el7.aarch64", "7Server:samba-devel-0:4.2.3-10.el7.i686", "7Server:samba-devel-0:4.2.3-10.el7.ppc", "7Server:samba-devel-0:4.2.3-10.el7.ppc64", "7Server:samba-devel-0:4.2.3-10.el7.ppc64le", "7Server:samba-devel-0:4.2.3-10.el7.s390", "7Server:samba-devel-0:4.2.3-10.el7.s390x", "7Server:samba-devel-0:4.2.3-10.el7.x86_64", "7Server:samba-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-libs-0:4.2.3-10.el7.i686", "7Server:samba-libs-0:4.2.3-10.el7.ppc", "7Server:samba-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-libs-0:4.2.3-10.el7.s390", "7Server:samba-libs-0:4.2.3-10.el7.s390x", "7Server:samba-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-pidl-0:4.2.3-10.el7.noarch", "7Server:samba-python-0:4.2.3-10.el7.aarch64", "7Server:samba-python-0:4.2.3-10.el7.ppc64", "7Server:samba-python-0:4.2.3-10.el7.ppc64le", "7Server:samba-python-0:4.2.3-10.el7.s390x", "7Server:samba-python-0:4.2.3-10.el7.x86_64", "7Server:samba-test-0:4.2.3-10.el7.aarch64", "7Server:samba-test-0:4.2.3-10.el7.ppc64", "7Server:samba-test-0:4.2.3-10.el7.ppc64le", "7Server:samba-test-0:4.2.3-10.el7.s390x", "7Server:samba-test-0:4.2.3-10.el7.x86_64", "7Server:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Server:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Server:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Server:samba-test-devel-0:4.2.3-10.el7.s390x", "7Server:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Server:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Server:samba-test-libs-0:4.2.3-10.el7.i686", "7Server:samba-test-libs-0:4.2.3-10.el7.ppc", "7Server:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Server:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Server:samba-test-libs-0:4.2.3-10.el7.s390", "7Server:samba-test-libs-0:4.2.3-10.el7.s390x", "7Server:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Server:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Server:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Server:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Server:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Server:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Server:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Server:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Workstation-optional:ctdb-0:4.2.3-10.el7.x86_64", "7Workstation-optional:ctdb-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.i686", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.s390", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.s390x", "7Workstation-optional:libsmbclient-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.i686", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.s390", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.s390x", "7Workstation-optional:libwbclient-0:4.2.3-10.el7.x86_64", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.s390", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-0:4.2.3-10.el7.src", "7Workstation-optional:samba-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-client-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-client-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-client-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-client-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-client-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-common-0:4.2.3-10.el7.noarch", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-dc-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-pidl-0:4.2.3-10.el7.noarch", "7Workstation-optional:samba-python-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-python-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-python-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-python-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-python-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-test-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-test-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-test-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-test-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-test-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Workstation-optional:samba-winbind-modules-0:4.2.3-10.el7.x86_64", "7Workstation:ctdb-0:4.2.3-10.el7.x86_64", "7Workstation:ctdb-devel-0:4.2.3-10.el7.i686", "7Workstation:ctdb-devel-0:4.2.3-10.el7.x86_64", "7Workstation:ctdb-tests-0:4.2.3-10.el7.x86_64", "7Workstation:libsmbclient-0:4.2.3-10.el7.aarch64", "7Workstation:libsmbclient-0:4.2.3-10.el7.i686", "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc", "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc64", "7Workstation:libsmbclient-0:4.2.3-10.el7.ppc64le", "7Workstation:libsmbclient-0:4.2.3-10.el7.s390", "7Workstation:libsmbclient-0:4.2.3-10.el7.s390x", "7Workstation:libsmbclient-0:4.2.3-10.el7.x86_64", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.i686", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.s390", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation:libsmbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation:libwbclient-0:4.2.3-10.el7.aarch64", "7Workstation:libwbclient-0:4.2.3-10.el7.i686", "7Workstation:libwbclient-0:4.2.3-10.el7.ppc", "7Workstation:libwbclient-0:4.2.3-10.el7.ppc64", "7Workstation:libwbclient-0:4.2.3-10.el7.ppc64le", "7Workstation:libwbclient-0:4.2.3-10.el7.s390", "7Workstation:libwbclient-0:4.2.3-10.el7.s390x", "7Workstation:libwbclient-0:4.2.3-10.el7.x86_64", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.aarch64", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.i686", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc64", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.s390", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.s390x", "7Workstation:libwbclient-devel-0:4.2.3-10.el7.x86_64", "7Workstation:samba-0:4.2.3-10.el7.aarch64", "7Workstation:samba-0:4.2.3-10.el7.ppc64", "7Workstation:samba-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-0:4.2.3-10.el7.s390x", "7Workstation:samba-0:4.2.3-10.el7.src", "7Workstation:samba-0:4.2.3-10.el7.x86_64", "7Workstation:samba-client-0:4.2.3-10.el7.aarch64", "7Workstation:samba-client-0:4.2.3-10.el7.ppc64", "7Workstation:samba-client-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-client-0:4.2.3-10.el7.s390x", "7Workstation:samba-client-0:4.2.3-10.el7.x86_64", "7Workstation:samba-client-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-client-libs-0:4.2.3-10.el7.i686", "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc", "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-client-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-client-libs-0:4.2.3-10.el7.s390", "7Workstation:samba-client-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-client-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-common-0:4.2.3-10.el7.noarch", "7Workstation:samba-common-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-common-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-common-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-common-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-common-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-common-tools-0:4.2.3-10.el7.aarch64", "7Workstation:samba-common-tools-0:4.2.3-10.el7.ppc64", "7Workstation:samba-common-tools-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-common-tools-0:4.2.3-10.el7.s390x", "7Workstation:samba-common-tools-0:4.2.3-10.el7.x86_64", "7Workstation:samba-dc-0:4.2.3-10.el7.aarch64", "7Workstation:samba-dc-0:4.2.3-10.el7.ppc64", "7Workstation:samba-dc-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-dc-0:4.2.3-10.el7.s390x", "7Workstation:samba-dc-0:4.2.3-10.el7.x86_64", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-dc-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.aarch64", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.i686", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc64", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.s390", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.s390x", "7Workstation:samba-debuginfo-0:4.2.3-10.el7.x86_64", "7Workstation:samba-devel-0:4.2.3-10.el7.aarch64", "7Workstation:samba-devel-0:4.2.3-10.el7.i686", "7Workstation:samba-devel-0:4.2.3-10.el7.ppc", "7Workstation:samba-devel-0:4.2.3-10.el7.ppc64", "7Workstation:samba-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-devel-0:4.2.3-10.el7.s390", "7Workstation:samba-devel-0:4.2.3-10.el7.s390x", "7Workstation:samba-devel-0:4.2.3-10.el7.x86_64", "7Workstation:samba-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-libs-0:4.2.3-10.el7.i686", "7Workstation:samba-libs-0:4.2.3-10.el7.ppc", "7Workstation:samba-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-libs-0:4.2.3-10.el7.s390", "7Workstation:samba-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-pidl-0:4.2.3-10.el7.noarch", "7Workstation:samba-python-0:4.2.3-10.el7.aarch64", "7Workstation:samba-python-0:4.2.3-10.el7.ppc64", "7Workstation:samba-python-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-python-0:4.2.3-10.el7.s390x", "7Workstation:samba-python-0:4.2.3-10.el7.x86_64", "7Workstation:samba-test-0:4.2.3-10.el7.aarch64", "7Workstation:samba-test-0:4.2.3-10.el7.ppc64", "7Workstation:samba-test-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-test-0:4.2.3-10.el7.s390x", "7Workstation:samba-test-0:4.2.3-10.el7.x86_64", "7Workstation:samba-test-devel-0:4.2.3-10.el7.aarch64", "7Workstation:samba-test-devel-0:4.2.3-10.el7.ppc64", "7Workstation:samba-test-devel-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-test-devel-0:4.2.3-10.el7.s390x", "7Workstation:samba-test-devel-0:4.2.3-10.el7.x86_64", "7Workstation:samba-test-libs-0:4.2.3-10.el7.aarch64", "7Workstation:samba-test-libs-0:4.2.3-10.el7.i686", "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc", "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc64", "7Workstation:samba-test-libs-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-test-libs-0:4.2.3-10.el7.s390", "7Workstation:samba-test-libs-0:4.2.3-10.el7.s390x", "7Workstation:samba-test-libs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-vfs-glusterfs-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-clients-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-krb5-locator-0:4.2.3-10.el7.x86_64", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.aarch64", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.i686", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc64", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.ppc64le", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.s390", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.s390x", "7Workstation:samba-winbind-modules-0:4.2.3-10.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "samba: DoS to AD-DC due to insufficient checking of asn1 memory allocation" } ] }
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.