{ "issues": [ { "result": "fail", "text": "Package must not depend on deprecated() packages.", "note": "python2.7 is deprecated, you must not depend on it.", "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 COPYING is not marked as %license", "name": "CheckLicensInDoc", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "fail", "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.", "note": "Documentation size is 1550953 bytes in 94 files. ", "name": "generic-large-docs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" } ], "results": { "MUST": { "C/C++": [ { "result": "pending", "text": "Provides: bundled(gnulib) in place as required.", "note": "Sources not installed", "name": "CheckBundledGnulib", "url": "https://fedoraproject.org/wiki/Bundled_Libraries#Requirement_if_you_bundle" }, { "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": "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" } ], "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": "pending", "text": "Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install.", "note": "rm -rf %{buildroot} present but not required", "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": "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/john-jumbo", "name": "CheckDirectoryRequire", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Dist tag is present.", "note": "Multiple Release: tags found", "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": "fail", "text": "Package must not depend on deprecated() packages.", "note": "python2.7 is deprecated, you must not depend on it.", "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 COPYING 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. No licenses found. Please check the source files for licenses manually.", "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": "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/john-jumbo", "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": "fail", "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.", "note": "Documentation size is 1550953 bytes in 94 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" } ], "Perl": [ { "result": "pending", "text": "Package contains the mandatory BuildRequires and Requires:.", "note": null, "name": "PerlCheckBuildRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Perl/" } ] }, "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": "pending", "text": "Buildroot is not present", "note": "Buildroot: present but not needed", "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": "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": "pass", "text": "Spec use %global instead of %define unless justified.", "note": null, "name": "CheckUseGlobal", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_global_preferred_over_define" } ] }, "EXTRA": { "Generic": [ { "result": "pending", "text": "Large data in /usr/share should live in a noarch subpackage if package is arched.", "note": "Arch-ed rpms have a total of 1638400 bytes in /usr/share ", "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": "Checking: john-jumbo-1.9.0-8.jumbo.1.git20231204.fc40.x86_64.rpm\n john-jumbo-1.9.0-8.jumbo.1.git20231204.fc40.src.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.4.0\nconfiguration:\n /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-legacy-licenses.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/tmps8nm7p85')]\nchecks: 31, packages: 2\n\njohn-jumbo.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/john-jumbo/README.krb5tgs-17-18-23.md\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/bin/john-jumbo\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-avx\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-avx-omp\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-avx2\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-avx2-omp\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-avx512bw\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-avx512bw-omp\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-avx512f\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-avx512f-omp\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-sse2\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-sse2-omp\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-xop\njohn-jumbo.x86_64: W: unstripped-binary-or-object /usr/libexec/john/john-xop-omp\njohn-jumbo.x86_64: E: script-without-shebang /usr/bin/pkcs12kdf.py\njohn-jumbo.x86_64: W: non-executable-in-bin /usr/bin/pkcs12kdf.py 644\njohn-jumbo.x86_64: W: no-manual-page-for-binary 1password2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary 7z2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary DPAPImk2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary adxcsouf2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary aem2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary aix2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary aix2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary andotp2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary androidbackup2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary androidfde2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ansible2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary apex2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary apop2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary applenotes2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary aruba2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary atmail2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary axcrypt2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary base64conv\njohn-jumbo.x86_64: W: no-manual-page-for-binary bestcrypt2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary bestcryptve2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary bitcoin2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary bitshares2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary bitwarden2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary bks2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary blockchain2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary cardano2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ccache2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary cisco2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary codepage.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary coinomi2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary cracf2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary dashlane2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary deepsound2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary diskcryptor2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary dmg2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ecryptfs2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ejabberd2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary electrum2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary encdatavault2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary encfs2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary enpass2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary enpass5tojohn.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ethereum2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary filezilla2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary fuzz_option.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary geli2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary genincstats.rb\njohn-jumbo.x86_64: W: no-manual-page-for-binary gpg2john\njohn-jumbo.x86_64: W: no-manual-page-for-binary hccapx2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary hextoraw.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary htdigest2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ibmiscanner2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ikescan2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ios7tojohn.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary itunes_backup2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary iwork2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary john-jumbo\njohn-jumbo.x86_64: W: no-manual-page-for-binary kdcdump2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary keplr2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary keychain2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary keyring2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary keystore2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary kirbi2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary known_hosts2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary krb2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary kwallet2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary lastpass2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ldif2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary leet.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary libreoffice2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary lion2john-alt.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary lion2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary lotus2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary luks2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary mac2john-alt.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary mac2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary mcafee_epo2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary monero2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary money2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary mosquitto2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary mozilla2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary multibit2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary neo2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary netntlm.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary netscreen.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary office2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary openbsd_softraid2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary openssl2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary padlock2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary pass_gen.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary pcap2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary pdf2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary pdf2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary pem2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary pfx2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary pgpdisk2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary pgpsda2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary pgpwde2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary potcheck.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary prosody2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ps_token2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary pse2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary pwsafe2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary radius2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary radius2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary rar2john\njohn-jumbo.x86_64: W: no-manual-page-for-binary restic2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary rexgen2rules.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary rulestack.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary sap2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary sense2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary sha-dump.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary sha-test.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary signal2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary sipdump2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary ssh2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary sspr2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary staroffice2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary strip2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary telegram2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary test_tezos2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary tezos2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary truecrypt2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary undrop\njohn-jumbo.x86_64: W: no-manual-page-for-binary unrule.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary vdi2john.pl\njohn-jumbo.x86_64: W: no-manual-page-for-binary vmx2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary zed2john.py\njohn-jumbo.x86_64: W: no-manual-page-for-binary zip2john\njohn-jumbo.x86_64: W: install-file-in-docs /usr/share/doc/john-jumbo/INSTALL\njohn-jumbo.x86_64: E: incorrect-fsf-address /usr/bin/openbsd_softraid2john.py\njohn-jumbo.x86_64: W: incoherent-version-in-changelog 1.9.0-jumbo.1.7 ['1.9.0-8.jumbo.1.git20231204.fc40', '1.9.0-8.jumbo.1.git20231204']\njohn-jumbo.x86_64: W: file-not-utf8 /usr/share/doc/john-jumbo/CREDITS\njohn-jumbo.x86_64: W: dangling-relative-symlink /usr/share/doc/john-jumbo/README ../README.md\n 2 packages and 0 specfiles checked; 2 errors, 148 warnings, 2 badness; has taken 1.9 s \n\n\n" }, { "header": "Rpmlint (installed packages)", "text": "(none): E: there is no installed rpm \"john-jumbo\".\nThere are no files to process nor additional arguments.\nNothing to do, aborting.\n============================ rpmlint session starts ============================\nrpmlint: 2.5.0\nconfiguration:\n /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-legacy-licenses.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: 1\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.10.0 (e79b66b) last change: 2023-07-24\nCommand line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name john-jumbo --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-rawhide-x86_64\nActive plugins: Generic, Perl, Shell-api, C/C++\nDisabled plugins: PHP, Java, R, Haskell, Python, SugarActivity, fonts, Ocaml\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n" }, { "header": "Source checksums", "text": "https://github.com/openwall/john/archive/4222aa48e282fdd608b4b54a7efadb834a999b42/john-jumbo-1.9.0-4222aa4.tar.gz#/john-jumbo-1.9.0-20231204-4222aa4.tar.gz :\n CHECKSUM(SHA256) this package : af6f756a79ddc9409e42118f6b5b77611cc55b4c9e0a4331dbd8207235aaa474\n CHECKSUM(SHA256) upstream package : af6f756a79ddc9409e42118f6b5b77611cc55b4c9e0a4331dbd8207235aaa474\n" }, { "header": "Requires", "text": "john-jumbo (rpmlib, GLIBC filtered):\n /usr/bin/perl\n /usr/bin/python2\n /usr/bin/python3\n /usr/bin/ruby\n john\n libbz2.so.1()(64bit)\n libc.so.6()(64bit)\n libcrypt.so.2()(64bit)\n libcrypt.so.2(XCRYPT_2.0)(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.3.1)(64bit)\n libgmp.so.10()(64bit)\n libgomp.so.1()(64bit)\n libgomp.so.1(GOMP_1.0)(64bit)\n libgomp.so.1(GOMP_4.0)(64bit)\n libgomp.so.1(OMP_1.0)(64bit)\n libm.so.6()(64bit)\n libz.so.1()(64bit)\n rtld(GNU_HASH)\n\n" }, { "header": "Provides", "text": "john-jumbo:\n john-jumbo\n john-jumbo(x86-64)\n\n" } ] }