{ "issues": [ { "result": "fail", "text": "The License field must be a valid SPDX expression.", "note": "Not a valid SPDX expression 'free as beer'.", "name": "CheckLicenseFieldSPDX", "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1" } ], "results": { "MUST": { "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": "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": "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": "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": "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": "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": "pending", "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. 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": "fail", "text": "The License field must be a valid SPDX expression.", "note": "Not a valid SPDX expression 'free as beer'.", "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": "pass", "text": "Package must own all directories that it creates.", "note": null, "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": "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" } ] }, "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": "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": "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": "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: DidierStevensSuite-20231016-1.git41b01df.fc39.noarch.rpm\n DidierStevensSuite-20231016-1.git41b01df.fc39.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/tmpiuem2nfl')]\nchecks: 31, packages: 2\n\nDidierStevensSuite.noarch: E: script-without-shebang /usr/bin/make-pdf-helloworld.py\nDidierStevensSuite.noarch: E: script-without-shebang /usr/bin/simple_listener_templates.py\nDidierStevensSuite.noarch: W: non-executable-in-bin /usr/bin/make-pdf-helloworld.py 644\nDidierStevensSuite.noarch: W: non-executable-in-bin /usr/bin/simple_listener_templates.py 644\nDidierStevensSuite.noarch: W: no-version-in-last-changelog\nDidierStevensSuite.src: W: no-version-in-last-changelog\nDidierStevensSuite.noarch: W: no-manual-page-for-binary 1768.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary MIFAREACR122.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary amsiscan.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary apc-b.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary apc-channel.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary apc-pr-log.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary base64dump.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary byte-stats.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary cipher-tool.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary cisco-calculate-ssh-fingerprint.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary count.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary cs-analyze-processdump.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary cs-decrypt-metadata.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary cs-extract-key.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary cs-parse-traffic.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary cut-bytes.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary decode-vbe.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary decoder_add1.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary decoder_ah.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary decoder_chr.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary decoder_rol1.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary decoder_xor1.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary decompress_rtf.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary defuzzer.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary disitool.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary dns-pydivert.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary dns-query-async.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary dnsresolver.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary emldump.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary extractscripts.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary file-magic.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary file2vbscript.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary find-file-in-file.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary format-bytes.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary generate-hashcat-toggle-rules.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary hash.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary headtail.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary hex-to-bin.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary image-forensics-ela.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary image-overlay.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary jpegdump.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary keihash.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary lookup-hosts.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary lookup-ips.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary mPDF.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary make-pdf-embedded.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary make-pdf-javascript.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary make-pdf-jbig2.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary msoffcrypto-crack.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary myjson-filter.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary myjson-transform.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary naft-gfe.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary naft-icd.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary naft-ii.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary naft_iipf.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary naft_impf.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary naft_pfef.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary naft_uf.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary nmap-xml-script-output.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary nsrl.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary numbers-to-hex.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary numbers-to-string.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary oledump.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary onion-connect-service-detection.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary password-history-analysis.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary pcap-rename.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary pdf-parser.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary pdfid.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary pdftool.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary pecheck.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary peid-userdb-to-yara-rules.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_biff.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_clsid.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_dridex.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_dttm.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_embeddedfile.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_hifo.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_http_heuristics.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_jumplist.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_linear.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_metadata.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_msg.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_msg_summary.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_msi.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_msi_info.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_nameobfuscation.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_office_crypto.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_olestreams.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_pcode_dumper.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_ppt.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_str_sub.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_stream_o.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_stream_sample.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_triage.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_vba.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_vba_dco.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_vba_dir.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_vba_routines.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_vba_summary.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_vbaproject.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary plugin_version_vba.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary process-binary-file.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary process-text-file.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary python-per-line.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary re-search.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary reextra.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary rtfdump.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary sets.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary shellcode2vba.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary shellcode2vbscript.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary simple-shellcode-generator.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary simple_ip_stats.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary simple_listener.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary simple_tcp_stats.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary sortcanon.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary split-overlap.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary split.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary ssdeep.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary strings.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary teeplus.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary texteditor.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary translate.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary virustotal-search.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary virustotal-submit.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary vs.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary what-is-new.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary whatisnewtelegramsendmessage.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary wsrradial.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary wsrtool.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary xmldump.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary xor-kpa.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary xorsearch.py\nDidierStevensSuite.noarch: W: no-manual-page-for-binary zipdump.py\nDidierStevensSuite.noarch: W: no-documentation\nDidierStevensSuite.noarch: W: invalid-license free as beer\nDidierStevensSuite.src: W: invalid-license free as beer\n 2 packages and 0 specfiles checked; 2 errors, 140 warnings, 2 badness; has taken 0.3 s \n\n\n" }, { "header": "Rpmlint (installed packages)", "text": "(none): E: there is no installed rpm \"DidierStevensSuite\".\nThere are no files to process nor additional arguments.\nNothing to do, aborting.\n============================ rpmlint session starts ============================\nrpmlint: 2.4.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: 31, packages: 1\n\n 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 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 :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name DidierStevensSuite --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-39-s390x\nActive plugins: Shell-api, Generic\nDisabled plugins: Ocaml, Python, SugarActivity, Perl, Java, PHP, C/C++, Haskell, fonts, R\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n" }, { "header": "Source checksums", "text": "https://github.com/DidierStevens/DidierStevensSuite/archive/41b01df75c8bb332f37d2e9eb4c8279583164d0e/DidierStevensSuite-20231016-41b01df.tar.gz :\n CHECKSUM(SHA256) this package : 13e518ae2b732667b11d0cbf092c81c1ae16e8afe503cf30d07a343d0c3b1930\n CHECKSUM(SHA256) upstream package : 13e518ae2b732667b11d0cbf092c81c1ae16e8afe503cf30d07a343d0c3b1930\n" }, { "header": "Requires", "text": "DidierStevensSuite (rpmlib, GLIBC filtered):\n /usr/bin/python3\n python3-ppdeep\n xorsearch\n\n" }, { "header": "Provides", "text": "DidierStevensSuite:\n DidierStevensSuite\n\n" } ] }