{ "issues": [ { "result": "fail", "text": "ldconfig not called in %post and %postun for Fedora 28 and later.", "note": "/sbin/ldconfig called in libindimail", "name": "CheckLDConfig", "url": "https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets" }, { "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": "The License field must be a valid SPDX expression.", "note": "Not a valid SPDX expression 'GPL-3.0+'.", "name": "CheckLicenseFieldSPDX", "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1" }, { "result": "fail", "text": "Static libraries in -static or -devel subpackage, providing -devel if present.", "note": "Package has .a files: indimail-devel. Does not provide -static: indimail-devel.", "name": "CheckStaticLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" } ], "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": "Header files in -devel subpackage, if present.", "note": "", "name": "CheckHeaderFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "result": "fail", "text": "ldconfig not called in %post and %postun for Fedora 28 and later.", "note": "/sbin/ldconfig called in libindimail", "name": "CheckLDConfig", "url": "https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets" }, { "result": "pass", "text": "Package does not contain any libtool archives (.la)", "note": null, "name": "CheckLibToolArchives", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" }, { "result": "pending", "text": "Package does not contain kernel modules.", "note": null, "name": "CheckNoKernelModules", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_no_external_kernel_modules" }, { "result": "pass", "text": "Package contains no static executables.", "note": null, "name": "CheckNoStaticExecutables", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables" }, { "result": "pass", "text": "Rpath absent or only used for internal libs.", "note": null, "name": "CheckRPATH", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_beware_of_rpath" }, { "result": "pending", "text": "Development (unversioned) .so files in -devel subpackage, if present.", "note": "Unversioned so-files in private %_libdir subdirectory (see attachment). Verify they are not in ld path. ", "name": "CheckSoFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" } ], "Generic": [ { "result": "pending", "text": "Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines.", "note": null, "name": "CheckApprovedLicense", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/" }, { "result": "pending", "text": "%build honors applicable compiler flags or justifies otherwise.", "note": null, "name": "CheckBuildCompilerFlags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_compiler_flags" }, { "result": "pass", "text": "Package uses either %{buildroot} or $RPM_BUILD_ROOT", "note": null, "name": "CheckBuildrootMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros" }, { "result": "pending", "text": "Package contains no bundled libraries without FPC exception.", "note": null, "name": "CheckBundledLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling" }, { "result": "pending", "text": "Changelog in prescribed format.", "note": null, "name": "CheckChangelogFormat", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#changelogs" }, { "result": "pass", "text": "Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install.", "note": null, "name": "CheckCleanBuildroot", "url": "(this test has no URL)" }, { "result": "pending", "text": "Sources contain only permissible code or content.", "note": null, "name": "CheckCodeAndContent", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_impermissible_content" }, { "result": "pass", "text": "Package uses hardened build flags if required to.", "note": "suid files: vsetuserquota, printdir, vmoduser, vcfilter, vbulletin, vadddomain, vdeluser, vrenameuser, vdeldomain, vaddaliasdomain, vmoveuserdir, vrenamedomain, vadduser, vdominfo", "name": "CheckDaemonCompileFlags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_compiler_flags" }, { "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": "pending", "text": "Package requires other packages for directories it uses.", "note": "No known owner of /etc/indimail/tcp, /etc/indimail/users, /usr/lib/indimail, /usr/lib, /usr/share/man/man1, /usr/share/doc, /usr/share, /var/log, /etc, /usr/libexec, /usr/share/man/man8, /var/indimail, /usr/share/doc/indimail-devel, /usr/lib/tmpfiles.d, /usr/share/indimail/doc, /usr/src, /usr/libexec/indimail, /usr/share/man/man3, /usr/lib64/pkgconfig, /usr/bin, /usr/share/indimail, /etc/indimail, /usr/share/man, /usr/share/doc/libindimail, /usr/include, /usr/lib64, /usr, /usr/share/man/man7, /usr/src/debug, /var, /etc/indimail/control, /usr/sbin", "name": "CheckDirectoryRequire", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Dist tag is present.", "note": null, "name": "CheckDistTag", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/DistTag/" }, { "result": "pending", "text": "Package uses nothing in %doc for runtime.", "note": null, "name": "CheckDocRuntime", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pass", "text": "Package does not contain duplicates in %files.", "note": null, "name": "CheckFileDuplicates", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_duplicate_files" }, { "result": "pass", "text": "Permissions on files are set properly.", "note": null, "name": "CheckFilePermissions", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_permissions" }, { "result": "pending", "text": "Package complies to the Packaging Guidelines", "note": null, "name": "CheckGuidelines", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Package must not depend on deprecated() packages.", "note": null, "name": "CheckIfDepsDeprecated", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/" }, { "result": "fail", "text": "If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license.", "note": "License file 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. Licenses found: \"Unknown or generated\", \"FSF Unlimited License (with License Retention) and/or GNU General Public License v2.0 or later [generated file]\", \"GNU General Public License v2.0 or later [generated file]\", \"GNU General Public License v3.0 or later\", \"FSF Unlimited License [generated file]\", \"GNU General Public License, Version 3\", \"X11 License [generated file]\", \"GNU General Public License v2.0 or later\", \"*No copyright* GNU General Public License, Version 2\", \"FSF Unlimited License (with License Retention) [generated file]\", \"GNU General Public License v3.0 or later and/or OpenSSL License\", \"FSF Unlimited License (with License Retention) and/or GNU General Public License, Version 2\", \"FSF Unlimited License (with License Retention)\". 780 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/indimail/licensecheck.txt", "name": "CheckLicenseField", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_valid_license_short_names" }, { "result": "fail", "text": "The License field must be a valid SPDX expression.", "note": "Not a valid SPDX expression 'GPL-3.0+'.", "name": "CheckLicenseFieldSPDX", "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1" }, { "result": "pending", "text": "License file installed when any subpackage combination is installed.", "note": null, "name": "CheckLicenseInSubpackages", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#subpackage-licensing" }, { "result": "pending", "text": "Package consistently uses macros (instead of hard-coded directory names).", "note": null, "name": "CheckMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros" }, { "result": "pass", "text": "Package use %makeinstall only when make install DESTDIR=... doesn't work.", "note": null, "name": "CheckMakeinstall", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_why_the_makeinstall_macro_should_not_be_used" }, { "result": "pass", "text": "Package is named using only allowed ASCII characters.", "note": null, "name": "CheckNameCharset", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pending", "text": "Package is named according to the Package Naming Guidelines.", "note": null, "name": "CheckNaming", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pending", "text": "Package does not generate any conflict.", "note": null, "name": "CheckNoConflicts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_conflicts" }, { "result": "pass", "text": "Package does not use a name that already exists.", "note": null, "name": "CheckNoNameConflict", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names" }, { "result": "pending", "text": "Package obeys FHS, except libexecdir and /usr/target.", "note": null, "name": "CheckObeysFHS", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_filesystem_layout" }, { "result": "pending", "text": "If the package is a rename of another package, proper Obsoletes and Provides are present.", "note": null, "name": "CheckObsoletesForRename", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#renaming-or-replacing-existing-packages" }, { "result": "pending", "text": "Package must own all directories that it creates.", "note": "Directories without known owners: /etc/indimail/tcp, /etc/indimail/users, /usr/lib/indimail, /usr/lib/tmpfiles.d, /usr/share/indimail/doc, /usr/lib, /usr/src, /usr/share/man/man1, /usr/libexec/indimail, /usr/share/doc, /usr/share/man/man3, /usr/share, /var/log, /usr/lib64/pkgconfig, /usr/bin, /etc, /usr/share/indimail, /etc/indimail, /usr/libexec, /usr/share/man/man8, /usr/share/man, /usr/share/doc/libindimail, /usr/include, /usr/lib64, /usr, /var/indimail, /usr/share/man/man7, /usr/src/debug, /var, /etc/indimail/control, /usr/share/doc/indimail-devel, /usr/sbin", "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: indimail-devel. Does not provide -static: indimail-devel.", "name": "CheckStaticLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" }, { "result": "pass", "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": "pending", "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.", "note": "Documentation size is 70294 bytes in 2 files. ", "name": "generic-large-docs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pass", "text": "Packages must not store files under /srv, /opt or /usr/local", "note": null, "name": "generic-srv-opt", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pending", "text": "Package successfully compiles and builds into binary rpms on at least one supported primary architecture.", "note": "Using prebuilt packages", "name": "CheckBuild", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support" }, { "result": "pass", "text": "Package installs properly.", "note": null, "name": "CheckPackageInstalls", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Rpmlint is run on all rpms the build produces.", "note": "There are rpmlint messages (see attachment).", "name": "CheckRpmlint", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint" } ] }, "SHOULD": { "Generic": [ { "result": "fail", "text": "Reviewer should test that the package builds in mock.", "note": null, "name": "CheckBuildInMock", "url": "https://fedoraproject.org/wiki/PackageMaintainers/MockTricks" }, { "result": "pass", "text": "Buildroot is not present", "note": null, "name": "CheckBuildroot", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT)", "note": null, "name": "CheckClean", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections" }, { "result": "pending", "text": "If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it.", "note": null, "name": "CheckContainsLicenseText", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "pass", "text": "No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.", "note": null, "name": "CheckFileRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies" }, { "result": "pending", "text": "Final provides and requires are sane (see attachments).", "note": null, "name": "CheckFinalRequiresProvides", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pending", "text": "Fully versioned dependency in subpackages if applicable.", "note": "No Requires: %{name}%{?_isa} = %{version}-%{release} in indimail-devel , libindimail", "name": "CheckFullVerReqSub", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package" }, { "result": "pending", "text": "Package functions as described.", "note": null, "name": "CheckFunctionAsDescribed", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Packager, Vendor, PreReq, Copyright tags should not be in spec file", "note": null, "name": "CheckIllegalSpecTags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections" }, { "result": "pending", "text": "Latest version is packaged.", "note": null, "name": "CheckLatestVersionIsPackaged", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pending", "text": "Package does not include license text files separate from upstream.", "note": null, "name": "CheckLicenseUpstream", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "pass", "text": "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": "fail", "text": "Sources can be downloaded from URI in Source: tag", "note": "Could not download Source4: http://downloads.sourceforge.net/indimail/indimail-permissions.paranoid, Source3: http://downloads.sourceforge.net/indimail/indimail-permissions.secure, Source2: http://downloads.sourceforge.net/indimail/indimail-permissions.easy, Source1: http://downloads.sourceforge.net/indimail/indimail-rpmlintrc, Source0: http://downloads.sourceforge.net/indimail/indimail-3.4.7.tar.gz", "name": "CheckSourceDownloads", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pass", "text": "SourceX is a working URL.", "note": null, "name": "CheckSourceUrl", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Sources are verified with gpgverify first in %prep if upstream publishes signatures.", "note": "gpgverify is not used.", "name": "CheckSourceVerification", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_file_verification" }, { "result": "pending", "text": "Package should compile and build into binary rpms on all supported architectures.", "note": null, "name": "CheckSupportAllArchs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support" }, { "result": "pending", "text": "%check is present and all tests pass.", "note": null, "name": "CheckTestSuites", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_test_suites" }, { "result": "pending", "text": "Packages should try to preserve timestamps of original installed files.", "note": null, "name": "CheckTimeStamps", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_timestamps" }, { "result": "pending", "text": "Spec use %global instead of %define unless justified.", "note": "%define requiring justification: %define copr_build 1, %define _project local, %define log log_it() { echo \"$(echo \"\"|tai64n|tai64nlocal)$*\" }", "name": "CheckUseGlobal", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_global_preferred_over_define" } ] }, "EXTRA": { "Generic": [ { "result": "pass", "text": "Large data in /usr/share should live in a noarch subpackage if package is arched.", "note": null, "name": "generic-large-data", "url": "https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines" }, { "result": "pass", "text": "Package should not use obsolete m4 macros", "note": null, "name": "CheckAutotoolsObsoletedMacros", "url": "https://fedorahosted.org/FedoraReview/wiki/AutoTools" }, { "result": "pass", "text": "Rpmlint is run on debuginfo package(s).", "note": "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: indimail-3.4.7-1.1.fc41.x86_64.rpm\n indimail-devel-3.4.7-1.1.fc41.x86_64.rpm\n libindimail-3.4.7-1.1.fc41.x86_64.rpm\n indimail-debuginfo-3.4.7-1.1.fc41.x86_64.rpm\n indimail-debugsource-3.4.7-1.1.fc41.x86_64.rpm\n indimail-3.4.7-1.1.fc41.src.rpm\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\nrpmlintrc: [PosixPath('/tmp/tmpi63ku7x4')]\nchecks: 32, packages: 6\n\nindimail.x86_64: E: use-tmp-in-%post\nindimail-devel.x86_64: E: static-library-without-debuginfo /usr/lib64/libeps.a\nindimail-devel.x86_64: E: static-library-without-debuginfo /usr/lib64/libindimail.a\nindimail.x86_64: E: setuid-binary /usr/bin/printdir root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vaddaliasdomain root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vadddomain root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vadduser root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vbulletin root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vcfilter root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vdeldomain root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vdeluser root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vdominfo root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vmoduser root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vmoveuserdir root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vrenamedomain root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vrenameuser root 4555\nindimail.x86_64: E: setuid-binary /usr/bin/vsetuserquota root 4555\nindimail.x86_64: W: non-standard-uid /etc/indimail/control/host.cntrl indimail\nindimail.x86_64: W: non-standard-uid /etc/indimail/control/host.master indimail\nindimail.x86_64: W: non-standard-uid /etc/indimail/control/host.mysql indimail\nindimail.x86_64: W: non-standard-uid /etc/indimail/control/mailalert.cfg indimail\nindimail.x86_64: W: non-standard-uid /etc/indimail/control/mcdinfo indimail\nindimail.x86_64: W: non-standard-uid /etc/indimail/tcp/tcp.poppass.cdb indimail\nindimail.x86_64: W: non-standard-uid /var/log/svc qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/indisrvr.4000 qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/indisrvr.4000/current qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/inlookup.infifo qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/inlookup.infifo/current qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/logfifo qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/logfifo/current qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/mrtg qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/mrtg/current qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/mysql.3306 qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/mysql.3306/current qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/poppass.106 qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/poppass.106/current qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/proxyIMAP.4143 qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/proxyIMAP.4143/current qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/proxyIMAP.9143 qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/proxyIMAP.9143/current qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/proxyPOP3.4110 qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/proxyPOP3.4110/current qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/proxyPOP3.9110 qmaill\nindimail.x86_64: W: non-standard-uid /var/log/svc/proxyPOP3.9110/current qmaill\nindimail.x86_64: W: non-standard-gid /etc/indimail/control/host.cntrl qmail\nindimail.x86_64: W: non-standard-gid /etc/indimail/control/host.master qmail\nindimail.x86_64: W: non-standard-gid /etc/indimail/control/host.mysql qmail\nindimail.x86_64: W: non-standard-gid /etc/indimail/control/mailalert.cfg qmail\nindimail.x86_64: W: non-standard-gid /etc/indimail/control/mcdinfo qmail\nindimail.x86_64: W: non-standard-gid /etc/indimail/tcp/tcp.poppass.cdb indimail\nindimail.x86_64: W: non-standard-gid /var/indimail/domains indimail\nindimail.x86_64: W: non-standard-gid /var/log/svc nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/indisrvr.4000 nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/indisrvr.4000/current nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/inlookup.infifo nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/inlookup.infifo/current nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/logfifo nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/logfifo/current nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/mrtg nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/mrtg/current nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/mysql.3306 nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/mysql.3306/current nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/poppass.106 nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/poppass.106/current nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/proxyIMAP.4143 nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/proxyIMAP.4143/current nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/proxyIMAP.9143 nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/proxyIMAP.9143/current nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/proxyPOP3.4110 nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/proxyPOP3.4110/current nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/proxyPOP3.9110 nofiles\nindimail.x86_64: W: non-standard-gid /var/log/svc/proxyPOP3.9110/current nofiles\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/printdir 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/printdir 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vaddaliasdomain 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vaddaliasdomain 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vadddomain 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vadddomain 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vadduser 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vadduser 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vbulletin 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vbulletin 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vcfilter 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vcfilter 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vdeldomain 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vdeldomain 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vdeluser 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vdeluser 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vdominfo 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vdominfo 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vmoduser 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vmoduser 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vmoveuserdir 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vmoveuserdir 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vrenamedomain 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vrenamedomain 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vrenameuser 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vrenameuser 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vsetuserquota 4555\nindimail.x86_64: E: non-standard-executable-perm /usr/bin/vsetuserquota 4555\nindimail.x86_64: E: non-standard-dir-perm /var/indimail/domains 775\nindimail.x86_64: W: non-standard-dir-in-var indimail\nindimail.x86_64: E: non-readable /etc/indimail/control/host.cntrl 640\nindimail.x86_64: E: non-readable /etc/indimail/control/host.master 640\nindimail.x86_64: E: non-readable /etc/indimail/control/host.mysql 640\nindimail.x86_64: E: non-readable /etc/indimail/control/mailalert.cfg 640\nindimail.x86_64: E: non-readable /etc/indimail/control/mcdinfo 640\nindimail.x86_64: E: non-readable /etc/indimail/logrotate.mysql 600\nindimail.x86_64: W: non-conffile-in-etc /etc/indimail/indimail-release\nindimail.x86_64: W: non-conffile-in-etc /etc/indimail/indimail-rpm.info\nindimail.x86_64: W: non-conffile-in-etc /etc/indimail/indimail.perms\nindimail.x86_64: W: no-manual-page-for-binary vpurge\nindimail.x86_64: W: log-files-without-logrotate ['/var/log/svc']\nindimail.x86_64: W: files-duplicate /usr/share/man/man8/vproxy.8.gz /usr/share/man/man8/proxypop3.8.gz\nindimail.x86_64: E: explicit-lib-dependency mysql-libs\nindimail.x86_64: W: dangerous-command-in-%postun mv\nindimail.x86_64: W: dangerous-command-in-%post chmod\n 6 packages and 0 specfiles checked; 53 errors, 64 warnings, 197 filtered, 53 badness; has taken 6.7 s \n\n\n" }, { "header": "Rpmlint (installed packages)", "text": "(none): E: there is no installed rpm \"indimail-debugsource\".\n(none): E: there is no installed rpm \"indimail-debuginfo\".\n(none): E: there is no installed rpm \"indimail-devel\".\n(none): E: there is no installed rpm \"indimail\".\n(none): E: there is no installed rpm \"libindimail\".\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: 5\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: indimail-debuginfo-3.4.7-1.1.fc41.x86_64.rpm\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\nrpmlintrc: [PosixPath('/tmp/tmpav_0f5du')]\nchecks: 32, packages: 1\n\n 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 144 filtered, 0 badness; has taken 2.6 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 indimail --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-rawhide-x86_64\nActive plugins: C/C++, Generic, Shell-api\nDisabled plugins: Haskell, R, Python, PHP, Java, SugarActivity, Ocaml, Perl, fonts\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n" }, { "header": "Unversioned so-files", "text": "indimail: /usr/lib/indimail/modules/iauth.so\nindimail: /usr/lib/indimail/modules/tcplookup.so" }, { "header": "Requires", "text": "indimail (rpmlib, GLIBC filtered):\n /bin/sh\n /usr/bin/awk\n /usr/bin/bash\n /usr/bin/hostname\n /usr/bin/sh\n /usr/bin/which\n /usr/sbin/groupadd\n /usr/sbin/groupdel\n /usr/sbin/useradd\n config(indimail)\n coreutils\n findutils\n glibc\n grep\n group(indimail)\n group(nofiles)\n group(qmail)\n group(qscand)\n indimail-access\n indimail-mta\n libc.so.6()(64bit)\n libcrypto.so.3()(64bit)\n libcrypto.so.3(OPENSSL_3.0.0)(64bit)\n libeps.so.1()(64bit)\n libindimail.so.3()(64bit)\n libncurses.so.6()(64bit)\n libqmail\n libqmail.so.1()(64bit)\n libssl.so.3()(64bit)\n libssl.so.3(OPENSSL_3.0.0)(64bit)\n libtinfo.so.6()(64bit)\n mrtg\n mysql-libs\n mysql-server\n openssl\n pkgconfig\n procps\n python3-policycoreutils\n rtld(GNU_HASH)\n sed\n shadow-utils\n user(alias)\n user(indimail)\n user(qmaill)\n user(qscand)\n\nindimail-devel (rpmlib, GLIBC filtered):\n /usr/bin/pkg-config\n libeps.so.1()(64bit)\n libindimail\n libindimail.so.3()(64bit)\n\nlibindimail (rpmlib, GLIBC filtered):\n /bin/sh\n libc.so.6()(64bit)\n libcrypto.so.3()(64bit)\n libcrypto.so.3(OPENSSL_3.0.0)(64bit)\n libgsasl.so.18()(64bit)\n libgsasl.so.18(LIBGSASL_1.1)(64bit)\n libgsasl.so.18(LIBGSASL_1.10)(64bit)\n libm.so.6()(64bit)\n libqmail.so.1()(64bit)\n libssl.so.3()(64bit)\n rtld(GNU_HASH)\n\nindimail-debuginfo (rpmlib, GLIBC filtered):\n\nindimail-debugsource (rpmlib, GLIBC filtered):\n\n" }, { "header": "Provides", "text": "indimail:\n config(indimail)\n indimail\n indimail(x86-64)\n\nindimail-devel:\n indimail-devel\n indimail-devel(x86-64)\n pkgconfig(libindimail)\n\nlibindimail:\n indimail-libs\n indimail-libs(x86-64)\n libeps.so.1()(64bit)\n libindimail\n libindimail(x86-64)\n libindimail.so.3()(64bit)\n\nindimail-debuginfo:\n debuginfo(build-id)\n indimail-debuginfo\n indimail-debuginfo(x86-64)\n\nindimail-debugsource:\n indimail-debugsource\n indimail-debugsource(x86-64)\n\n" } ] }