{ "issues": [ { "result": "fail", "text": "If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang.", "note": "No gcc, gcc-c++ or clang found in BuildRequires", "name": "CheckGccBuildRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/" }, { "result": "fail", "text": "Header files in -devel subpackage, if present.", "note": "pycharm-community : /usr/share/java/pycharm-community/jbr/include/classfile_constants.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jawt.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jdwpTransport.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jni.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jvmti.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jvmticmlr.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/linux/jawt_md.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/linux/jni_md.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/python.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/targetver.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h ", "name": "CheckHeaderFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "result": "fail", "text": "Package contains no static executables.", "note": "Static executables found: restarter", "name": "CheckNoStaticExecutables", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables" }, { "result": "fail", "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": "License file ADDITIONAL_LICENSE_INFO is not marked as %license", "name": "CheckLicensInDoc", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "fail", "text": "Packages have proper BuildRequires/Requires on javapackages-tools (jpackage-utils)", "note": null, "name": "CheckJPackageRequires", "url": "https://fedoraproject.org/wiki/Packaging:Java" }, { "result": "fail", "text": "Javadoc documentation files are generated and included in -javadoc subpackage", "note": "No javadoc subpackage present. Note: Javadocs are optional for Fedora versions >= 21", "name": "CheckJavadoc", "url": "https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation" }, { "result": "fail", "text": "Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)", "note": "No javadoc subpackage present", "name": "CheckJavadocdirName", "url": "https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation" }, { "result": "fail", "text": "Bundled jar/class files should be removed before build", "note": "Jar files in source (see attachment) ", "name": "java-check-bundled-jars", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Java/#_pre_built_dependencies" } ], "results": { "MUST": { "C/C++": [ { "result": "fail", "text": "If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang.", "note": "No gcc, gcc-c++ or clang found in BuildRequires", "name": "CheckGccBuildRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/" }, { "result": "fail", "text": "Header files in -devel subpackage, if present.", "note": "pycharm-community : /usr/share/java/pycharm-community/jbr/include/classfile_constants.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jawt.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jdwpTransport.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jni.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jvmti.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jvmticmlr.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/linux/jawt_md.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/linux/jni_md.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/python.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/targetver.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h ", "name": "CheckHeaderFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "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": "fail", "text": "Package contains no static executables.", "note": "Static executables found: restarter", "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 or specifies bundled libraries with Provides: bundled() if unbundling is not possible.", "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": "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": "pass", "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": "pass", "text": "Package installs a %{name}.desktop using desktop-file-install or desktop-file-validate if there is such a file.", "note": null, "name": "CheckDesktopFileInstall", "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": "pass", "text": "Package requires other packages for directories it uses.", "note": null, "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": "fail", "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": "License file ADDITIONAL_LICENSE_INFO is not marked as %license", "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\", \"Apache License 2.0\", \"Apache License 2.0 and/or BSD 2-Clause License\", \"*No copyright* Apache License 2.0\", \"MIT License\", \"*No copyright* Public domain\", \"*No copyright* MIT License\", \"*No copyright* Eclipse Public License 2.0\", \"*No copyright* BSD 0-Clause License\", \"BSD 2-Clause License\", \"MIT License and/or Unicode License Agreement - Data Files and Software (2016)\", \"*No copyright* Mozilla Public License 1.0\", \"BSD 3-Clause License\", \"GNU General Public License v2.0 only\", \"*No copyright* Apache License 2.0 and/or GNU General Public License, Version 2\", \"*No copyright* GNU General Public License, Version 2\", \"GNU General Public License, Version 2\", \"Cryptix Public License\", \"Unicode License Agreement - Data Files and Software (2016)\", \"*No copyright* Mozilla Public License 2.0\", \"Creative Commons CC0 1.0 and/or MIT License\", \"MIT (old)\", \"MIT Open Group variant\", \"W3C Software Notice and License (1998-07-20) and/or W3C Software Notice and License (2002-12-31)\", \"Standard ML of New Jersey License\", \"W3C Software and Document Notice and License (2015-05-13)\", \"W3C Software Notice and License (1998-07-20)\", \"W3C License\", \"*No copyright* W3C Software and Document Notice and License (2015-05-13)\", \"Apache License 1.1\", \"SIL Open Font License 1.1\", \"GNU Lesser General Public License v2.1 or later\", \"Eclipse Public License 1.0\", \"*No copyright* Eclipse Public License 1.0\", \"*No copyright* Apache License\", \"Public domain\", \"*No copyright* Eclipse Public License\", \"Eclipse Public License\", \"Mozilla Public License 2.0\", \"BSD 2-Clause License and/or FSF All Permissive License\", \"BSD 2-Clause License and/or FSF All Permissive License [generated file]\", \"Zope Public License 2.1\", \"*No copyright* BSD 2-Clause License and/or FSF All Permissive License\". 8412 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/pycharm-community/licensecheck.txt", "name": "CheckLicenseField", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_valid_license_short_names" }, { "result": "pass", "text": "The License field must be a valid SPDX expression.", "note": null, "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": "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": "pending", "text": "Package does not generate any conflict.", "note": null, "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/share/mime, /usr/share/mime/packages", "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": "pending", "text": "Package contains systemd file(s) if in need.", "note": null, "name": "CheckSystemdScripts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "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 0 bytes in 0 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" } ], "Java": [ { "result": "fail", "text": "Bundled jar/class files should be removed before build", "note": "Jar files in source (see attachment) ", "name": "java-check-bundled-jars", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Java/#_pre_built_dependencies" }, { "result": "fail", "text": "Packages have proper BuildRequires/Requires on javapackages-tools (jpackage-utils)", "note": null, "name": "CheckJPackageRequires", "url": "https://fedoraproject.org/wiki/Packaging:Java" }, { "result": "fail", "text": "Javadoc documentation files are generated and included in -javadoc subpackage", "note": "No javadoc subpackage present. Note: Javadocs are optional for Fedora versions >= 21", "name": "CheckJavadoc", "url": "https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation" }, { "result": "fail", "text": "Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)", "note": "No javadoc subpackage present", "name": "CheckJavadocdirName", "url": "https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation" } ], "Maven": [ { "result": "pass", "text": "Old add_to_maven_depmap macro is not being used", "note": null, "name": "CheckNoOldMavenDepmap", "url": "https://fedoraproject.org/wiki/Packaging:Java#Maven_pom.xml_files" }, { "result": "pending", "text": "If package contains pom.xml files install it (including metadata) even when building with ant", "note": null, "name": "CheckPomInstalled", "url": "https://fedoraproject.org/wiki/Packaging:Java#Maven_pom.xml_files" } ] }, "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": "pending", "text": "Avoid bundling fonts in non-fonts packages. ", "note": "Package contains font files", "name": "CheckBundledFonts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_avoid_bundling_of_fonts_in_other_packages" }, { "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": "pass", "text": "Fully versioned dependency in subpackages if applicable.", "note": null, "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": "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": "Spec use %global instead of %define unless justified.", "note": "%define requiring justification: %define __brp_check_rpaths %{nil}", "name": "CheckUseGlobal", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_global_preferred_over_define" } ], "Java": [ { "result": "pending", "text": "Packages are noarch unless they use JNI", "note": "pycharm-community subpackage is not noarch. Please verify manually", "name": "CheckNoArch", "url": "https://fedoraproject.org/wiki/Packaging:Java" }, { "result": "pending", "text": "Package uses upstream build method (ant/maven/etc.)", "note": null, "name": "CheckUpstremBuildMethod", "url": "https://fedoraproject.org/wiki/Packaging:Java" } ] }, "EXTRA": { "Generic": [ { "result": "fail", "text": "Large data in /usr/share should live in a noarch subpackage if package is arched.", "note": "Arch-ed rpms have a total of 1922355200 bytes in /usr/share pycharm-community-2026.1.2-1.fc45.ppc64le.rpm:1922355200 ", "name": "generic-large-data", "url": "https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines" }, { "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": "Cannot parse rpmlint output:\n" }, { "header": "Rpmlint (installed packages)", "text": "(none): E: there is no installed rpm \"pycharm-community\".\n(none): E: there is no installed rpm \"pycharm-community-doc\".\nThere are no files to process nor additional arguments.\nNothing to do, aborting.\n============================ rpmlint session starts ============================\nrpmlint: 2.9.0\nconfiguration:\n /usr/lib/python3.15/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: 2\n\n 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s \n\n" }, { "header": "", "text": "Generated by fedora-review 0.11.0 (05c5b26) last change: 2025-11-29\nCommand line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name pycharm-community --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-rawhide-ppc64le\nActive plugins: Shell-api, Java, Generic, C/C++\nDisabled plugins: Ocaml, Perl, PHP, fonts, Haskell, SugarActivity, R, Python\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n" }, { "header": "Unversioned so-files", "text": "pycharm-community: /usr/share/java/pycharm-community/jbr/lib/libEGL.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libGLESv2.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libattach.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libawt_headless.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libawt_wlawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libawt_xawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libcef.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libdt_socket.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libextnet.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libfontmanager.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libfontmanager_xawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libgluegen_rt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libinstrument.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libj2gss.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libj2pcsc.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libj2pkcs11.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjaas.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjava.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjavajpeg.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjcef.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjdwp.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjimage.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjli.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjogl_desktop.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjogl_mobile.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjsig.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjsound.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/liblcms.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libmanagement.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libmanagement_agent.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libmanagement_ext.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libmlib_image.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnativewindow_awt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnativewindow_drm.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnativewindow_x11.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnet.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnewt_drm.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnewt_head.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnio.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libprefs.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/librmi.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libsaproc.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libsctp.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libshared_mem_helper.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libsimdsort.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libsplashscreen.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libsyslookup.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libverify.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libvk_swiftshader.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libwlsplashscreen.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libzip.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/server/libjsig.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/server/libjvm.so\npycharm-community: /usr/share/java/pycharm-community/lib/jna/amd64/libjnidispatch.so\npycharm-community: /usr/share/java/pycharm-community/lib/native/linux-x86_64/libsqliteij.so\npycharm-community: /usr/share/java/pycharm-community/lib/pty4j/linux/x86-64/libpty.so\npycharm-community: /usr/share/java/pycharm-community/lib/skiko-awt-runtime-all/libskiko-linux-x64.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/tracer.cpython-310-x86_64-linux-gnu.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_311_64.cpython-311-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_312_64.cpython-312-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cpython-312-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_aarch64.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so" }, { "header": "Source checksums", "text": "https://github.com/JetBrains/intellij-community/releases/download/pycharm%2F2026.1.2/pycharm-2026.1.2.tar.gz :\n CHECKSUM(SHA256) this package : 90d390b4fd7888fee332cc4abdbcb2bd35948f5bd7832f555b588bfb78a44fba\n CHECKSUM(SHA256) upstream package : 90d390b4fd7888fee332cc4abdbcb2bd35948f5bd7832f555b588bfb78a44fba\nhttps://github.com/JetBrains/intellij-community/releases/download/pycharm%2F2026.1.2/pycharm-2026.1.2-aarch64.tar.gz :\n CHECKSUM(SHA256) this package : 11b3c964e22834f194b67abb4a70ad2a995236952ac37113241a7375903ccf8f\n CHECKSUM(SHA256) upstream package : 11b3c964e22834f194b67abb4a70ad2a995236952ac37113241a7375903ccf8f\n" }, { "header": "Requires", "text": "pycharm-community (rpmlib, GLIBC filtered):\n /usr/bin/sh\n hicolor-icon-theme\n javapackages-filesystem\n libc.so.6()(64bit)\n libdl.so.2()(64bit)\n libgcc_s.so.1()(64bit)\n libgcc_s.so.1(GCC_3.0)(64bit)\n libgcc_s.so.1(GCC_3.3)(64bit)\n libgcc_s.so.1(GCC_4.2.0)(64bit)\n libpthread.so.0()(64bit)\n librt.so.1()(64bit)\n rtld(GNU_HASH)\n\npycharm-community-doc (rpmlib, GLIBC filtered):\n pycharm-community\n\n" }, { "header": "Provides", "text": "pycharm-community:\n application()\n application(pycharm-community.desktop)\n metainfo()\n metainfo(pycharm-community.metainfo.xml)\n mimehandler(application/x-python-code)\n mimehandler(application/xml)\n mimehandler(text/markdown)\n mimehandler(text/plain)\n mimehandler(text/x-python)\n pycharm-community\n pycharm-community(ppc-64)\n\npycharm-community-doc:\n pycharm-community-doc\n\n" }, { "header": "Jar and class files in source", "text": "./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/jbr/lib/jrt-fs.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/dev/lib/dev.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.backend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.frontend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.common.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/editorconfig-plugin/lib/editorconfig-plugin.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/sh-plugin/lib/sh-plugin.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/sh-plugin/lib/modules/intellij.sh.backend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/terminal/lib/modules/intellij.terminal.cloud.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/terminal/lib/modules/intellij.terminal.frontend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/terminal/lib/completion-ranking-sh.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/terminal/lib/terminal-completion-db-with-extensions.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/terminal/lib/terminal-completion-spec.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/terminal/lib/terminal.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/org.carrot2-morfologik-speller.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/ai.grazie.gec.util.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/modules/intellij.grazie.java.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/modules/intellij.grazie.properties.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/com.carrotsearch-hppc.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/org.jetbrains.intellij.deps.languagetool-language-en.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/ai.grazie.model.tree.jvm.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/org.json-json.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/ai.grazie.client.ktor.jvm.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/com.hankcs-aho-corasick-double-array-trie.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/ai.grazie.api.gateway.client.jvm.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/ai.grazie.rule.engine.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/io.github.oshai.kotlin.logging.jvm.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/com.vdurmont-emoji-java.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/org.carrot2-morfologik-fsa.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/ai.grazie.tasks.library.api.jvm.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/javax.measure-unit-api.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/grazie.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/ai.grazie.tasks.library.model.jvm.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/org.carrot2-morfologik-stemming.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/tech.uom.lib-uom-lib-common.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/org.carrot2-morfologik-fsa-builders.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/net.loomchild-segment.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/intellij.libraries.ai.grazie.spell.gec.engine.local.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/ai.grazie.model.ner.jvm.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/tech.units-indriya.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/grazie/lib/org.jetbrains.intellij.deps.languagetool-languagetool-core.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/vcs-git/lib/modules/intellij.vcs.git.frontend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/vcs-git/lib/modules/intellij.vcs.git.terminal.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/vcs-git/lib/modules/intellij.vcs.git.localHistory.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/vcs-git/lib/modules/intellij.vcs.git.coverage.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/vcs-git/lib/git4idea-rt.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/vcs-git/lib/vcs-git.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/color-scheme-github/lib/color-scheme-github.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/textmate-plugin/lib/modules/intellij.textmate.backend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/textmate-plugin/lib/modules/intellij.textmate.core.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/textmate-plugin/lib/modules/intellij.textmate.common.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/textmate-plugin/lib/modules/intellij.textmate.joni.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/textmate-plugin/lib/modules/intellij.textmate.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/textmate-plugin/lib/textmate-plugin.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/markdown/lib/modules/intellij.markdown.backend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/markdown/lib/modules/intellij.markdown.fenceInjection.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/markdown/lib/modules/intellij.markdown.frontend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/markdown/lib/markdown.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/yaml/lib/modules/intellij.yaml.backend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/yaml/lib/yaml.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/pycharm-community-customization-shared/lib/modules/intellij.platform.ide.nonModalWelcomeScreen.frontend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/pycharm-community-customization-shared/lib/modules/intellij.pycharm.community.ide.impl.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/pycharm-community-customization-shared/lib/modules/intellij.platform.ide.nonModalWelcomeScreen.backend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/pycharm-community-customization-shared/lib/modules/intellij.pycharm.community.ide.implTraining.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/pycharm-community-customization-shared/lib/pycharm-community-customization-shared.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/toml/lib/modules/intellij.toml.frontend.jar\n./pycharm-community-2026.1.2-build/pycharm-community-2026.1.2/plugins/toml/lib/modules/intellij.toml.back" } ] }