{ "issues": [ { "result": "fail", "text": "The License field must be a valid SPDX expression.", "note": "Not a valid SPDX expression 'Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSD-4-Clause-UC AND GPL-2.0-only AND ISC AND MIT AND MIT-0 AND NCSA AND OpenSSL AND SMLNJ AND SunPro AND LicenseRef-Public-Domain'.", "name": "CheckLicenseFieldSPDX", "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1" }, { "result": "fail", "text": "Static libraries in -static or -devel subpackage, providing -devel if present.", "note": "Package has .a files: sgx-enclave-devel. Does not provide -static: sgx-enclave-devel.", "name": "CheckStaticLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" }, { "result": "fail", "text": "systemd_post is invoked in %post, systemd_preun in %preun, and systemd_postun in %postun for Systemd service files.", "note": "Systemd service file(s) in sgx-aesm, sgx-mpa, tdx-qgs", "name": "CheckSystemdUnitdirScriplets", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_scriptlets" } ], "results": { "MUST": { "C/C++": [ { "result": "pass", "text": "If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang.", "note": null, "name": "CheckGccBuildRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/" }, { "result": "pass", "text": "Header files in -devel subpackage, if present.", "note": "", "name": "CheckHeaderFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "result": "pass", "text": "ldconfig not called in %post and %postun for Fedora 28 and later.", "note": null, "name": "CheckLDConfig", "url": "https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets" }, { "result": "pass", "text": "Package does not contain any libtool archives (.la)", "note": null, "name": "CheckLibToolArchives", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" }, { "result": "pending", "text": "Package does not contain kernel modules.", "note": null, "name": "CheckNoKernelModules", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_no_external_kernel_modules" }, { "result": "pass", "text": "Package contains no static executables.", "note": null, "name": "CheckNoStaticExecutables", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables" }, { "result": "pass", "text": "Rpath absent or only used for internal libs.", "note": null, "name": "CheckRPATH", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_beware_of_rpath" }, { "result": "pending", "text": "Development (unversioned) .so files in -devel subpackage, if present.", "note": "Unversioned so-files in private %_libdir subdirectory (see attachment). Verify they are not in ld path. ", "name": "CheckSoFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" } ], "Generic": [ { "result": "pending", "text": "Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines.", "note": null, "name": "CheckApprovedLicense", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/" }, { "result": "pending", "text": "%build honors applicable compiler flags or justifies otherwise.", "note": null, "name": "CheckBuildCompilerFlags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_compiler_flags" }, { "result": "pass", "text": "Package uses either %{buildroot} or $RPM_BUILD_ROOT", "note": null, "name": "CheckBuildrootMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros" }, { "result": "pending", "text": "Package contains no bundled libraries without FPC exception.", "note": null, "name": "CheckBundledLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling" }, { "result": "pending", "text": "Changelog in prescribed format.", "note": null, "name": "CheckChangelogFormat", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#changelogs" }, { "result": "pass", "text": "Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install.", "note": null, "name": "CheckCleanBuildroot", "url": "(this test has no URL)" }, { "result": "pending", "text": "Sources contain only permissible code or content.", "note": null, "name": "CheckCodeAndContent", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_impermissible_content" }, { "result": "pass", "text": "%config files are marked noreplace or the reason is justified.", "note": null, "name": "CheckConfigNoReplace", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_configuration_files" }, { "result": "pass", "text": "Macros in Summary, %description expandable at SRPM build time.", "note": null, "name": "CheckDescMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_rpm_buildtime_macros" }, { "result": "pending", "text": "Package contains desktop file if it is a GUI application.", "note": null, "name": "CheckDesktopFile", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_desktop_files" }, { "result": "pending", "text": "Development files must be in a -devel package", "note": null, "name": "CheckDevelFilesInDevel", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "result": "pending", "text": "Package requires other packages for directories it uses.", "note": "No known owner of /usr/share/aesmd, /usr/lib64/aesmd/bundles, /usr/lib64/aesmd", "name": "CheckDirectoryRequire", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Dist tag is present.", "note": null, "name": "CheckDistTag", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/DistTag/" }, { "result": "pending", "text": "Package uses nothing in %doc for runtime.", "note": null, "name": "CheckDocRuntime", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pass", "text": "Package does not contain duplicates in %files.", "note": null, "name": "CheckFileDuplicates", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_duplicate_files" }, { "result": "pass", "text": "Permissions on files are set properly.", "note": null, "name": "CheckFilePermissions", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_permissions" }, { "result": "pending", "text": "Package complies to the Packaging Guidelines", "note": null, "name": "CheckGuidelines", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Package must not depend on deprecated() packages.", "note": null, "name": "CheckIfDepsDeprecated", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/" }, { "result": "pass", "text": "If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license.", "note": null, "name": "CheckLicensInDoc", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "pending", "text": "License field in the package spec file matches the actual license.", "note": "Checking patched sources after %prep for licenses. Licenses found: \"Unknown or generated\", \"BSD 2-Clause License and/or BSD 3-Clause License and/or Eclipse Public License 1.0\", \"BSD 3-Clause License\", \"Eclipse Public License 1.0\", \"BSD 2-Clause License and/or BSD 2-clause NetBSD License\", \"*No copyright* Apache License 2.0\", \"Apache License 2.0\", \"FSF Unlimited License [generated file]\", \"BSD 3-Clause License and/or OpenSSL License\", \"University of Illinois/NCSA Open Source License\", \"*No copyright* MIT License\", \"ISC License\", \"MIT License\", \"BSD 3-Clause License and/or MIT License\", \"BSD 2-Clause License\", \"BSD 2-clause FreeBSD License\", \"BSD 3-Clause License and/or GNU General Public License, Version 2\", \"Standard ML of New Jersey License\", \"MIT No Attribution\", \"BSD 4-Clause License\", \"*No copyright* Public domain\", \"BSD 3-Clause License and/or BSD 4-Clause License\", \"OpenSSL License\", \"BSD 3-Clause License and/or GNU General Public License\", \"BSD-4-Clause (University of California-Specific)\", \"BSD 3-Clause License and/or Microsoft Public License\", \"*No copyright* BSD 3-Clause License\", \"FSF All Permissive License\", \"*No copyright* Eclipse Public License 1.0\", \"*No copyright* ISC License\", \"BSD 3-Clause License and/or Public domain\", \"GNU General Public License, Version 2\", \"Apache License 2.0 and/or BSD 3-Clause License\", \"BSD 2-Clause License and/or BSD 3-Clause License\", \"Apache License 2.0 and/or BSD 2-Clause License\", \"SSLeay\", \"Apache License 1.0 and/or OpenSSL License\", \"zlib License\", \"ISC License and/or MIT License\", \"BSD 2-Clause License and/or BSD-4-Clause (University of California-Specific)\", \"BSD 2-Clause License and/or BSD 2-clause FreeBSD License\", \"*No copyright* Creative Commons CC0 1.0\". 2501 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/linux-sgx/licensecheck.txt", "name": "CheckLicenseField", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_valid_license_short_names" }, { "result": "fail", "text": "The License field must be a valid SPDX expression.", "note": "Not a valid SPDX expression 'Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSD-4-Clause-UC AND GPL-2.0-only AND ISC AND MIT AND MIT-0 AND NCSA AND OpenSSL AND SMLNJ AND SunPro AND LicenseRef-Public-Domain'.", "name": "CheckLicenseFieldSPDX", "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1" }, { "result": "pending", "text": "License file installed when any subpackage combination is installed.", "note": null, "name": "CheckLicenseInSubpackages", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#subpackage-licensing" }, { "result": "pending", "text": "Package consistently uses macros (instead of hard-coded directory names).", "note": null, "name": "CheckMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros" }, { "result": "pass", "text": "Package use %makeinstall only when make install DESTDIR=... doesn't work.", "note": null, "name": "CheckMakeinstall", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_why_the_makeinstall_macro_should_not_be_used" }, { "result": "pending", "text": "If the package is under multiple licenses, the licensing breakdown must be documented in the spec.", "note": null, "name": "CheckMultipleLicenses", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_multiple_licensing_scenarios" }, { "result": "pass", "text": "Package is named using only allowed ASCII characters.", "note": null, "name": "CheckNameCharset", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pending", "text": "Package is named according to the Package Naming Guidelines.", "note": null, "name": "CheckNaming", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pass", "text": "No %config files under /usr.", "note": "", "name": "CheckNoConfigInUsr", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_configuration_files" }, { "result": "pending", "text": "Package does not generate any conflict.", "note": "Package contains Conflicts: tag(s) needing fix or justification.", "name": "CheckNoConflicts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_conflicts" }, { "result": "pass", "text": "Package does not use a name that already exists.", "note": null, "name": "CheckNoNameConflict", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names" }, { "result": "pending", "text": "Package obeys FHS, except libexecdir and /usr/target.", "note": null, "name": "CheckObeysFHS", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_filesystem_layout" }, { "result": "pending", "text": "If the package is a rename of another package, proper Obsoletes and Provides are present.", "note": null, "name": "CheckObsoletesForRename", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#renaming-or-replacing-existing-packages" }, { "result": "pending", "text": "Package must own all directories that it creates.", "note": "Directories without known owners: /usr/lib/.build-id/33, /usr/lib/udev, /usr/lib/.build-id/5b, /usr/lib64/aesmd, /usr/x86_64-intel-sgx, /usr/lib/udev/rules.d, /usr/x86_64-intel-sgx/lib64, /usr/share/aesmd, /usr/lib64/aesmd/bundles", "name": "CheckOwnDirs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package does not own files or directories owned by other packages.", "note": null, "name": "CheckOwnOther", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package is not relocatable.", "note": null, "name": "CheckRelocatable", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_relocatable_packages" }, { "result": "pending", "text": "Requires correct, justified where necessary.", "note": null, "name": "CheckRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_requires" }, { "result": "pass", "text": "Sources used to build the package match the upstream source, as provided in the spec URL.", "note": null, "name": "CheckSourceMD5", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Spec file is legible and written in American English.", "note": null, "name": "CheckSpecLegibility", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_legibility" }, { "result": "pass", "text": "Spec file name must match the spec package %{name}, in the format %{name}.spec.", "note": null, "name": "CheckSpecName", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming" }, { "result": "fail", "text": "Static libraries in -static or -devel subpackage, providing -devel if present.", "note": "Package has .a files: sgx-enclave-devel. Does not provide -static: sgx-enclave-devel.", "name": "CheckStaticLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" }, { "result": "pending", "text": "Package contains systemd file(s) if in need.", "note": null, "name": "CheckSystemdScripts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "fail", "text": "systemd_post is invoked in %post, systemd_preun in %preun, and systemd_postun in %postun for Systemd service files.", "note": "Systemd service file(s) in sgx-aesm, sgx-mpa, tdx-qgs", "name": "CheckSystemdUnitdirScriplets", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_scriptlets" }, { "result": "pass", "text": "File names are valid UTF-8.", "note": null, "name": "CheckUTF8Filenames", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_non_ascii_filenames" }, { "result": "pending", "text": "Useful -debuginfo package or justification otherwise.", "note": null, "name": "CheckUsefulDebuginfo", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_debuginfo_packages" }, { "result": "pending", "text": "Package is not known to require an ExcludeArch tag.", "note": null, "name": "generic-excludearch", "url": "https://fedoraproject.org/wiki/Architectures#ExcludeArch_.26_ExclusiveArch" }, { "result": "pass", "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.", "note": "Documentation size is 4346 bytes in 1 files. ", "name": "generic-large-docs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pass", "text": "Packages must not store files under /srv, /opt or /usr/local", "note": null, "name": "generic-srv-opt", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pending", "text": "Package successfully compiles and builds into binary rpms on at least one supported primary architecture.", "note": "Using prebuilt packages", "name": "CheckBuild", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support" }, { "result": "pass", "text": "Package installs properly.", "note": null, "name": "CheckPackageInstalls", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Rpmlint is run on all rpms the build produces.", "note": "There are rpmlint messages (see attachment).", "name": "CheckRpmlint", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint" } ] }, "SHOULD": { "Generic": [ { "result": "fail", "text": "Reviewer should test that the package builds in mock.", "note": null, "name": "CheckBuildInMock", "url": "https://fedoraproject.org/wiki/PackageMaintainers/MockTricks" }, { "result": "pass", "text": "Buildroot is not present", "note": null, "name": "CheckBuildroot", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT)", "note": null, "name": "CheckClean", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections" }, { "result": "pending", "text": "If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it.", "note": null, "name": "CheckContainsLicenseText", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "pass", "text": "No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.", "note": null, "name": "CheckFileRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies" }, { "result": "pending", "text": "Final provides and requires are sane (see attachments).", "note": null, "name": "CheckFinalRequiresProvides", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pending", "text": "Fully versioned dependency in subpackages if applicable.", "note": "No Requires: %{name}%{?_isa} = %{version}-%{release} in sgx-common , sgx-enclave-latest-pce-unsigned , sgx-enclave-latest-ide-unsigned , sgx-enclave-latest-qe3-unsigned , sgx-enclave-latest-tdqe-unsigned , sgx-enclave-devel , sgx-devel , sgx-libs , sgx-aesm , sgx-pccs-admin , sgx-pckid-tool , sgx-mpa , tdx-qgs , tdx-attest-libs , tdx-attest-devel", "name": "CheckFullVerReqSub", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package" }, { "result": "pending", "text": "Package functions as described.", "note": null, "name": "CheckFunctionAsDescribed", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Packager, Vendor, PreReq, Copyright tags should not be in spec file", "note": null, "name": "CheckIllegalSpecTags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections" }, { "result": "pending", "text": "Latest version is packaged.", "note": null, "name": "CheckLatestVersionIsPackaged", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pending", "text": "Package does not include license text files separate from upstream.", "note": null, "name": "CheckLicenseUpstream", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "pending", "text": "Patches link to upstream bugs/comments/lists or are otherwise justified.", "note": null, "name": "CheckPatchComments", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_patch_guidelines" }, { "result": "pass", "text": "The placement of pkgconfig(.pc) files are correct.", "note": "", "name": "CheckPkgConfigFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_pkgconfig_files_foo_pc" }, { "result": "pending", "text": "Scriptlets must be sane, if used.", "note": null, "name": "CheckScriptletSanity", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_scriptlets" }, { "result": "pending", "text": "SourceX tarball generation or download is documented.", "note": "Package contains tarball without URL, check comments", "name": "CheckSourceComment", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pass", "text": "Sources can be downloaded from URI in Source: tag", "note": null, "name": "CheckSourceDownloads", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pass", "text": "SourceX is a working URL.", "note": null, "name": "CheckSourceUrl", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Sources are verified with gpgverify first in %prep if upstream publishes signatures.", "note": "gpgverify is not used.", "name": "CheckSourceVerification", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_file_verification" }, { "result": "pending", "text": "Package should compile and build into binary rpms on all supported architectures.", "note": null, "name": "CheckSupportAllArchs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support" }, { "result": "pending", "text": "%check is present and all tests pass.", "note": null, "name": "CheckTestSuites", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_test_suites" }, { "result": "pending", "text": "Packages should try to preserve timestamps of original installed files.", "note": null, "name": "CheckTimeStamps", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_timestamps" }, { "result": "pending", "text": "Files in /run, var/run and /var/lock uses tmpfiles.d when appropriate", "note": null, "name": "CheckTmpfiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Tmpfiles.d/" }, { "result": "pending", "text": "Spec use %global instead of %define unless justified.", "note": "%define requiring justification: %define linux_sgx_version 2.25, %define dcap_version 1.22, %define dcap_qvl_version 1.21, %define dcap_qvs_version 1.1.0-2885, %define sgx_ssl_version 3.0_Rev4, %define ipp_crypto_version 2021.12.1, %define sgx_emm_version 1.0.3, %define openssl_version 3.0.14, %define libcbor_version 0.10.2, %define abseil_cpp_version 20230125.3, %define jwt_cpp_version 0.6.0, %define wamr_version 1.3.3, %define epid_version 6.0.0, %define rdrand_version 1.1, %define vtune_version 2018, %define enclave_pce_version 2.25, %define enclave_ide_version 1.22, %define enclave_qe3_version 1.22, %define enclave_tdqe_version 1.22, %define enclave_qve_version 1.22, %define with_enclaves 1, %define with_enclave_pce 1, %define with_enclave_ide 1, %define with_enclave_qe3 1, %define with_enclave_tdqe 1, %define with_enclave_qve 0, %define _with_enclave_pce %{expr:%{with_enclaves} ? %{with_enclave_pce} : 0}, %define _with_enclave_ide %{expr:%{with_enclaves} ? %{with_enclave_ide} : 0}, %define _with_enclave_qe3 %{expr:%{with_enclaves} ? %{with_enclave_qe3} : 0}, %define _with_enclave_tdqe %{expr:%{with_enclaves} ? %{with_enclave_tdqe} : 0}, %define _with_enclave_qve %{expr:%{with_enclaves} ? %{with_enclave_qve} : 0}, %define vroot build/vroot", "name": "CheckUseGlobal", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_global_preferred_over_define" } ] }, "EXTRA": { "Generic": [ { "result": "pass", "text": "Large data in /usr/share should live in a noarch subpackage if package is arched.", "note": null, "name": "generic-large-data", "url": "https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines" }, { "result": "pass", "text": "Package should not use obsolete m4 macros", "note": null, "name": "CheckAutotoolsObsoletedMacros", "url": "https://fedorahosted.org/FedoraReview/wiki/AutoTools" }, { "result": "pass", "text": "Rpmlint is run on debuginfo package(s).", "note": "There are rpmlint messages (see attachment).", "name": "CheckRpmlintDebuginfo", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint" }, { "result": "pass", "text": "Rpmlint is run on all installed packages.", "note": "No rpmlint messages.", "name": "CheckRpmlintInstalled", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint" } ] } }, "attachments": [ { "header": "Rpmlint", "text": "Checking: sgx-common-2.25-1.fc42.x86_64.rpm\n sgx-enclave-latest-pce-unsigned-2.25-1.fc42.x86_64.rpm\n sgx-enclave-latest-ide-unsigned-2.25-1.fc42.x86_64.rpm\n sgx-enclave-latest-qe3-unsigned-2.25-1.fc42.x86_64.rpm\n sgx-enclave-latest-tdqe-unsigned-2.25-1.fc42.x86_64.rpm\n sgx-enclave-devel-2.25-1.fc42.x86_64.rpm\n sgx-devel-2.25-1.fc42.x86_64.rpm\n sgx-libs-2.25-1.fc42.x86_64.rpm\n sgx-aesm-2.25-1.fc42.x86_64.rpm\n sgx-pccs-admin-2.25-1.fc42.x86_64.rpm\n sgx-pckid-tool-2.25-1.fc42.x86_64.rpm\n sgx-mpa-2.25-1.fc42.x86_64.rpm\n tdx-qgs-2.25-1.fc42.x86_64.rpm\n tdx-attest-libs-2.25-1.fc42.x86_64.rpm\n tdx-attest-devel-2.25-1.fc42.x86_64.rpm\n linux-sgx-2.25-1.fc42.src.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.5.0\nconfiguration:\n /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nrpmlintrc: [PosixPath('/tmp/tmpj5xu52a9')]\nchecks: 32, packages: 16\n\nsgx-enclave-latest-ide-unsigned.x86_64: E: statically-linked-binary /usr/x86_64-intel-sgx/lib64/libsgx_id_enclave.so\nsgx-enclave-latest-pce-unsigned.x86_64: E: statically-linked-binary /usr/x86_64-intel-sgx/lib64/libsgx_pce.so\nsgx-enclave-latest-qe3-unsigned.x86_64: E: statically-linked-binary /usr/x86_64-intel-sgx/lib64/libsgx_qe3.so\nsgx-enclave-latest-tdqe-unsigned.x86_64: E: statically-linked-binary /usr/x86_64-intel-sgx/lib64/libsgx_tdqe.so\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_capable.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_dcap_tvl.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_pcl.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_pclsim.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_pthread.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_tcmalloc.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_tcrypto.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_tcxx.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_tkey_exchange.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_tprotected_fs.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_trts.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_trts_sim.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_tservice.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_tservice_sim.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_tstdc.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_tswitchless.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_ttls.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_ukey_exchange.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_uprotected_fs.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_uswitchless.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libsgx_utls.a\nsgx-enclave-devel.x86_64: E: static-library-without-debuginfo /usr/x86_64-intel-sgx/lib64/libtdx_tls.a\nsgx-enclave-latest-ide-unsigned.x86_64: E: spelling-error ('toolchain', 'Summary(en_US) toolchain -> tool chain, tool-chain, blockchain')\nsgx-enclave-latest-ide-unsigned.x86_64: E: spelling-error ('toolchain', '%description -l en_US toolchain -> tool chain, tool-chain, blockchain')\nsgx-enclave-latest-pce-unsigned.x86_64: E: spelling-error ('toolchain', 'Summary(en_US) toolchain -> tool chain, tool-chain, blockchain')\nsgx-enclave-latest-pce-unsigned.x86_64: E: spelling-error ('toolchain', '%description -l en_US toolchain -> tool chain, tool-chain, blockchain')\nsgx-enclave-latest-qe3-unsigned.x86_64: E: spelling-error ('toolchain', 'Summary(en_US) toolchain -> tool chain, tool-chain, blockchain')\nsgx-enclave-latest-qe3-unsigned.x86_64: E: spelling-error ('toolchain', '%description -l en_US toolchain -> tool chain, tool-chain, blockchain')\nsgx-enclave-latest-tdqe-unsigned.x86_64: E: spelling-error ('toolchain', 'Summary(en_US) toolchain -> tool chain, tool-chain, blockchain')\nsgx-enclave-latest-tdqe-unsigned.x86_64: E: spelling-error ('toolchain', '%description -l en_US toolchain -> tool chain, tool-chain, blockchain')\nlinux-sgx.spec:511: W: setup-not-quiet\nsgx-aesm.x86_64: W: position-independent-executable-suggested /usr/lib64/aesmd/aesm_service\nsgx-mpa.x86_64: W: position-independent-executable-suggested /usr/bin/mpa_manage\nsgx-mpa.x86_64: W: position-independent-executable-suggested /usr/bin/mpa_registration\nsgx-pckid-tool.x86_64: W: position-independent-executable-suggested /usr/bin/PCKIDRetrievalTool\ntdx-qgs.x86_64: W: position-independent-executable-suggested /usr/bin/qgs\nsgx-aesm.x86_64: W: non-standard-uid /run/aesmd aesmd\nsgx-aesm.x86_64: W: non-standard-uid /var/lib/aesmd aesmd\ntdx-qgs.x86_64: W: non-standard-uid /run/tdx-qgs qgs\ntdx-qgs.x86_64: W: non-standard-uid /var/lib/qgs qgs\nsgx-aesm.x86_64: W: non-standard-gid /run/aesmd aesmd\nsgx-aesm.x86_64: W: non-standard-gid /var/lib/aesmd aesmd\ntdx-qgs.x86_64: W: non-standard-gid /run/tdx-qgs qgs\ntdx-qgs.x86_64: W: non-standard-gid /var/lib/qgs qgs\nsgx-aesm.x86_64: E: non-standard-dir-perm /run/aesmd 700\ntdx-qgs.x86_64: E: non-standard-dir-perm /run/tdx-qgs 700\nsgx-enclave-devel.x86_64: W: no-soname /usr/lib64/libsgx_epid_sim.so\nsgx-enclave-devel.x86_64: W: no-soname /usr/lib64/libsgx_launch_sim.so\nsgx-enclave-devel.x86_64: W: no-soname /usr/lib64/libsgx_ptrace.so\nsgx-enclave-devel.x86_64: W: no-soname /usr/lib64/libsgx_quote_ex_sim.so\nsgx-enclave-devel.x86_64: W: no-soname /usr/lib64/libsgx_uae_service_sim.so\nsgx-aesm.x86_64: W: no-manual-page-for-binary aesmd\nsgx-enclave-devel.x86_64: W: no-manual-page-for-binary sgx-gdb\nsgx-enclave-devel.x86_64: W: no-manual-page-for-binary sgx_config_cpusvn\nsgx-enclave-devel.x86_64: W: no-manual-page-for-binary sgx_edger8r\nsgx-enclave-devel.x86_64: W: no-manual-page-for-binary sgx_encrypt\nsgx-enclave-devel.x86_64: W: no-manual-page-for-binary sgx_sign\nsgx-mpa.x86_64: W: no-manual-page-for-binary mpa_manage\nsgx-mpa.x86_64: W: no-manual-page-for-binary mpa_registration\nsgx-pccs-admin.x86_64: W: no-manual-page-for-binary pccsadmin\nsgx-pckid-tool.x86_64: W: no-manual-page-for-binary PCKIDRetrievalTool\ntdx-qgs.x86_64: W: no-manual-page-for-binary qgs\nsgx-enclave-latest-ide-unsigned.x86_64: E: no-ldconfig-symlink /usr/x86_64-intel-sgx/lib64/libsgx_id_enclave.so\nsgx-enclave-latest-pce-unsigned.x86_64: E: no-ldconfig-symlink /usr/x86_64-intel-sgx/lib64/libsgx_pce.so\nsgx-enclave-latest-qe3-unsigned.x86_64: E: no-ldconfig-symlink /usr/x86_64-intel-sgx/lib64/libsgx_qe3.so\nsgx-enclave-latest-tdqe-unsigned.x86_64: E: no-ldconfig-symlink /usr/x86_64-intel-sgx/lib64/libsgx_tdqe.so\nsgx-aesm.x86_64: W: no-documentation\nsgx-common.x86_64: W: no-documentation\nsgx-devel.x86_64: W: no-documentation\nsgx-enclave-devel.x86_64: W: no-documentation\nsgx-enclave-latest-ide-unsigned.x86_64: W: no-documentation\nsgx-enclave-latest-pce-unsigned.x86_64: W: no-documentation\nsgx-enclave-latest-qe3-unsigned.x86_64: W: no-documentation\nsgx-enclave-latest-tdqe-unsigned.x86_64: W: no-documentation\nsgx-mpa.x86_64: W: no-documentation\nsgx-pccs-admin.x86_64: W: no-documentation\ntdx-attest-devel.x86_64: W: no-documentation\ntdx-qgs.x86_64: W: no-documentation\nsgx-common.x86_64: E: no-binary\nsgx-pccs-admin.x86_64: E: no-binary\nlinux-sgx.spec:203: W: macro-in-comment %{dcap_version}\nlinux-sgx.spec:203: W: macro-in-comment %{dcap_version}\nlinux-sgx.spec:1044: W: macro-in-comment %{sgx_includedir}\nlinux-sgx.spec:1046: W: macro-in-comment %{_includedir}\nsgx-enclave-devel.x86_64: E: lto-no-text-in-archive /usr/x86_64-intel-sgx/lib64/libsgx_pcl.a\nsgx-enclave-devel.x86_64: E: lto-no-text-in-archive /usr/x86_64-intel-sgx/lib64/libsgx_pclsim.a\nlinux-sgx.spec: W: invalid-url Source3: prebuilt_dcap_1.22-repacked.tar.gz\nsgx-enclave-devel.x86_64: E: invalid-soname /usr/lib64/libsgx_capable.so libsgx_capable.so\nsgx-enclave-devel.x86_64: E: invalid-soname /usr/lib64/libsgx_urts_sim.so libsgx_urts_sim.so\nlinux-sgx.src: W: invalid-license LicenseRef-Public-Domain\nsgx-aesm.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-common.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-devel.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-enclave-devel.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-enclave-latest-ide-unsigned.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-enclave-latest-pce-unsigned.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-enclave-latest-qe3-unsigned.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-enclave-latest-tdqe-unsigned.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-libs.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-mpa.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-pccs-admin.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-pckid-tool.x86_64: W: invalid-license LicenseRef-Public-Domain\ntdx-attest-devel.x86_64: W: invalid-license LicenseRef-Public-Domain\ntdx-attest-libs.x86_64: W: invalid-license LicenseRef-Public-Domain\ntdx-qgs.x86_64: W: invalid-license LicenseRef-Public-Domain\nsgx-common.x86_64: W: files-duplicate /usr/share/licenses/sgx-common/licenses/external/dcap_source/tools/SGXPlatformRegistration/inf/MPA_UEFI_Components/License.txt /usr/share/licenses/sgx-common/licenses/external/dcap_source/tools/PCKRetrievalTool/License.txt:/usr/share/licenses/sgx-common/licenses/external/dcap_source/tools/SGXPlatformRegistration/inf/MPA_Network_Components/License.txt\nsgx-enclave-devel.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/bin/sgx_edger8r\n 16 packages and 0 specfiles checked; 46 errors, 65 warnings, 168 filtered, 46 badness; has taken 7.4 s \n\n\n" }, { "header": "Rpmlint (installed packages)", "text": "(none): E: there is no installed rpm \"sgx-enclave-latest-qe3-unsigned\".\n(none): E: there is no installed rpm \"tdx-qgs\".\n(none): E: there is no installed rpm \"linux-sgx-debuginfo\".\n(none): E: there is no installed rpm \"tdx-attest-libs\".\n(none): E: there is no installed rpm \"sgx-enclave-latest-tdqe-unsigned\".\n(none): E: there is no installed rpm \"sgx-enclave-devel\".\n(none): E: there is no installed rpm \"tdx-attest-devel\".\n(none): E: there is no installed rpm \"sgx-enclave-latest-ide-unsigned\".\n(none): E: there is no installed rpm \"sgx-pckid-tool\".\n(none): E: there is no installed rpm \"sgx-pccs-admin\".\n(none): E: there is no installed rpm \"sgx-mpa\".\n(none): E: there is no installed rpm \"sgx-libs\".\n(none): E: there is no installed rpm \"sgx-enclave-latest-pce-unsigned\".\n(none): E: there is no installed rpm \"sgx-aesm\".\n(none): E: there is no installed rpm \"sgx-common\".\n(none): E: there is no installed rpm \"sgx-devel\".\nThere are no files to process nor additional arguments.\nNothing to do, aborting.\n============================ rpmlint session starts ============================\nrpmlint: 2.7.0\nconfiguration:\n /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nchecks: 32, packages: 16\n\n 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s \n\n" }, { "header": "Rpmlint (debuginfo)", "text": "Checking: linux-sgx-debuginfo-2.25-1.fc42.x86_64.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.5.0\nconfiguration:\n /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nrpmlintrc: [PosixPath('/tmp/tmpyrpfdpgo')]\nchecks: 32, packages: 1\n\nlinux-sgx-debuginfo.x86_64: W: invalid-license LicenseRef-Public-Domain\n 1 packages and 0 specfiles checked; 0 errors, 1 warnings, 8 filtered, 0 badness; has taken 0.2 s \n\n\n\n" }, { "header": "", "text": "Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24\nCommand line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name linux-sgx --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-42-x86_64\nActive plugins: C/C++, Shell-api, Generic\nDisabled plugins: Haskell, PHP, SugarActivity, Perl, Java, R, Python, fonts, Ocaml\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n" }, { "header": "Unversioned so-files", "text": "sgx-enclave-latest-pce-unsigned: /usr/x86_64-intel-sgx/lib64/libsgx_pce.so\nsgx-enclave-latest-ide-unsigned: /usr/x86_64-intel-sgx/lib64/libsgx_id_enclave.so\nsgx-enclave-latest-qe3-unsigned: /usr/x86_64-intel-sgx/lib64/libsgx_qe3.so\nsgx-enclave-latest-tdqe-unsigned: /usr/x86_64-intel-sgx/lib64/libsgx_tdqe.so\nsgx-aesm: /usr/lib64/aesmd/bundles/libecdsa_quote_service_bundle.so\nsgx-aesm: /usr/lib64/aesmd/bundles/libepid_quote_service_bundle.so\nsgx-aesm: /usr/lib64/aesmd/bundles/lible_launch_service_bundle.so\nsgx-aesm: /usr/lib64/aesmd/bundles/liblinux_network_service_bundle.so\nsgx-aesm: /usr/lib64/aesmd/bundles/libpce_service_bundle.so\nsgx-aesm: /usr/lib64/aesmd/bundles/libquote_ex_service_bundle.so\nsgx-aesm: /usr/lib64/aesmd/libipc.so\nsgx-aesm: /usr/lib64/aesmd/liboal.so\nsgx-aesm: /usr/lib64/aesmd/liburts_internal.so\nsgx-aesm: /usr/lib64/aesmd/libutils.so" }, { "header": "Source checksums", "text": "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-1.3.3.tar.gz#/wasm-micro-runtime-1.3.3.tar.gz :\n CHECKSUM(SHA256) this package : 94d18b081b6fac0574faf36338c7762a659ff175b9ae2cbc1c0a8f045edcbe7a\n CHECKSUM(SHA256) upstream package : 94d18b081b6fac0574faf36338c7762a659ff175b9ae2cbc1c0a8f045edcbe7a\nhttps://github.com/Thalhammer/jwt-cpp/archive/refs/tags/v0.6.0.tar.gz#/jwt-cpp-0.6.0.tar.gz :\n CHECKSUM(SHA256) this package : 0227bd6e0356b211341075c7997c837f0b388c01379bd256aa525566a5553f03\n CHECKSUM(SHA256) upstream package : 0227bd6e0356b211341075c7997c837f0b388c01379bd256aa525566a5553f03\nhttps://github.com/PJK/libcbor/archive/refs/tags/v0.10.2.tar.gz#/libcbor-0.10.2.tar.gz :\n CHECKSUM(SHA256) this package : e75f712215d7b7e5c89ef322a09b701f7159f028b8b48978865725f00f79875b\n CHECKSUM(SHA256) upstream package : e75f712215d7b7e5c89ef322a09b701f7159f028b8b48978865725f00f79875b\nhttps://www.openssl.org/source/openssl-3.0.14.tar.gz :\n CHECKSUM(SHA256) this package : eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca\n CHECKSUM(SHA256) upstream package : eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca\nhttps://github.com/intel/SGX-TDX-DCAP-QuoteVerificationService/archive/refs/tags/v1.1.0-2885.tar.gz#/dcap-qvs-1.1.0-2885.tar.gz :\n CHECKSUM(SHA256) this package : e1b9b3831fd7e92ccccd5cc65f4ea882f50dad1a2e9bbfe50e65bc208fa7a86f\n CHECKSUM(SHA256) upstream package : e1b9b3831fd7e92ccccd5cc65f4ea882f50dad1a2e9bbfe50e65bc208fa7a86f\nhttps://github.com/intel/SGX-TDX-DCAP-QuoteVerificationLibrary/archive/refs/heads/DCAP/1.21.tar.gz#/dcap-qvl-1.21.tar.gz :\n CHECKSUM(SHA256) this package : b21e15d268d7f27b682984831b296318cae56cc810e24cd2889c0e75cfeb0f79\n CHECKSUM(SHA256) upstream package : b21e15d268d7f27b682984831b296318cae56cc810e24cd2889c0e75cfeb0f79\nhttps://github.com/intel/sgx-emm/archive/refs/tags/sgx-emm-1.0.3.tar.gz :\n CHECKSUM(SHA256) this package : f06f7927f0622f5f18a524a8c2f244b8255640c7a56b426d51de69a8ff7670df\n CHECKSUM(SHA256) upstream package : f06f7927f0622f5f18a524a8c2f244b8255640c7a56b426d51de69a8ff7670df\nhttps://github.com/intel/ipp-crypto/archive/refs/tags/ippcp_2021.12.1.tar.gz :\n CHECKSUM(SHA256) this package : ad7ec847da044f727a16597b3c6e63aa7f6db31036e44ca1b33f630b164ab801\n CHECKSUM(SHA256) upstream package : ad7ec847da044f727a16597b3c6e63aa7f6db31036e44ca1b33f630b164ab801\nhttps://github.com/intel/intel-sgx-ssl/archive/refs/tags/3.0_Rev4.tar.gz#/intel-sgx-ssl-3.0_Rev4.tar.gz :\n CHECKSUM(SHA256) this package : 2c1ddc2d019f7adfb90a3032f4da1b30f0e733efa6c5a25489fd3d92fda12c19\n CHECKSUM(SHA256) upstream package : 2c1ddc2d019f7adfb90a3032f4da1b30f0e733efa6c5a25489fd3d92fda12c19\nhttps://github.com/intel/SGXDataCenterAttestationPrimitives/archive/refs/tags/dcap_1.22_reproducible.tar.gz :\n CHECKSUM(SHA256) this package : 0110b2d430a7b45d88caba673b816f7e62e8d03e2885fd416b3b1612266cab28\n CHECKSUM(SHA256) upstream package : 0110b2d430a7b45d88caba673b816f7e62e8d03e2885fd416b3b1612266cab28\nhttps://github.com/intel/linux-sgx/archive/refs/tags/sgx_2.25_reproducible.tar.gz#/linux-sgx-2.25-reproducible.tar.gz :\n CHECKSUM(SHA256) this package : daea19fd5a61941b3e3203cdc93ad0115c6b750e1316fb444d63c257d123f5c9\n CHECKSUM(SHA256) upstream package : daea19fd5a61941b3e3203cdc93ad0115c6b750e1316fb444d63c257d123f5c9\n" }, { "header": "Requires", "text": "sgx-common (rpmlib, GLIBC filtered):\n\nsgx-enclave-latest-pce-unsigned (rpmlib, GLIBC filtered):\n rtld(GNU_HASH)\n sgx-common\n\nsgx-enclave-latest-ide-unsigned (rpmlib, GLIBC filtered):\n rtld(GNU_HASH)\n sgx-common\n\nsgx-enclave-latest-qe3-unsigned (rpmlib, GLIBC filtered):\n rtld(GNU_HASH)\n sgx-common\n\nsgx-enclave-latest-tdqe-unsigned (rpmlib, GLIBC filtered):\n rtld(GNU_HASH)\n sgx-common\n\nsgx-enclave-devel (rpmlib, GLIBC filtered):\n /usr/bin/bash\n /usr/bin/pkg-config\n ld-linux-x86-64.so.2()(64bit)\n libc.so.6()(64bit)\n libcrypto.so.3()(64bit)\n libcrypto.so.3(OPENSSL_3.0.0)(64bit)\n libgcc_s.so.1()(64bit)\n libgcc_s.so.1(GCC_3.0)(64bit)\n libm.so.6()(64bit)\n libsgx_uae_service_sim.so()(64bit)\n libstdc++.so.6()(64bit)\n libstdc++.so.6(CXXABI_1.3)(64bit)\n libstdc++.so.6(CXXABI_1.3.9)(64bit)\n libtinyxml2.so.10()(64bit)\n rtld(GNU_HASH)\n sgx-libs\n\nsgx-devel (rpmlib, GLIBC filtered):\n /usr/bin/pkg-config\n libPCKCertSelection.so.1()(64bit)\n libdcap_quoteprov.so.1()(64bit)\n libmpa_network.so.1()(64bit)\n libmpa_uefi.so.1()(64bit)\n libsgx_dcap_ql.so.1()(64bit)\n libsgx_dcap_quoteverify.so.1()(64bit)\n libsgx_default_qcnl_wrapper.so.1()(64bit)\n libsgx_enclave_common.so.1()(64bit)\n libsgx_epid.so.1()(64bit)\n libsgx_launch.so.1()(64bit)\n libsgx_pce_logic.so.1()(64bit)\n libsgx_qe3_logic.so.1()(64bit)\n libsgx_quote_ex.so.1()(64bit)\n libsgx_tdx_logic.so.1()(64bit)\n libsgx_uae_service.so.2()(64bit)\n libsgx_urts.so.2()(64bit)\n sgx-libs\n\nsgx-libs (rpmlib, GLIBC filtered):\n /bin/sh\n config(sgx-libs)\n ld-linux-x86-64.so.2()(64bit)\n libc.so.6()(64bit)\n libcrypto.so.3()(64bit)\n libcrypto.so.3(OPENSSL_3.0.0)(64bit)\n libgcc_s.so.1()(64bit)\n libgcc_s.so.1(GCC_3.0)(64bit)\n libm.so.6()(64bit)\n libprotobuf.so.30()(64bit)\n libsgx_default_qcnl_wrapper.so.1()(64bit)\n libsgx_enclave_common.so.1()(64bit)\n libsgx_pce_logic.so.1()(64bit)\n libsgx_qe3_logic.so.1()(64bit)\n libsgx_urts.so.2()(64bit)\n libstdc++.so.6()(64bit)\n libstdc++.so.6(CXXABI_1.3)(64bit)\n libstdc++.so.6(CXXABI_1.3.2)(64bit)\n libstdc++.so.6(CXXABI_1.3.5)(64bit)\n libstdc++.so.6(CXXABI_1.3.7)(64bit)\n libstdc++.so.6(CXXABI_1.3.9)(64bit)\n rtld(GNU_HASH)\n sgx-common\n\nsgx-aesm (rpmlib, GLIBC filtered):\n /bin/sh\n /usr/bin/sh\n CppMicroServices\n config(sgx-aesm)\n libCppMicroServicesd.so.3.8.5()(64bit)\n libc.so.6()(64bit)\n libcrypto.so.3()(64bit)\n libcrypto.so.3(OPENSSL_3.0.0)(64bit)\n libgcc_s.so.1()(64bit)\n libgcc_s.so.1(GCC_3.0)(64bit)\n libipc.so()(64bit)\n libm.so.6()(64bit)\n liboal.so()(64bit)\n libprotobuf.so.30()(64bit)\n libsgx_pce_logic.so.1()(64bit)\n libsgx_qe3_logic.so.1()(64bit)\n libstdc++.so.6()(64bit)\n libstdc++.so.6(CXXABI_1.3)(64bit)\n libstdc++.so.6(CXXABI_1.3.5)(64bit)\n libstdc++.so.6(CXXABI_1.3.9)(64bit)\n liburts_internal.so()(64bit)\n libutils.so()(64bit)\n rtld(GNU_HASH)\n sgx-libs\n\nsgx-pccs-admin (rpmlib, GLIBC filtered):\n /usr/bin/python3\n /usr/bin/sh\n python3-asn1\n python3-cryptography\n python3-keyring\n python3-pyOpenSSL\n python3-requests\n python3-urllib3\n sgx-libs\n\nsgx-pckid-tool (rpmlib, GLIBC filtered):\n config(sgx-pckid-tool)\n libc.so.6()(64bit)\n libcurl.so.4()(64bit)\n libgcc_s.so.1()(64bit)\n libgcc_s.so.1(GCC_3.0)(64bit)\n libm.so.6()(64bit)\n libstdc++.so.6()(64bit)\n libstdc++.so.6(CXXABI_1.3)(64bit)\n rtld(GNU_HASH)\n sgx-enclave(ide:signed)\n sgx-enclave(pce:signed)\n sgx-libs\n\nsgx-mpa (rpmlib, GLIBC filtered):\n config(sgx-mpa)\n libc.so.6()(64bit)\n libcurl.so.4()(64bit)\n libgcc_s.so.1()(64bit)\n libgcc_s.so.1(GCC_3.0)(64bit)\n libm.so.6()(64bit)\n libmpa_network.so.1()(64bit)\n libmpa_uefi.so.1()(64bit)\n libstdc++.so.6()(64bit)\n libstdc++.so.6(CXXABI_1.3)(64bit)\n libstdc++.so.6(CXXABI_1.3.9)(64bit)\n rtld(GNU_HASH)\n sgx-libs\n\ntdx-qgs (rpmlib, GLIBC filtered):\n config(tdx-qgs)\n libboost_system.so.1.83.0()(64bit)\n libboost_thread.so.1.83.0()(64bit)\n libc.so.6()(64bit)\n libgcc_s.so.1()(64bit)\n libgcc_s.so.1(GCC_3.0)(64bit)\n libm.so.6()(64bit)\n libsgx_pce_logic.so.1()(64bit)\n libsgx_tdx_logic.so.1()(64bit)\n libsgx_urts.so.2()(64bit)\n libstdc++.so.6()(64bit)\n libstdc++.so.6(CXXABI_1.3)(64bit)\n libstdc++.so.6(CXXABI_1.3.11)(64bit)\n libstdc++.so.6(CXXABI_1.3.13)(64bit)\n libstdc++.so.6(CXXABI_1.3.15)(64bit)\n libstdc++.so.6(CXXABI_1.3.3)(64bit)\n libstdc++.so.6(CXXABI_1.3.9)(64bit)\n rtld(GNU_HASH)\n sgx-enclave(ide:signed)\n sgx-enclave(pce:signed)\n sgx-enclave(tdqe:signed)\n sgx-libs\n\ntdx-attest-libs (rpmlib, GLIBC filtered):\n libc.so.6()(64bit)\n rtld(GNU_HASH)\n sgx-common\n\ntdx-attest-devel (rpmlib, GLIBC filtered):\n libtdx_attest.so.1()(64bit)\n tdx-attest-libs\n\n" }, { "header": "Provides", "text": "sgx-common:\n sgx-common\n sgx-common(x86-64)\n\nsgx-enclave-latest-pce-unsigned:\n sgx-enclave(pce:unsigned)\n sgx-enclave(pce:unsigned:latest)\n sgx-enclave-latest-pce-unsigned\n sgx-enclave-latest-pce-unsigned(x86-64)\n\nsgx-enclave-latest-ide-unsigned:\n sgx-enclave(ide:unsigned)\n sgx-enclave(ide:unsigned:latest)\n sgx-enclave-latest-ide-unsigned\n sgx-enclave-latest-ide-unsigned(x86-64)\n\nsgx-enclave-latest-qe3-unsigned:\n libsgx_qe3.signed.so.1(qe3_enclave.so)(64bit)\n sgx-enclave(qe3:unsigned)\n sgx-enclave(qe3:unsigned:latest)\n sgx-enclave-latest-qe3-unsigned\n sgx-enclave-latest-qe3-unsigned(x86-64)\n\nsgx-enclave-latest-tdqe-unsigned:\n sgx-enclave(tdqe:unsigned)\n sgx-enclave(tdqe:unsigned:latest)\n sgx-enclave-latest-tdqe-unsigned\n sgx-enclave-latest-tdqe-unsigned(x86-64)\n\nsgx-enclave-devel:\n libsgx_capable.so()(64bit)\n libsgx_epid_sim.so()(64bit)\n libsgx_launch_sim.so()(64bit)\n libsgx_ptrace.so()(64bit)\n libsgx_quote_ex_sim.so()(64bit)\n libsgx_uae_service_sim.so()(64bit)\n libsgx_urts_sim.so()(64bit)\n pkgconfig(libsgx_epid_sim)\n pkgconfig(libsgx_launch_sim)\n pkgconfig(libsgx_quote_ex_sim)\n pkgconfig(libsgx_uae_service_sim)\n pkgconfig(libsgx_urts_sim)\n sgx-enclave-devel\n sgx-enclave-devel(x86-64)\n\nsgx-devel:\n pkgconfig(libsgx_epid)\n pkgconfig(libsgx_launch)\n pkgconfig(libsgx_quote_ex)\n pkgconfig(libsgx_uae_service)\n pkgconfig(libsgx_urts)\n sgx-devel\n sgx-devel(x86-64)\n\nsgx-libs:\n config(sgx-libs)\n group(sgxprv)\n libPCKCertSelection.so.1()(64bit)\n libdcap_quoteprov.so.1()(64bit)\n libmpa_network.so.1()(64bit)\n libmpa_uefi.so.1()(64bit)\n libsgx_dcap_ql.so.1()(64bit)\n libsgx_dcap_quoteverify.so.1()(64bit)\n libsgx_default_qcnl_wrapper.so.1()(64bit)\n libsgx_enclave_common.so.1()(64bit)\n libsgx_epid.so.1()(64bit)\n libsgx_launch.so.1()(64bit)\n libsgx_pce_logic.so.1()(64bit)\n libsgx_qe3_logic.so.1()(64bit)\n libsgx_quote_ex.so.1()(64bit)\n libsgx_tdx_logic.so.1()(64bit)\n libsgx_uae_service.so.2()(64bit)\n libsgx_urts.so.2()(64bit)\n sgx-libs\n sgx-libs(x86-64)\n\nsgx-aesm:\n config(sgx-aesm)\n group(aesmd)\n groupmember(aesmd/sgx)\n groupmember(aesmd/sgxprv)\n libecdsa_quote_service_bundle.so()(64bit)\n libepid_quote_service_bundle.so()(64bit)\n libipc.so()(64bit)\n lible_launch_service_bundle.so()(64bit)\n liblinux_network_service_bundle.so()(64bit)\n liboal.so()(64bit)\n libpce_service_bundle.so()(64bit)\n libquote_ex_service_bundle.so()(64bit)\n liburts_internal.so()(64bit)\n libutils.so()(64bit)\n sgx-aesm\n sgx-aesm(x86-64)\n user(aesmd)\n\nsgx-pccs-admin:\n sgx-pccs-admin\n sgx-pccs-admin(x86-64)\n\nsgx-pckid-tool:\n config(sgx-pckid-tool)\n sgx-pckid-tool\n sgx-pckid-tool(x86-64)\n\nsgx-mpa:\n config(sgx-mpa)\n sgx-mpa\n sgx-mpa(x86-64)\n\ntdx-qgs:\n config(tdx-qgs)\n group(qgs)\n groupmember(qgs/sgx)\n groupmember(qgs/sgxprv)\n tdx-qgs\n tdx-qgs(x86-64)\n user(qgs)\n\ntdx-attest-libs:\n libtdx_attest.so.1()(64bit)\n tdx-attest-libs\n tdx-attest-libs(x86-64)\n\ntdx-attest-devel:\n tdx-attest-devel\n tdx-attest-devel(x86-64)\n\n" } ] }