{
  "SPDXID": "SPDXRef-DOCUMENT",
  "name": "glusterfs-server-0.11.1-10.oe2403sp4.aarch64.rpm",
  "spdxVersion": "SPDX-2.2",
  "creationInfo": {
    "created": "2026-07-04T04:28:12.092529219Z",
    "creators": [
      "openeuler_creator"
    ]
  },
  "dataLicense": "CC0-1.0",
  "documentNamespace": "https://sbom.openEuler.org/glusterfs-server-0.11.1-10.oe2403sp4.aarch64.rpm",
  "packages": [
    {
      "SPDXID": "SPDXRef-rpm-glusterfs-server-11.1",
      "name": "glusterfs-server",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "3e8f147a46431030d059619ae71d71119e2e9bcb34e6a011930c475603259a27"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package provides the glusterfs server daemon.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/glusterfs-server@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Clustered file-system server",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-bash-5.2.15",
      "name": "bash",
      "licenseConcluded": "GPLv3",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "9e44c67402e88f8c3409ae71f375e1239d0fe67abb011f90acd3cff8eed95a11"
        }
      ],
      "description": "Bash is the GNU Project's shell. Bash is the Bourne Again SHell. Bash is an sh-compatible\nshell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is\nintended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers\nfunctional improvements over sh for both programming and interactive use. In addition, most\nsh scripts can be run by Bash without modification.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/bash@5.2.15-19.oe2403sp4?arch=aarch64&epoch=0&upstream=bash-5.2.15-19.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.gnu.org/software/bash",
      "licenseDeclared": "GPLv3",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "It is the Bourne Again Shell",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:5.2.15-19.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-coreutils-9.4",
      "name": "coreutils",
      "licenseConcluded": "GPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "9a45326d88eefd6f8a0018a1626f7decc11e3649f47296d7ce55e5ce473c3296"
        }
      ],
      "description": "These are the GNU core utilities.  This package is the combination of\nthe old GNU fileutils, sh-utils, and textutils packages.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/coreutils@9.4-22.oe2403sp4?arch=aarch64&epoch=0&upstream=coreutils-9.4-22.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.gnu.org/software/coreutils/",
      "licenseDeclared": "GPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "A set of basic GNU tools commonly used in shell scripts",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:9.4-22.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-glibc-2.38",
      "name": "glibc",
      "licenseConcluded": "LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net-2.0 and ISC and Public Domain and GFDL-1.3-only",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "972f6f0ead2fbc0f525623aa566baec969734e89308b0c92aa05a9f8d3c7299f"
        }
      ],
      "description": "The GNU C Library project provides the core libraries for the GNU system and\nGNU/Linux systems, as well as many other systems that use Linux as the kernel.\nThese libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD,\nOS-specific APIs and more. These APIs include such foundational facilities as\nopen, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt,\n login, exit and more.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/glibc@2.38-107.oe2403sp4?arch=aarch64&epoch=0&upstream=glibc-2.38-107.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://www.gnu.org/software/glibc/",
      "licenseDeclared": "LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net-2.0 and ISC and Public Domain and GFDL-1.3-only",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "The GNU libc libraries",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.38-107.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-glusterfs-11.1",
      "name": "glusterfs",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "df7b49aa646ac9bd7f06fdda7ea69cde280f198a3ef8e30f5d5afc7168fac5a2"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package includes the glusterfs binary, the glusterfsd daemon and the\nlibglusterfs and glusterfs translator modules common to both GlusterFS server\nand client framework.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/glusterfs@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Distributed File System",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-glusterfs-cli-11.1",
      "name": "glusterfs-cli",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "b87d35e4f753c7fb46f8997182e85838ef8c51886f447d05f6c3533ac73eb835"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package provides the GlusterFS CLI application and its man page",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/glusterfs-cli@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "GlusterFS CLI",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-glusterfs-client-xlators-11.1",
      "name": "glusterfs-client-xlators",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "c92bc1c4b7426af41d1b8f6075259340f8da94fe262671615a0db72e515e09d9"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package provides the translators needed on any GlusterFS client.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/glusterfs-client-xlators@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "GlusterFS client-side translators",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-glusterfs-fuse-11.1",
      "name": "glusterfs-fuse",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "391cbdc97cd87b525aa5d6f225e356b25981549c32635dfedd2fdb4a9c0cf09f"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package provides support to FUSE based clients and inlcudes the\nglusterfs(d) binary.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/glusterfs-fuse@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Fuse client",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libacl-2.3.1",
      "name": "libacl",
      "licenseConcluded": "LGPLv2+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "78419bcdfde356ec07c263ac079072646ea4b19826fad68602076dd89f89d108"
        }
      ],
      "description": "This package contains the library for manipulating access control list.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libacl@2.3.1-6.oe2403sp4?arch=aarch64&epoch=0&upstream=acl-2.3.1-6.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://savannah.nongnu.org/projects/acl",
      "licenseDeclared": "LGPLv2+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Library for supporting access control list",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.3.1-6.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libaio-0.3.113",
      "name": "libaio",
      "licenseConcluded": "LGPL-2.0-or-later",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "bf44c1521915fbc07eea6e79317d9c9f3186c8f469d2e27ba3885815b347093d"
        }
      ],
      "description": "The Linux-native asynchronous I/O facility (\"async I/O\", or \"aio\") has a\nricher API and capability set than the simple POSIX async I/O facility.\nThis library, libaio, provides the Linux-native API for async I/O.\nThe POSIX async I/O facility requires this library in order to provide\nkernel-accelerated async I/O capabilities, as do applications which\nrequire the Linux-native async I/O API.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libaio@0.3.113-10.oe2403sp4?arch=aarch64&epoch=0&upstream=libaio-0.3.113-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://pagure.io/libaio",
      "licenseDeclared": "LGPL-2.0-or-later",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Linux-native asynchronous I/O access library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:0.3.113-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libgfapi0-11.1",
      "name": "libgfapi0",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "39b2998cd1cdfd5cc69e0574ed8ed7e6b4ab967d95697a4aa970489417e33995"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package provides the glusterfs libgfapi library.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libgfapi0@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "GlusterFS api library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libgfchangelog0-11.1",
      "name": "libgfchangelog0",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "6c4d716d70972a65785a398148dd6ee6484c229b62376c32a153d55d2d9c3280"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package provides the libgfchangelog library",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libgfchangelog0@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "GlusterFS libchangelog library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libgfrpc0-11.1",
      "name": "libgfrpc0",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "138d4e8dd3e9df150c634109dbd2bbc41ff495e168abe90edfa116ccba09c37e"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package provides the libgfrpc library",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libgfrpc0@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "GlusterFS libgfrpc0 library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libgfxdr0-11.1",
      "name": "libgfxdr0",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "5b40ffaa6a721ebd91c1fd6523208c5b1ac452c5deb64e322d72953a5be93ae7"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package provides the libgfxdr library",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libgfxdr0@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "GlusterFS libgfxdr0 library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libglusterfs0-11.1",
      "name": "libglusterfs0",
      "licenseConcluded": "GPLv3 or GPLv2+ or LGPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "6825a73da4a3b2a6a35329b75e7db5310958f3f33eb9d0ba10cd07cfddcc3a8c"
        }
      ],
      "description": "GlusterFS is a distributed file-system capable of scaling to several\npetabytes. It aggregates various storage bricks over TCP/IP interconnect\ninto one large parallel network filesystem. GlusterFS is one of the\nmost sophisticated file systems in terms of features and extensibility.\nIt borrows a powerful concept called Translators from GNU Hurd kernel.\nMuch of the code in GlusterFS is in user space and easily manageable.\n\nThis package provides the base libglusterfs library",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libglusterfs0@11.1-10.oe2403sp4?arch=aarch64&epoch=0&upstream=glusterfs-11.1-10.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://docs.gluster.org/",
      "licenseDeclared": "GPLv3 or GPLv2+ or LGPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "GlusterFS libglusterfs library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:11.1-10.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libtirpc-1.3.4",
      "name": "libtirpc",
      "licenseConcluded": "SISSL and BSD",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "ab99f7f5a3793907eba2f2c8e7d98717c4c683f14dfea22d55315e12b65b2686"
        }
      ],
      "description": "Libtirpc is a Transport-Independent RPC library for Linux",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libtirpc@1.3.4-4.oe2403sp4?arch=aarch64&epoch=0&upstream=libtirpc-1.3.4-4.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary",
      "licenseDeclared": "SISSL and BSD",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Transport-independent RPC library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:1.3.4-4.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-liburing-2.4",
      "name": "liburing",
      "licenseConcluded": "(GPLv2 with exceptions and LGPLv2+) or MIT",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "60a048cec8bdee6650f239a544c8fbcecdafee71ef255bcc995000308e24d135"
        }
      ],
      "description": "Provides native async IO for the Linux kernel, in a fast and efficient\nmanner, for both buffered and O_DIRECT.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/liburing@2.4-1.oe2403sp4?arch=aarch64&epoch=0&upstream=liburing-2.4-1.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://git.kernel.dk/cgit/liburing/",
      "licenseDeclared": "(GPLv2 with exceptions and LGPLv2+) or MIT",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Linux-native io_uring I/O access library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.4-1.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libuuid-2.39.1",
      "name": "libuuid",
      "licenseConcluded": "BSD",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "33fd90110107762655ba1151ef6270ee26498022d6976198c10661e22cf957d6"
        }
      ],
      "description": "This package is the universally unique ID library.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libuuid@2.39.1-38.oe2403sp4?arch=aarch64&epoch=0&upstream=util-linux-2.39.1-38.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git",
      "licenseDeclared": "BSD",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Universally unique ID library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.39.1-38.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libxml2-2.11.9",
      "name": "libxml2",
      "licenseConcluded": "MIT",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "b4144418d1b182c872a540b9444982d37d76c28a9d00284c27e220a3b40b66fd"
        }
      ],
      "description": "This library allows to manipulate XML files. It includes support\nto read, modify and write XML and HTML files. There is DTDs support\nthis includes parsing and validation even with complex DtDs, either\nat parse time or later once the document has been modified. The output\ncan be a simple SAX stream or and in-memory DOM like representations.\nIn this case one can use the built-in XPath and XPointer implementation\nto select sub nodes or ranges. A flexible Input/Output mechanism is\navailable, with existing HTTP and FTP modules and combined to an\nURI library.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libxml2@2.11.9-13.oe2403sp4?arch=aarch64&epoch=0&upstream=libxml2-2.11.9-13.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://xmlsoft.org/",
      "licenseDeclared": "MIT",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Library providing XML and HTML support",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.11.9-13.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-lvm2-2.03.21",
      "name": "lvm2",
      "licenseConcluded": "GPLv2+ and LGPLv2.1 and BSD",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "2e09f653e357012fb81d6fccd8c59d8e07145711f4de0f82976f2acde2c47f5a"
        }
      ],
      "description": "lvm2 refers to the userspace toolset that provide logical volume management facilities on linux.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/lvm2@2.03.21-23.oe2403sp4?arch=aarch64&epoch=8&upstream=lvm2-2.03.21-23.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://sourceware.org/lvm2",
      "licenseDeclared": "GPLv2+ and LGPLv2.1 and BSD",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Tools for logical volume management",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "8:2.03.21-23.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-openssl-libs-3.5.6",
      "name": "openssl-libs",
      "licenseConcluded": "Apache-2.0",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "f8a3454edaa65c11b49cf6c459f501bdb466c3eb128762ae07206c23bbc55043"
        }
      ],
      "description": "The openssl-libs package contains the libraries that are used\nby various applications which support cryptographic algorithms\nand protocols.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/openssl-libs@3.5.6-4.oe2403sp4?arch=aarch64&epoch=1&upstream=openssl-3.5.6-4.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.openssl.org/",
      "licenseDeclared": "Apache-2.0",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "A general purpose cryptography library with TLS implementation",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "1:3.5.6-4.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-python3-pyxattr-0.8.1",
      "name": "python3-pyxattr",
      "licenseConcluded": "LGPLv2+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "c9b4cfc189da2b9f91e3fd0b7897f28725eea034ce0af0b5bd88d8584e08b653"
        }
      ],
      "description": "This is the pyxattr module, a Python extension module which gives access to\nthe extended attributes for filesystem objects available in some operating systems.\nfor python3",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/python3-pyxattr@0.8.1-1.oe2403sp4?arch=aarch64&epoch=0&upstream=pyxattr-0.8.1-1.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://pyxattr.k1024.org/",
      "licenseDeclared": "LGPLv2+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Extended attributes library wrapper for Python 3",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:0.8.1-1.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-rpcbind-1.2.6",
      "name": "rpcbind",
      "licenseConcluded": "BSD",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "8862804b49544d42c7e191239972add072dc8fb333a4f3690070718b7590f321"
        }
      ],
      "description": "The rpcbind utility is a server that converts RPC program\nnumbers into universal addresses. It must be running on the\nhost to be able to make RPC calls on a server on that machine.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/rpcbind@1.2.6-8.oe2403sp4?arch=aarch64&epoch=0&upstream=rpcbind-1.2.6-8.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://nfsv4.bullopensource.org",
      "licenseDeclared": "BSD",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Universal addresses to RPC program number mapper",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:1.2.6-8.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-systemd-255",
      "name": "systemd",
      "licenseConcluded": "MIT and LGPLv2+ and GPLv2+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "9cd0808d44a64af9f3cbc48e55078e63635c050abc77b644485604a5f12bf3b2"
        }
      ],
      "description": "systemd is a system and service manager that runs as PID 1 and starts\nthe rest of the system.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/systemd@255-59.oe2403sp4?arch=aarch64&epoch=0&upstream=systemd-255-59.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://systemd.io/",
      "licenseDeclared": "MIT and LGPLv2+ and GPLv2+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "System and Service Manager",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:255-59.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-userspace-rcu-0.14.0",
      "name": "userspace-rcu",
      "licenseConcluded": "LGPLv2+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "fa8833f3c8b3874f0db9b30bf54498ed13338f07cf20f87c9474720c9fee8f21"
        }
      ],
      "description": "liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data\nsynchronization library provides read-side access which scales linearly with\nthe number of cores. It does so by allowing multiples copies of a given data\nstructure to live at the same time, and by monitoring the data structure\naccesses to detect grace periods after which memory reclamation is possible.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/userspace-rcu@0.14.0-3.oe2403sp4?arch=aarch64&epoch=0&upstream=userspace-rcu-0.14.0-3.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://liburcu.org",
      "licenseDeclared": "LGPLv2+",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Userspace read-copy-update library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:0.14.0-3.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-zlib-1.2.13",
      "name": "zlib",
      "licenseConcluded": "zlib and Boost",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "9902bd499d9fee53d5d0a933f781550c425e03bedd97c7dd45e967b030cf2c9a"
        }
      ],
      "description": "Zlib is a free, general-purpose, not covered by any patents, lossless data-compression\nlibrary for use on virtually any computer hardware and operating system. The zlib data\nformat is itself portable across platforms.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/zlib@1.2.13-5.oe2403sp4?arch=aarch64&epoch=0&upstream=zlib-1.2.13-5.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://www.zlib.net",
      "licenseDeclared": "zlib and Boost",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "A lossless data-compression library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:1.2.13-5.oe2403sp4"
    }
  ],
  "relationships": [
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-bash-5.2.15"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-coreutils-9.4"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-glibc-2.38"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-glusterfs-11.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-glusterfs-cli-11.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-glusterfs-client-xlators-11.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-glusterfs-fuse-11.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libacl-2.3.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libaio-0.3.113"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libgfapi0-11.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libgfchangelog0-11.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libgfrpc0-11.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libgfxdr0-11.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libglusterfs0-11.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libtirpc-1.3.4"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-liburing-2.4"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libuuid-2.39.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libxml2-2.11.9"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-lvm2-2.03.21"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-openssl-libs-3.5.6"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-python3-pyxattr-0.8.1"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-rpcbind-1.2.6"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-systemd-255"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-userspace-rcu-0.14.0"
    },
    {
      "spdxElementId": "SPDXRef-rpm-glusterfs-server-11.1",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-zlib-1.2.13"
    }
  ]
}
