{ "issues": [ { "result": "fail", "text": "Development (unversioned) .so files in -devel subpackage, if present.", "note": "Unversioned so-files directly in %_libdir.", "name": "CheckSoFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "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/gap", "name": "CheckNoNameConflict", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names" } ], "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": "fail", "text": "Development (unversioned) .so files in -devel subpackage, if present.", "note": "Unversioned so-files directly in %_libdir.", "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": "Macros in Summary, %description expandable at SRPM build time.", "note": null, "name": "CheckDescMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_rpm_buildtime_macros" }, { "result": "pass", "text": "Package contains desktop file if it is a GUI application.", "note": null, "name": "CheckDesktopFile", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_desktop_files" }, { "result": "pass", "text": "Package installs a %{name}.desktop using desktop-file-install or desktop-file-validate if there is such a file.", "note": null, "name": "CheckDesktopFileInstall", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_desktop_files" }, { "result": "pending", "text": "Development files must be in a -devel package", "note": null, "name": "CheckDevelFilesInDevel", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "result": "pass", "text": "Package requires other packages for directories it uses.", "note": null, "name": "CheckDirectoryRequire", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Dist tag is present.", "note": null, "name": "CheckDistTag", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/DistTag/" }, { "result": "pending", "text": "Package uses nothing in %doc for runtime.", "note": null, "name": "CheckDocRuntime", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pass", "text": "Package does not contain duplicates in %files.", "note": null, "name": "CheckFileDuplicates", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_duplicate_files" }, { "result": "pass", "text": "Permissions on files are set properly.", "note": null, "name": "CheckFilePermissions", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_permissions" }, { "result": "pending", "text": "Package complies to the Packaging Guidelines", "note": null, "name": "CheckGuidelines", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Package must not depend on deprecated() packages.", "note": null, "name": "CheckIfDepsDeprecated", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/" }, { "result": "pass", "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. Licenses found: \"Unknown or generated\", \"GNU General Public License v2.0 or later\", \"GNU General Public License, Version 2\", \"*No copyright* GNU General Public License v2.0 or later\", \"FSF Unlimited License [generated file]\", \"GNU General Public License v3.0 or later\", \"X11 License [generated file]\", \"*No copyright* Artistic License 2.0\", \"FSF All Permissive License\", \"GNU General Public License\", \"*No copyright* GNU General Public License\", \"GNU Lesser General Public License\", \"GNU Lesser General Public License, Version 3\", \"GNU Lesser General Public License [generated file]\", \"FSF Unlimited License (with License Retention) and/or GNU General Public License, Version 2 [generated file]\", \"GNU General Public License v2.0 or later [generated file]\", \"FSF Unlimited License and/or GNU Lesser General Public License [generated file]\", \"zlib License\", \"*No copyright* GNU General Public License, Version 2\", \"*No copyright* MIT License\", \"*No copyright* GNU General Public License, Version 3\", \"FSF Unlimited License (with License Retention) [generated file]\", \"MIT License\", \"BSD 2-Clause License\", \"*No copyright* BSD 2-Clause License\", \"BSD 3-Clause License\", \"*No copyright* BSD 3-Clause License\", \"GNU General Public License v2.0 or later [obsolete FSF postal address (Temple Place)]\", \"GNU General Public License, Version 3\", \"*No copyright* Mozilla Public License 2.0\", \"GNU General Public License, Version 2 [obsolete FSF postal address (Temple Place)]\", \"*No copyright* GNU General Public License v2.0 or later [obsolete FSF postal address (Temple Place)]\", \"*No copyright* GNU Lesser General Public License, Version 2.1\", \"*No copyright* Apache License 2.0\", \"Apache License 2.0 and/or GNU General Public License v2.0 or later\", \"FSF Unlimited License (with License Retention) and/or GNU General Public License v2.0 or later [generated file]\", \"Artistic License 2.0\", \"*No copyright* Artistic License 2.0 and/or GNU General Public License, Version 2\", \"GNU Free Documentation License v1.3 or later\", \"GNU General Public License v3.0 or later and/or GNU Lesser General Public License [generated file]\", \"Boehm GC License\", \"Boehm GC License [generated file]\", \"Boehm GC License and/or GNU General Public License\", \"*No copyright* GNU General Public License v3.0 or later\", \"Mozilla Public License 1.1\", \"FSF Unlimited License (with License Retention) and/or GNU General Public License v2.0 or later\", \"FSF Unlimited License (with License Retention)\", \"*No copyright* Public domain\", \"GNU Lesser General Public License, Version 2.1\", \"Apache License 2.0\", \"GNU Free Documentation License v1.2\", \"*No copyright* Common Development and Distribution License\", \"Common Development and Distribution License\", \"GNU Free Documentation License v1.2 or later\", \"*No copyright* GNU Free Documentation License v1.2 or later and/or GNU General Public License v2.0 or later\", \"GNU Free Documentation License and/or GNU General Public License, Version 3\", \"*No copyright* GNU Free Documentation License and/or GNU General Public License, Version 3\", \"Historical Permission Notice and Disclaimer - sell variant [generated file]\", \"NTP License (legal disclaimer)\", \"GNU General Public License v3.0 or later [generated file]\", \"*No copyright* Boost Software License 1.0\", \"Boost Software License 1.0\", \"NTP License\", \"*No copyright* zlib License\", \"*No copyright* Boehm GC License\", \"FSF Unlimited License (with License Retention) and/or GNU General Public License, Version 2\", \"*No copyright* Boehm GC License and/or GNU General Public License and/or MIT License\", \"GNU General Public License and/or MIT License\", \"*No copyright* GNU General Public License, Version 2 [obsolete FSF postal address (Temple Place)]\", \"GNU General Public License, Version 3 [generated file]\", \"SIL Open Font License 1.1\", \"Apache License 2.0 and/or MIT License\", \"Intel Open Source License and/or MIT License\", \"Mozilla Public License 2.0\", \"GNU Lesser General Public License v2.1 or later\", \"GNU Lesser General Public License (modified-code-notice clause) and/or GNU Lesser General Public License v2.1 or later\", \"Boehm GC License and/or Mozilla Public License 2.0\". 37437 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/gap/licensecheck.txt", "name": "CheckLicenseField", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_valid_license_short_names" }, { "result": "pass", "text": "The License field must be a valid SPDX expression.", "note": null, "name": "CheckLicenseFieldSPDX", "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1" }, { "result": "pending", "text": "License file installed when any subpackage combination is installed.", "note": null, "name": "CheckLicenseInSubpackages", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#subpackage-licensing" }, { "result": "pending", "text": "Package consistently uses macros (instead of hard-coded directory names).", "note": null, "name": "CheckMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros" }, { "result": "pass", "text": "Package use %makeinstall only when make install DESTDIR=... doesn't work.", "note": null, "name": "CheckMakeinstall", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_why_the_makeinstall_macro_should_not_be_used" }, { "result": "pass", "text": "Package is named using only allowed ASCII characters.", "note": null, "name": "CheckNameCharset", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pending", "text": "Package is named according to the Package Naming Guidelines.", "note": null, "name": "CheckNaming", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pending", "text": "Package does not generate any conflict.", "note": null, "name": "CheckNoConflicts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_conflicts" }, { "result": "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/gap", "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/lib/rpm/macros.d, /usr/share/mime, /usr/share/gap, /usr/lib/rpm, /usr/share/mime/packages", "name": "CheckOwnDirs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package does not own files or directories owned by other packages.", "note": null, "name": "CheckOwnOther", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package is not relocatable.", "note": null, "name": "CheckRelocatable", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_relocatable_packages" }, { "result": "pending", "text": "Requires correct, justified where necessary.", "note": null, "name": "CheckRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_requires" }, { "result": "pass", "text": "Sources used to build the package match the upstream source, as provided in the spec URL.", "note": null, "name": "CheckSourceMD5", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Spec file is legible and written in American English.", "note": null, "name": "CheckSpecLegibility", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_legibility" }, { "result": "pass", "text": "Spec file name must match the spec package %{name}, in the format %{name}.spec.", "note": null, "name": "CheckSpecName", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming" }, { "result": "pending", "text": "Package contains systemd file(s) if in need.", "note": null, "name": "CheckSystemdScripts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "File names are valid UTF-8.", "note": null, "name": "CheckUTF8Filenames", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_non_ascii_filenames" }, { "result": "pending", "text": "Useful -debuginfo package or justification otherwise.", "note": null, "name": "CheckUsefulDebuginfo", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_debuginfo_packages" }, { "result": "pending", "text": "Package is not known to require an ExcludeArch tag.", "note": null, "name": "generic-excludearch", "url": "https://fedoraproject.org/wiki/Architectures#ExcludeArch_.26_ExclusiveArch" }, { "result": "pending", "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.", "note": "Documentation size is 12209 bytes in 5 files. ", "name": "generic-large-docs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pass", "text": "Packages must not store files under /srv, /opt or /usr/local", "note": null, "name": "generic-srv-opt", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pending", "text": "Package successfully compiles and builds into binary rpms on at least one supported primary architecture.", "note": "Using prebuilt packages", "name": "CheckBuild", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support" }, { "result": "pass", "text": "Package installs properly.", "note": null, "name": "CheckPackageInstalls", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Rpmlint is run on all rpms the build produces.", "note": "There are rpmlint messages (see attachment).", "name": "CheckRpmlint", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint" } ], "Perl": [ { "result": "pending", "text": "Package contains the mandatory BuildRequires and Requires:.", "note": null, "name": "PerlCheckBuildRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Perl/" } ] }, "SHOULD": { "Generic": [ { "result": "fail", "text": "Reviewer should test that the package builds in mock.", "note": null, "name": "CheckBuildInMock", "url": "https://fedoraproject.org/wiki/PackageMaintainers/MockTricks" }, { "result": "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 gap-libs , gap-core , gap-online-help , gap-rpm-macros , gap-vim , libgap", "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": "fail", "text": "Uses parallel make %{?_smp_mflags} macro.", "note": null, "name": "CheckParallelMake", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make" }, { "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": "pending", "text": "The placement of pkgconfig(.pc) files are correct.", "note": "libgap : /usr/lib64/pkgconfig/libgap.pc ", "name": "CheckPkgConfigFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_pkgconfig_files_foo_pc" }, { "result": "pass", "text": "Sources can be downloaded from URI in Source: tag", "note": null, "name": "CheckSourceDownloads", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pass", "text": "SourceX is a working URL.", "note": null, "name": "CheckSourceUrl", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Sources are verified with gpgverify first in %prep if upstream publishes signatures.", "note": "gpgverify is not used.", "name": "CheckSourceVerification", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_file_verification" }, { "result": "pending", "text": "Package should compile and build into binary rpms on all supported architectures.", "note": null, "name": "CheckSupportAllArchs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support" }, { "result": "pending", "text": "%check is present and all tests pass.", "note": null, "name": "CheckTestSuites", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_test_suites" }, { "result": "pending", "text": "Packages should try to preserve timestamps of original installed files.", "note": null, "name": "CheckTimeStamps", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_timestamps" }, { "result": "pending", "text": "Spec use %global instead of %define unless justified.", "note": "%define requiring justification: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:", "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": "fail", "text": "Package should not use obsolete m4 macros", "note": "Some obsoleted macros found, see the attachment.", "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: gap-4.15.0~beta2-1.fc44~bootstrap.x86_64.rpm\n gap-libs-4.15.0~beta2-1.fc44~bootstrap.noarch.rpm\n gap-core-4.15.0~beta2-1.fc44~bootstrap.x86_64.rpm\n gap-online-help-4.15.0~beta2-1.fc44~bootstrap.noarch.rpm\n gap-rpm-macros-4.15.0~beta2-1.fc44~bootstrap.x86_64.rpm\n gap-devel-4.15.0~beta2-1.fc44~bootstrap.x86_64.rpm\n gap-vim-4.15.0~beta2-1.fc44~bootstrap.noarch.rpm\n libgap-4.15.0~beta2-1.fc44~bootstrap.x86_64.rpm\n gap-4.15.0~beta2-1.fc44~bootstrap.src.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.7.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/tmpffn2kd5w')]\nchecks: 32, packages: 9\n\ngap-core.x86_64: E: zero-length /var/lib/gap/workspace.gz\ngap.x86_64: E: world-writable /usr/share/doc/gap/README.fedora 666\ngap.x86_64: E: world-writable /usr/share/mime/packages/gap.xml 666\ngap-core.x86_64: E: world-writable /usr/share/man/man1/update-gap-workspace.1.gz 666\ngap-vim.noarch: E: world-writable /usr/share/vim/vimfiles/ftdetect/gap.vim 666\ngap.src: W: strange-permission gac.1.in 666\ngap.src: W: strange-permission gap-4.15.0-beta2.tar.gz 666\ngap.src: W: strange-permission gap-README.fedora 666\ngap.src: W: strange-permission gap-help.patch 666\ngap.src: W: strange-permission gap-popcount.patch 666\ngap.src: W: strange-permission gap-zlib-ng.patch 666\ngap.src: W: strange-permission gap.1.in 666\ngap.src: W: strange-permission gap.spec 666\ngap.src: W: strange-permission gap.vim 666\ngap.src: W: strange-permission gap.xml 666\ngap.src: W: strange-permission gapicon.bmp 666\ngap.src: W: strange-permission org.gap-system.gap.desktop 666\ngap.src: W: strange-permission org.gap-system.gap.metainfo.xml 666\ngap.src: W: strange-permission update-gap-workspace 777\ngap.src: W: strange-permission update-gap-workspace.1 666\ngap.src: E: spelling-error ('combinatorial', '%description -l en_US combinatorial -> combination')\ngap.x86_64: E: spelling-error ('combinatorial', '%description -l en_US combinatorial -> combination')\ngap-core.x86_64: W: only-non-binary-in-usr-lib\ngap-rpm-macros.x86_64: W: only-non-binary-in-usr-lib\ngap-online-help.noarch: W: no-documentation\ngap-rpm-macros.x86_64: W: no-documentation\ngap-rpm-macros.x86_64: E: no-binary\ngap-libs.noarch: E: incorrect-fsf-address /usr/share/licenses/gap-libs/COPYRIGHT\ngap-libs.noarch: E: incorrect-fsf-address /usr/share/licenses/gap-libs/LICENSE\ngap.x86_64: W: incoherent-version-in-changelog 4.15.0~beta2-1 ['4.15.0~beta2-1.fc44~bootstrap', '4.15.0~beta2-1.fc44~bootstrap']\nlibgap.x86_64: W: devel-file-in-non-devel-package /usr/lib64/libgap.so\nlibgap.x86_64: W: devel-file-in-non-devel-package /usr/lib64/pkgconfig/libgap.pc\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/chooser.html ../../pkg/GAPDoc/styles/chooser.html\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/lefttoc.css ../../pkg/GAPDoc/styles/lefttoc.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/manual.css ../../pkg/GAPDoc/styles/manual.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/manual.js ../../pkg/GAPDoc/styles/manual.js\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/nocolorprompt.css ../../pkg/GAPDoc/styles/nocolorprompt.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/ragged.css ../../pkg/GAPDoc/styles/ragged.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/rainbow.js ../../pkg/GAPDoc/styles/rainbow.js\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/times.css ../../pkg/GAPDoc/styles/times.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/toggless.css ../../pkg/GAPDoc/styles/toggless.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/hpc/toggless.js ../../pkg/GAPDoc/styles/toggless.js\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/chooser.html ../../pkg/GAPDoc/styles/chooser.html\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/lefttoc.css ../../pkg/GAPDoc/styles/lefttoc.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/manual.css ../../pkg/GAPDoc/styles/manual.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/manual.js ../../pkg/GAPDoc/styles/manual.js\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/nocolorprompt.css ../../pkg/GAPDoc/styles/nocolorprompt.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/ragged.css ../../pkg/GAPDoc/styles/ragged.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/rainbow.js ../../pkg/GAPDoc/styles/rainbow.js\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/times.css ../../pkg/GAPDoc/styles/times.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/toggless.css ../../pkg/GAPDoc/styles/toggless.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/ref/toggless.js ../../pkg/GAPDoc/styles/toggless.js\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/chooser.html ../../pkg/GAPDoc/styles/chooser.html\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/lefttoc.css ../../pkg/GAPDoc/styles/lefttoc.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/manual.css ../../pkg/GAPDoc/styles/manual.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/manual.js ../../pkg/GAPDoc/styles/manual.js\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/nocolorprompt.css ../../pkg/GAPDoc/styles/nocolorprompt.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/ragged.css ../../pkg/GAPDoc/styles/ragged.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/rainbow.js ../../pkg/GAPDoc/styles/rainbow.js\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/times.css ../../pkg/GAPDoc/styles/times.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/toggless.css ../../pkg/GAPDoc/styles/toggless.css\ngap-online-help.noarch: W: dangling-relative-symlink /usr/share/gap/doc/tut/toggless.js ../../pkg/GAPDoc/styles/toggless.js\n 9 packages and 0 specfiles checked; 10 errors, 52 warnings, 53 filtered, 10 badness; has taken 14.6 s \n\n\n" }, { "header": "Rpmlint (installed packages)", "text": "(none): E: there is no installed rpm \"gap-online-help\".\n(none): E: there is no installed rpm \"libgap\".\n(none): E: there is no installed rpm \"gap-vim\".\n(none): E: there is no installed rpm \"gap-debuginfo\".\n(none): E: there is no installed rpm \"gap-devel\".\n(none): E: there is no installed rpm \"gap-libs\".\n(none): E: there is no installed rpm \"gap-core\".\n(none): E: there is no installed rpm \"gap\".\n============================ rpmlint session starts ============================\nrpmlint: 2.7.0\nconfiguration:\n /usr/lib/python3.14/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: 9\n\n 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s \n(none): E: there is no installed rpm \"gap-rpm-macros\".\nThere are no files to process nor additional arguments.\nNothing to do, aborting.\n\n" }, { "header": "Rpmlint (debuginfo)", "text": "Checking: gap-debuginfo-4.15.0~beta2-1.fc44~bootstrap.x86_64.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.7.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/tmpkxzzra1n')]\nchecks: 32, packages: 1\n\n 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 11 filtered, 0 badness; has taken 0.1 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 gap --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-rawhide-x86_64\nActive plugins: Generic, Shell-api, C/C++, Perl\nDisabled plugins: PHP, Java, Ocaml, Python, R, Haskell, fonts, SugarActivity\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n" }, { "header": "Unversioned so-files", "text": "libgap: /usr/lib64/libgap.so" }, { "header": "Source checksums", "text": "https://github.com/gap-system/gap/releases/download/v4.15.0-beta2/gap-4.15.0-beta2.tar.gz :\n CHECKSUM(SHA256) this package : d185beced0d168bb566e654983637582bb6a84351a9d11efc4a029872b6c8e9d\n CHECKSUM(SHA256) upstream package : d185beced0d168bb566e654983637582bb6a84351a9d11efc4a029872b6c8e9d\n" }, { "header": "Requires", "text": "gap (rpmlib, GLIBC filtered):\n /bin/sh\n gap-core(x86-64)\n gap-online-help\n hicolor-icon-theme\n libc.so.6()(64bit)\n libgap.so.10()(64bit)\n rtld(GNU_HASH)\n\ngap-libs (rpmlib, GLIBC filtered):\n\ngap-core (rpmlib, GLIBC filtered):\n /usr/bin/sh\n gap-libs\n\ngap-online-help (rpmlib, GLIBC filtered):\n gap-core\n\ngap-rpm-macros (rpmlib, GLIBC filtered):\n\ngap-devel (rpmlib, GLIBC filtered):\n /usr/bin/perl\n /usr/bin/sh\n gap(x86-64)\n gap-rpm-macros(x86-64)\n gmp-devel(x86-64)\n perl(Getopt::Std)\n\ngap-vim (rpmlib, GLIBC filtered):\n gap-core\n vim-filesystem\n\nlibgap (rpmlib, GLIBC filtered):\n /usr/bin/pkg-config\n gap-core(x86-64)\n gzip\n libc.so.6()(64bit)\n libgap.so.10()(64bit)\n libgmp.so.10()(64bit)\n libm.so.6()(64bit)\n libreadline.so.8()(64bit)\n libz-ng.so.2()(64bit)\n libz-ng.so.2(ZLIB_NG_GZ_2.0.0)(64bit)\n rtld(GNU_HASH)\n\n" }, { "header": "Provides", "text": "gap:\n application()\n application(org.gap-system.gap.desktop)\n gap\n gap(x86-64)\n metainfo()\n metainfo(org.gap-system.gap.metainfo.xml)\n mimehandler(application/x-gap)\n\ngap-libs:\n gap-libs\n\ngap-core:\n gap-core\n gap-core(x86-64)\n\ngap-online-help:\n gap-online-help\n\ngap-rpm-macros:\n gap-rpm-macros\n gap-rpm-macros(x86-64)\n rpm_macro(gap_archdir)\n rpm_macro(gap_copy_docs)\n rpm_macro(gap_libdir)\n rpm_macro(gap_version)\n rpm_macro(gapdoc_files)\n\ngap-devel:\n gap-devel\n gap-devel(x86-64)\n\ngap-vim:\n gap-vim\n\nlibgap:\n libgap\n libgap(x86-64)\n libgap.so.10()(64bit)\n pkgconfig(libgap)\n\n" }, { "header": "AutoTools: Obsoleted m4s found", "text": " AC_PROG_LIBTOOL found in:\n gap-4.15.0_beta2-build/gap-4.15.0-beta2/hpcgap/extern/gc/configure.ac:639,\n gap-4.15.0_beta2-build/gap-4.15.0-beta2/extern/gmp/configure.ac:2816\n" } ] }