{ "issues": [ { "result": "fail", "text": "Package must not depend on deprecated() packages.", "note": "python3-pytest7 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 OPEN-SANS-LICENSE.txt is not marked as %license", "name": "CheckLicensInDoc", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "fail", "text": "Package does not use a name that already exists.", "note": "A package with this name already exists. Please check https://src.fedoraproject.org/rpms/clamav", "name": "CheckNoNameConflict", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names" }, { "result": "fail", "text": "Static libraries in -static or -devel subpackage, providing -devel if present.", "note": "Package has .a files: clamav-devel. Does not provide -static: clamav-devel.", "name": "CheckStaticLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" } ], "results": { "MUST": { "C/C++": [ { "result": "pass", "text": "If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang.", "note": null, "name": "CheckGccBuildRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/" }, { "result": "pass", "text": "Header files in -devel subpackage, if present.", "note": "", "name": "CheckHeaderFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "result": "pass", "text": "ldconfig not called in %post and %postun for Fedora 28 and later.", "note": null, "name": "CheckLDConfig", "url": "https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets" }, { "result": "pass", "text": "Package does not contain any libtool archives (.la)", "note": null, "name": "CheckLibToolArchives", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" }, { "result": "pending", "text": "Package does not contain kernel modules.", "note": null, "name": "CheckNoKernelModules", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_no_external_kernel_modules" }, { "result": "pass", "text": "Package contains no static executables.", "note": null, "name": "CheckNoStaticExecutables", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables" }, { "result": "pass", "text": "Rpath absent or only used for internal libs.", "note": null, "name": "CheckRPATH", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_beware_of_rpath" }, { "result": "pass", "text": "Development (unversioned) .so files in -devel subpackage, if present.", "note": null, "name": "CheckSoFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" } ], "Generic": [ { "result": "pending", "text": "Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines.", "note": null, "name": "CheckApprovedLicense", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/" }, { "result": "pending", "text": "%build honors applicable compiler flags or justifies otherwise.", "note": null, "name": "CheckBuildCompilerFlags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_compiler_flags" }, { "result": "pass", "text": "Package uses either %{buildroot} or $RPM_BUILD_ROOT", "note": null, "name": "CheckBuildrootMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros" }, { "result": "pending", "text": "Package contains no bundled libraries without FPC exception.", "note": null, "name": "CheckBundledLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling" }, { "result": "pending", "text": "Changelog in prescribed format.", "note": null, "name": "CheckChangelogFormat", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#changelogs" }, { "result": "pass", "text": "Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install.", "note": null, "name": "CheckCleanBuildroot", "url": "(this test has no URL)" }, { "result": "pending", "text": "Sources contain only permissible code or content.", "note": null, "name": "CheckCodeAndContent", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_impermissible_content" }, { "result": "pending", "text": "%config files are marked noreplace or the reason is justified.", "note": "No (noreplace) in %config %verify(not size md5 mtime) /var/lib/clamav/*.cvd", "name": "CheckConfigNoReplace", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_configuration_files" }, { "result": "pending", "text": "Each %files section contains %defattr if rpm < 4.4", "note": "%defattr present but not needed", "name": "CheckDefattr", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_permissions" }, { "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": 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": "fail", "text": "Package must not depend on deprecated() packages.", "note": "python3-pytest7 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 OPEN-SANS-LICENSE.txt 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\", \"GNU General Public License, Version 2\", \"GNU Lesser General Public License, Version 2.1\", \"*No copyright* Apache License 2.0\", \"curl License\", \"MIT License\", \"University of Illinois/NCSA Open Source License\", \"*No copyright* Public domain\", \"BSD 3-Clause License\", \"*No copyright* zlib License\", \"GNU General Public License v2.0 or later\", \"Boost Software License 1.0\", \"*No copyright* GNU General Public License v2.0 or later\", \"Apache License 2.0\", \"BSD 2-Clause License\", \"zlib License\", \"Apache License 2.0 and/or GNU General Public License, Version 2\", \"NTP License\", \"ISC License\", \"GNU General Public License v3.0 or later\", \"*No copyright* GNU Lesser General Public License\", \"*No copyright* MIT License\", \"BSD 3-Clause License and/or GNU Lesser General Public License v2.1 or later\", \"GNU Lesser General Public License v2.1 or later\", \"GNU General Public License, Version 2 and/or libtiff License\", \"GNU Lesser General Public License, Version 2.1 [obsolete FSF postal address (Mass Ave)]\", \"*No copyright* GNU General Public License, Version 2\", \"BSD 0-Clause License\", \"*No copyright* The Unlicense\", \"*No copyright* Mozilla Public License 2.0\", \"Apache License 2.0 and/or MIT License\", \"*No copyright* Apache License (v2.0) or MIT license\", \"Apache License (v2.0) or MIT license and/or BSD 3-Clause License\", \"Apache License (v2.0) or MIT license\", \"Apache License 2.0 and/or BSD 3-Clause License\", \"*No copyright* Boost Software License 1.0\", \"Unicode License Agreement - Data Files and Software (2016)\", \"SIL Open Font License 1.1\", \"Apache License 2.0 and/or Boost Software License 1.0\". 6963 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/clamav/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": "pass", "text": "No %config files under /usr.", "note": "", "name": "CheckNoConfigInUsr", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_configuration_files" }, { "result": "pending", "text": "Package does not generate any conflict.", "note": null, "name": "CheckNoConflicts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_conflicts" }, { "result": "fail", "text": "Package does not use a name that already exists.", "note": "A package with this name already exists. Please check https://src.fedoraproject.org/rpms/clamav", "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/doc/clamav", "name": "CheckOwnDirs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package does not own files or directories owned by other packages.", "note": null, "name": "CheckOwnOther", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package is not relocatable.", "note": null, "name": "CheckRelocatable", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_relocatable_packages" }, { "result": "pending", "text": "Requires correct, justified where necessary.", "note": null, "name": "CheckRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_requires" }, { "result": "pass", "text": "Sources used to build the package match the upstream source, as provided in the spec URL.", "note": null, "name": "CheckSourceMD5", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Spec file is legible and written in American English.", "note": null, "name": "CheckSpecLegibility", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_legibility" }, { "result": "pass", "text": "Spec file name must match the spec package %{name}, in the format %{name}.spec.", "note": null, "name": "CheckSpecName", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming" }, { "result": "fail", "text": "Static libraries in -static or -devel subpackage, providing -devel if present.", "note": "Package has .a files: clamav-devel. Does not provide -static: clamav-devel.", "name": "CheckStaticLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" }, { "result": "pending", "text": "Package contains systemd file(s) if in need.", "note": null, "name": "CheckSystemdScripts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "systemd_post is invoked in %post, systemd_preun in %preun, and systemd_postun in %postun for Systemd service files.", "note": "Systemd service file(s) in clamav, clamav-freshclam, clamd, clamav-milter", "name": "CheckSystemdUnitdirScriplets", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_scriptlets" }, { "result": "pass", "text": "File names are valid UTF-8.", "note": null, "name": "CheckUTF8Filenames", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_non_ascii_filenames" }, { "result": "pending", "text": "Useful -debuginfo package or justification otherwise.", "note": null, "name": "CheckUsefulDebuginfo", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_debuginfo_packages" }, { "result": "pending", "text": "Package is not known to require an ExcludeArch tag.", "note": null, "name": "generic-excludearch", "url": "https://fedoraproject.org/wiki/Architectures#ExcludeArch_.26_ExclusiveArch" }, { "result": "pending", "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.", "note": "Documentation size is 294752 bytes in 6 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": "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": "pending", "text": "Fully versioned dependency in subpackages if applicable.", "note": "No Requires: %{name}%{?_isa} = %{version}-%{release} in clamav-filesystem , clamav-lib , clamav-devel , clamav-data , clamav-freshclam , clamd , clamav-milter", "name": "CheckFullVerReqSub", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package" }, { "result": "pending", "text": "Package functions as described.", "note": null, "name": "CheckFunctionAsDescribed", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Packager, Vendor, PreReq, Copyright tags should not be in spec file", "note": null, "name": "CheckIllegalSpecTags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections" }, { "result": "pending", "text": "Latest version is packaged.", "note": null, "name": "CheckLatestVersionIsPackaged", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pending", "text": "Package does not include license text files separate from upstream.", "note": null, "name": "CheckLicenseUpstream", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "pending", "text": "Patches link to upstream bugs/comments/lists or are otherwise justified.", "note": null, "name": "CheckPatchComments", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_patch_guidelines" }, { "result": "pass", "text": "The placement of pkgconfig(.pc) files are correct.", "note": "", "name": "CheckPkgConfigFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_pkgconfig_files_foo_pc" }, { "result": "pending", "text": "Scriptlets must be sane, if used.", "note": null, "name": "CheckScriptletSanity", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_scriptlets" }, { "result": "pending", "text": "SourceX tarball generation or download is documented.", "note": "Package contains tarball without URL, check comments", "name": "CheckSourceComment", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pass", "text": "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": "Large data in /usr/share should live in a noarch subpackage if package is arched.", "note": null, "name": "generic-large-data", "url": "https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines" }, { "result": "pass", "text": "Rpmlint is run on debuginfo package(s).", "note": "No rpmlint messages.", "name": "CheckRpmlintDebuginfo", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint" }, { "result": "pass", "text": "Rpmlint is run on all installed packages.", "note": "No rpmlint messages.", "name": "CheckRpmlintInstalled", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint" } ] } }, "attachments": [ { "header": "Rpmlint", "text": "Checking: clamav-1.4.3-3.fc42.ppc64le.rpm\n clamav-filesystem-1.4.3-3.fc42.noarch.rpm\n clamav-lib-1.4.3-3.fc42.ppc64le.rpm\n clamav-devel-1.4.3-3.fc42.ppc64le.rpm\n clamav-data-1.4.3-3.fc42.noarch.rpm\n clamav-doc-1.4.3-3.fc42.noarch.rpm\n clamav-freshclam-1.4.3-3.fc42.ppc64le.rpm\n clamd-1.4.3-3.fc42.ppc64le.rpm\n clamav-milter-1.4.3-3.fc42.ppc64le.rpm\n clamav-1.4.3-3.fc42.src.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.8.0\nconfiguration:\n /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nrpmlintrc: [PosixPath('/tmp/tmpts3mpn1v')]\nchecks: 32, packages: 10\n\nclamav-milter.ppc64le: W: tmpfile-not-in-filelist /run/clamav-milter\nclamd.ppc64le: W: tmpfile-not-in-filelist /run/clamd.scan\nclamav-devel.ppc64le: E: static-library-without-debuginfo /usr/lib64/libclamav_rust.a\nclamav-data.noarch: E: spelling-error ('cron', '%description -l en_US cron -> corn, con, crone')\nclamav-devel.ppc64le: E: spelling-error ('headerfiles', '%description -l en_US headerfiles -> header files, header-files, leaderless')\nclamd.ppc64le: E: spelling-error ('clamav', '%description -l en_US clamav -> clam av, clam-av, clam')\nclamd.ppc64le: E: spelling-error ('milter', '%description -l en_US milter -> molter, miler, miter')\nclamav.spec:601: W: shared-dir-glob-in-files %{_includedir}/*\nclamav-milter.ppc64le: W: post-without-tmpfile-creation /usr/lib/tmpfiles.d/clamav-milter.conf\nclamd.ppc64le: W: post-without-tmpfile-creation /usr/lib/tmpfiles.d/clamd.scan.conf\nclamav-filesystem.noarch: W: only-non-binary-in-usr-lib\nclamav-data.noarch: W: non-standard-uid /var/lib/clamav/bytecode.cvd clamupdate\nclamav-data.noarch: W: non-standard-uid /var/lib/clamav/daily.cvd clamupdate\nclamav-data.noarch: W: non-standard-uid /var/lib/clamav/main.cvd clamupdate\nclamav-filesystem.noarch: W: non-standard-uid /var/lib/clamav clamupdate\nclamav-freshclam.ppc64le: W: non-standard-uid /var/lib/clamav/bytecode.cld clamupdate\nclamav-freshclam.ppc64le: W: non-standard-uid /var/lib/clamav/bytecode.cvd clamupdate\nclamav-freshclam.ppc64le: W: non-standard-uid /var/lib/clamav/daily.cld clamupdate\nclamav-freshclam.ppc64le: W: non-standard-uid /var/lib/clamav/daily.cvd clamupdate\nclamav-freshclam.ppc64le: W: non-standard-uid /var/lib/clamav/freshclam.dat clamupdate\nclamav-freshclam.ppc64le: W: non-standard-uid /var/lib/clamav/main.cld clamupdate\nclamav-freshclam.ppc64le: W: non-standard-uid /var/lib/clamav/main.cvd clamupdate\nclamav-data.noarch: W: non-standard-gid /var/lib/clamav/bytecode.cvd clamupdate\nclamav-data.noarch: W: non-standard-gid /var/lib/clamav/daily.cvd clamupdate\nclamav-data.noarch: W: non-standard-gid /var/lib/clamav/main.cvd clamupdate\nclamav-filesystem.noarch: W: non-standard-gid /var/lib/clamav clamupdate\nclamav-freshclam.ppc64le: W: non-standard-gid /var/lib/clamav/bytecode.cld clamupdate\nclamav-freshclam.ppc64le: W: non-standard-gid /var/lib/clamav/bytecode.cvd clamupdate\nclamav-freshclam.ppc64le: W: non-standard-gid /var/lib/clamav/daily.cld clamupdate\nclamav-freshclam.ppc64le: W: non-standard-gid /var/lib/clamav/daily.cvd clamupdate\nclamav-freshclam.ppc64le: W: non-standard-gid /var/lib/clamav/freshclam.dat clamupdate\nclamav-freshclam.ppc64le: W: non-standard-gid /var/lib/clamav/main.cld clamupdate\nclamav-freshclam.ppc64le: W: non-standard-gid /var/lib/clamav/main.cvd clamupdate\nclamav.ppc64le: E: non-standard-dir-perm /var/spool/quarantine 750\nclamav-freshclam.ppc64le: E: non-readable /etc/freshclam.conf 600\nclamav-devel.ppc64le: W: no-manual-page-for-binary clamav-config\nclamav-data.noarch: W: no-documentation\nclamav-devel.ppc64le: W: no-documentation\nclamav-filesystem.noarch: W: no-documentation\nclamav-lib.ppc64le: W: no-documentation\nclamav.spec:797: W: macro-in-%changelog %{buildroot}\nclamav.spec:824: W: macro-in-%changelog %_sysconfdir\nclamav.spec:824: W: macro-in-%changelog %freshclamlog\nclamav.spec:938: W: macro-in-%changelog %freshclamlog\nclamav.spec: W: invalid-url Source0: clamav-1.4.3-norar.tar.xz\nclamav.ppc64le: E: incorrect-fsf-address /usr/share/licenses/clamav/COPYING/COPYING.LGPL\nclamav-devel.ppc64le: E: incorrect-fsf-address /usr/include/clamav-types-64.h\nclamav-devel.ppc64le: E: incorrect-fsf-address /usr/include/clamav-version.h\nclamav-devel.ppc64le: E: incorrect-fsf-address /usr/include/clamav.h\nclamav-devel.ppc64le: E: incorrect-fsf-address /usr/include/libfreshclam.h\nclamav-doc.noarch: E: incorrect-fsf-address /usr/share/licenses/clamav-doc/COPYING/COPYING.LGPL\nclamav-doc.noarch: E: files-duplicated-waste 187266\nclamav-doc.noarch: W: files-duplicate /usr/share/doc/clamav/html/FontAwesome/fonts/fontawesome-webfont.ttf /usr/share/doc/clamav/html/FontAwesome/fonts/FontAwesome.ttf\nclamav-doc.noarch: W: files-duplicate /usr/share/doc/clamav/html/index.html /usr/share/doc/clamav/html/Introduction.html\nclamav-data.noarch: W: dangerous-command-in-%post rm\nclamd.ppc64le: W: dangerous-command-in-%post ln\nclamav-data.noarch: W: conffile-without-noreplace-flag /var/lib/clamav/bytecode.cvd\nclamav-data.noarch: W: conffile-without-noreplace-flag /var/lib/clamav/daily.cvd\nclamav-data.noarch: W: conffile-without-noreplace-flag /var/lib/clamav/main.cvd\n 10 packages and 0 specfiles checked; 14 errors, 45 warnings, 82 filtered, 14 badness; has taken 33.7 s \n\n\n" }, { "header": "Rpmlint (installed packages)", "text": "(none): E: there is no installed rpm \"clamav-freshclam-debuginfo\".\n(none): E: there is no installed rpm \"clamav-debuginfo\".\n(none): E: there is no installed rpm \"clamav-milter-debuginfo\".\n(none): E: there is no installed rpm \"clamav-milter\".\n(none): E: there is no installed rpm \"clamav-lib\".\n(none): E: there is no installed rpm \"clamav-doc\".\n(none): E: there is no installed rpm \"clamav-data\".\n(none): E: there is no installed rpm \"clamav-lib-debuginfo\".\n(none): E: there is no installed rpm \"clamd\".\n(none): E: there is no installed rpm \"clamav\".\n(none): E: there is no installed rpm \"clamav-freshclam\".\n(none): E: there is no installed rpm \"clamav-devel\".\n(none): E: there is no installed rpm \"clamav-filesystem\".\nThere are no files to process nor additional arguments.\nNothing to do, aborting.\n============================ rpmlint session starts ============================\nrpmlint: 2.8.0\nconfiguration:\n /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nchecks: 32, packages: 13\n\n 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s \n\n" }, { "header": "Rpmlint (debuginfo)", "text": "Checking: clamav-milter-debuginfo-1.4.3-3.fc42.ppc64le.rpm\n clamav-freshclam-debuginfo-1.4.3-3.fc42.ppc64le.rpm\n clamav-debuginfo-1.4.3-3.fc42.ppc64le.rpm\n clamav-lib-debuginfo-1.4.3-3.fc42.ppc64le.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.8.0\nconfiguration:\n /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nrpmlintrc: [PosixPath('/tmp/tmpwfn1h85b')]\nchecks: 32, packages: 4\n\n 4 packages and 0 specfiles checked; 0 errors, 0 warnings, 45 filtered, 0 badness; has taken 11.5 s \n\n\n\n" }, { "header": "", "text": "Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24\nCommand line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name clamav --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-42-ppc64le\nActive plugins: C/C++, Generic, Shell-api\nDisabled plugins: fonts, SugarActivity, Java, Perl, Ocaml, Python, Haskell, R, PHP\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n" }, { "header": "Requires", "text": "clamav (rpmlib, GLIBC filtered):\n /bin/sh\n clamav-filesystem\n clamav-lib\n data(clamav)\n filesystem(unmerged-sbin-symlinks)\n ld64.so.2()(64bit)\n libc.so.6()(64bit)\n libclamav.so.12()(64bit)\n libclamav.so.12(CLAMAV_0.104.0)(64bit)\n libclamav.so.12(CLAMAV_1.0.0)(64bit)\n libclamav.so.12(CLAMAV_1.1.0)(64bit)\n libclamav.so.12(CLAMAV_PRIVATE)(64bit)\n libclamav.so.12(CLAMAV_PUBLIC)(64bit)\n libcurl.so.4()(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 libjson-c.so.5()(64bit)\n libjson-c.so.5(JSONC_0.14)(64bit)\n libm.so.6()(64bit)\n libncurses.so.6()(64bit)\n libtinfo.so.6()(64bit)\n libz.so.1()(64bit)\n libz.so.1(ZLIB_1.2.0.2)(64bit)\n rtld(GNU_HASH)\n systemd\n\nclamav-filesystem (rpmlib, GLIBC filtered):\n config(clamav-filesystem)\n\nclamav-lib (rpmlib, GLIBC filtered):\n ld64.so.2()(64bit)\n libbz2.so.1()(64bit)\n libc.so.6()(64bit)\n libclammspack.so.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.0)(64bit)\n libgcc_s.so.1(GCC_3.3)(64bit)\n libgcc_s.so.1(GCC_4.2.0)(64bit)\n libjson-c.so.5()(64bit)\n libjson-c.so.5(JSONC_0.14)(64bit)\n libm.so.6()(64bit)\n libpcre2-8.so.0()(64bit)\n libxml2.so.2()(64bit)\n libxml2.so.2(LIBXML2_2.4.30)(64bit)\n libxml2.so.2(LIBXML2_2.5.0)(64bit)\n libxml2.so.2(LIBXML2_2.5.2)(64bit)\n libxml2.so.2(LIBXML2_2.5.7)(64bit)\n libxml2.so.2(LIBXML2_2.6.0)(64bit)\n libz.so.1()(64bit)\n rtld(GNU_HASH)\n\nclamav-devel (rpmlib, GLIBC filtered):\n /usr/bin/pkg-config\n /usr/bin/sh\n clamav-filesystem\n clamav-lib\n libclamav.so.12()(64bit)\n libclammspack.so.0()(64bit)\n libfreshclam.so.3()(64bit)\n openssl-devel\n\nclamav-data (rpmlib, GLIBC filtered):\n /bin/sh\n clamav-filesystem\n config(clamav-data)\n\nclamav-doc (rpmlib, GLIBC filtered):\n clamav-filesystem\n\nclamav-freshclam (rpmlib, GLIBC filtered):\n /bin/sh\n clamav-filesystem\n clamav-lib\n config(clamav-freshclam)\n ld64.so.2()(64bit)\n libc.so.6()(64bit)\n libclamav.so.12()(64bit)\n libclamav.so.12(CLAMAV_1.0.0)(64bit)\n libclamav.so.12(CLAMAV_PRIVATE)(64bit)\n libclamav.so.12(CLAMAV_PUBLIC)(64bit)\n libcrypto.so.3()(64bit)\n libcrypto.so.3(OPENSSL_3.0.0)(64bit)\n libcurl.so.4()(64bit)\n libfreshclam.so.3()(64bit)\n libfreshclam.so.3(FRESHCLAM_PUBLIC)(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 libm.so.6()(64bit)\n libz.so.1()(64bit)\n rtld(GNU_HASH)\n\nclamd (rpmlib, GLIBC filtered):\n /bin/sh\n clamav-filesystem\n clamav-lib\n coreutils\n data(clamav)\n filesystem(unmerged-sbin-symlinks)\n libc.so.6()(64bit)\n libclamav.so.12()(64bit)\n libclamav.so.12(CLAMAV_1.1.0)(64bit)\n libclamav.so.12(CLAMAV_PRIVATE)(64bit)\n libclamav.so.12(CLAMAV_PUBLIC)(64bit)\n libsystemd.so.0()(64bit)\n libsystemd.so.0(LIBSYSTEMD_209)(64bit)\n rtld(GNU_HASH)\n\nclamav-milter (rpmlib, GLIBC filtered):\n /bin/sh\n clamav-filesystem\n config(clamav-milter)\n filesystem(unmerged-sbin-symlinks)\n group(clamscan)\n libc.so.6()(64bit)\n libclamav.so.12()(64bit)\n libclamav.so.12(CLAMAV_PRIVATE)(64bit)\n libmilter.so.1.0()(64bit)\n rtld(GNU_HASH)\n\n" }, { "header": "Provides", "text": "clamav:\n clamav\n clamav(ppc-64)\n\nclamav-filesystem:\n clamav-filesystem\n config(clamav-filesystem)\n group(clamupdate)\n group(virusgroup)\n groupmember(clamupdate/virusgroup)\n user(clamupdate)\n\nclamav-lib:\n bundled(libmspack)\n clamav-lib\n clamav-lib(ppc-64)\n libclamav.so.12()(64bit)\n libclamav.so.12(CLAMAV_0.104.0)(64bit)\n libclamav.so.12(CLAMAV_1.0.0)(64bit)\n libclamav.so.12(CLAMAV_1.1.0)(64bit)\n libclamav.so.12(CLAMAV_PRIVATE)(64bit)\n libclamav.so.12(CLAMAV_PUBLIC)(64bit)\n libclammspack.so.0()(64bit)\n\nclamav-devel:\n clamav-devel\n clamav-devel(ppc-64)\n pkgconfig(libclamav)\n\nclamav-data:\n clamav-data\n clamav-db\n config(clamav-data)\n data(clamav)\n\nclamav-doc:\n clamav-doc\n\nclamav-freshclam:\n clamav-data-empty\n clamav-freshclam\n clamav-freshclam(ppc-64)\n clamav-update\n config(clamav-freshclam)\n data(clamav)\n libfreshclam.so.3()(64bit)\n libfreshclam.so.3(FRESHCLAM_PRIVATE)(64bit)\n libfreshclam.so.3(FRESHCLAM_PUBLIC)(64bit)\n\nclamd:\n clamav-scanner-systemd\n clamav-server\n clamav-server-systemd\n clamd\n clamd(ppc-64)\n group(clamscan)\n groupmember(clamscan/virusgroup)\n user(clamscan)\n\nclamav-milter:\n clamav-milter\n clamav-milter(ppc-64)\n clamav-milter-systemd\n config(clamav-milter)\n group(clamilt)\n groupmember(clamilt/clamscan)\n groupmember(clamilt/virusgroup)\n user(clamilt)\n\n" } ] }