{ "issues": [ { "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 exo-license.txt 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-2.0-or-later AND BSD-3-Clause AND Zlib AND Unlicense AND GPL-2.1-or-later AND GPL-2.0-only AND MIT'.", "name": "CheckLicenseFieldSPDX", "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1" }, { "result": "fail", "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.", "note": "Documentation size is 7351624 bytes in 288 files. ", "name": "generic-large-docs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" } ], "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": "Package does not contain any libtool archives (.la)", "note": null, "name": "CheckLibToolArchives", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" }, { "result": "pending", "text": "Package does not contain kernel modules.", "note": null, "name": "CheckNoKernelModules", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_no_external_kernel_modules" }, { "result": "pass", "text": "Package contains no static executables.", "note": null, "name": "CheckNoStaticExecutables", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables" }, { "result": "pass", "text": "Rpath absent or only used for internal libs.", "note": null, "name": "CheckRPATH", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_beware_of_rpath" } ], "Generic": [ { "result": "pending", "text": "Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines.", "note": null, "name": "CheckApprovedLicense", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/" }, { "result": "pending", "text": "%build honors applicable compiler flags or justifies otherwise.", "note": null, "name": "CheckBuildCompilerFlags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_compiler_flags" }, { "result": "pass", "text": "Package uses either %{buildroot} or $RPM_BUILD_ROOT", "note": null, "name": "CheckBuildrootMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros" }, { "result": "pending", "text": "Package contains no bundled libraries without FPC exception.", "note": null, "name": "CheckBundledLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling" }, { "result": "pending", "text": "Changelog in prescribed format.", "note": null, "name": "CheckChangelogFormat", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#changelogs" }, { "result": "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": "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 exo-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 General Public License v2.0 or later\", \"SIL Open Font License 1.1\", \"MIT License\", \"GNU Lesser General Public License, Version 2.1\", \"*No copyright* GNU Lesser General Public License v2.1 or later\", \"GNU Lesser General Public License v2.1 or later\", \"zlib License\", \"BSD 3-Clause License\", \"*No copyright* The Unlicense\", \"FSF All Permissive License\", \"FSF Unlimited License (with License Retention) [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]\", \"X11 License [generated file]\", \"Freetype Project License\", \"*No copyright* CeCILL-C License\", \"The Unlicense MIT License\", \"*No copyright* zlib License\", \"Do What The Fuck You Want To Public License, Version 2\", \"*No copyright* zlib License BSD 3-Clause License\", \"*No copyright* GNU Lesser General Public License\", \"BSD 2-Clause License\", \"FSF Unlimited License (with License Retention) GNU General Public License, Version 2\", \"FSF Unlimited License (with License Retention)\", \"Freetype Project License [generated file]\", \"*No copyright* MIT License\", \"*No copyright* The Unlicense [generated file]\", \"GNU General Public License\", \"Apache License 2.0\", \"FSF Unlimited License (with License Retention) GNU General Public License, Version 2 [generated file]\", \"Boost Software License 1.0\", \"MIT (old)\", \"Public domain\", \"MIT Open Group variant\", \"*No copyright* Public domain\", \"*No copyright* Boost Software License 1.0\", \"NTP License\", \"*No copyright* BSD 3-Clause License\", \"GNU General Public License v2.0 or later [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 General Public License\", \"GNU General Public License v2.0 or later [obsolete FSF postal address (Temple Place), obsolete FSF postal address (Temple Place)]\", \"GNU Lesser General Public License v2.1 or later [obsolete FSF postal address (Temple Place)]\", \"BSD 0-Clause License\", \"Freetype Project License XFree86 License\". 5301 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/furnace/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-2.0-or-later AND BSD-3-Clause AND Zlib AND Unlicense AND GPL-2.1-or-later AND GPL-2.0-only AND MIT'.", "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": "pending", "text": "If the package is under multiple licenses, the licensing breakdown must be documented in the spec.", "note": null, "name": "CheckMultipleLicenses", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_multiple_licensing_scenarios" }, { "result": "pass", "text": "Package is named using only allowed ASCII characters.", "note": null, "name": "CheckNameCharset", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pending", "text": "Package is named according to the Package Naming Guidelines.", "note": null, "name": "CheckNaming", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pending", "text": "Package does not generate any conflict.", "note": null, "name": "CheckNoConflicts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_conflicts" }, { "result": "pass", "text": "Package does not use a name that already exists.", "note": null, "name": "CheckNoNameConflict", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names" }, { "result": "pending", "text": "Package obeys FHS, except libexecdir and /usr/target.", "note": null, "name": "CheckObeysFHS", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_filesystem_layout" }, { "result": "pending", "text": "If the package is a rename of another package, proper Obsoletes and Provides are present.", "note": null, "name": "CheckObsoletesForRename", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#renaming-or-replacing-existing-packages" }, { "result": "pending", "text": "Package must own all directories that it creates.", "note": "Directories without known owners: /usr/share/icons/hicolor/1024x1024, /usr/share/icons/hicolor/1024x1024/apps", "name": "CheckOwnDirs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package does not own files or directories owned by other packages.", "note": null, "name": "CheckOwnOther", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package is not relocatable.", "note": null, "name": "CheckRelocatable", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_relocatable_packages" }, { "result": "pending", "text": "Requires correct, justified where necessary.", "note": null, "name": "CheckRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_requires" }, { "result": "pass", "text": "Sources used to build the package match the upstream source, as provided in the spec URL.", "note": null, "name": "CheckSourceMD5", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Spec file is legible and written in American English.", "note": null, "name": "CheckSpecLegibility", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_legibility" }, { "result": "pass", "text": "Spec file name must match the spec package %{name}, in the format %{name}.spec.", "note": null, "name": "CheckSpecName", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming" }, { "result": "pending", "text": "Package contains systemd file(s) if in need.", "note": null, "name": "CheckSystemdScripts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "File names are valid UTF-8.", "note": null, "name": "CheckUTF8Filenames", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_non_ascii_filenames" }, { "result": "pending", "text": "Useful -debuginfo package or justification otherwise.", "note": null, "name": "CheckUsefulDebuginfo", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_debuginfo_packages" }, { "result": "pending", "text": "Package is not known to require an ExcludeArch tag.", "note": null, "name": "generic-excludearch", "url": "https://fedoraproject.org/wiki/Architectures#ExcludeArch_.26_ExclusiveArch" }, { "result": "fail", "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.", "note": "Documentation size is 7351624 bytes in 288 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": "pass", "text": "Fully versioned dependency in subpackages if applicable.", "note": null, "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": "Sources can be downloaded from URI in Source: tag", "note": null, "name": "CheckSourceDownloads", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pass", "text": "SourceX is a working URL.", "note": null, "name": "CheckSourceUrl", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Sources are verified with gpgverify first in %prep if upstream publishes signatures.", "note": "gpgverify is not used.", "name": "CheckSourceVerification", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_file_verification" }, { "result": "pending", "text": "Package should compile and build into binary rpms on all supported architectures.", "note": null, "name": "CheckSupportAllArchs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support" }, { "result": "pending", "text": "%check is present and all tests pass.", "note": null, "name": "CheckTestSuites", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_test_suites" }, { "result": "pending", "text": "Packages should try to preserve timestamps of original installed files.", "note": null, "name": "CheckTimeStamps", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_timestamps" }, { "result": "pass", "text": "Spec use %global instead of %define unless justified.", "note": null, "name": "CheckUseGlobal", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_global_preferred_over_define" } ] }, "EXTRA": { "Generic": [ { "result": "fail", "text": "Large data in /usr/share should live in a noarch subpackage if package is arched.", "note": "Arch-ed rpms have a total of 24535040 bytes in /usr/share furnace-0.6.1-1.fc38.x86_64.rpm:24535040 ", "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": "There are rpmlint messages (see attachment).", "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: furnace-0.6.1-1.fc38.x86_64.rpm\n furnace-debuginfo-0.6.1-1.fc38.x86_64.rpm\n furnace-debugsource-0.6.1-1.fc38.x86_64.rpm\n furnace-0.6.1-1.fc38.src.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.4.0\nconfiguration:\n /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-legacy-licenses.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nrpmlintrc: [PosixPath('/tmp/tmpvhp_g4k3')]\nchecks: 31, packages: 4\n\nfurnace.x86_64: W: no-manual-page-for-binary furnace\nfurnace.src: W: invalid-license GPL-2.1-or-later\nfurnace.x86_64: W: invalid-license GPL-2.1-or-later\nfurnace-debuginfo.x86_64: W: invalid-license GPL-2.1-or-later\nfurnace-debugsource.x86_64: W: invalid-license GPL-2.1-or-later\nfurnace.x86_64: E: files-duplicated-waste 227914\nfurnace.x86_64: W: files-duplicate /usr/share/doc/furnace/doc/7-systems/status-Swan-noise-off.png /usr/share/doc/furnace/doc/7-systems/status-PCE-noise-off.png\nfurnace.x86_64: W: files-duplicate /usr/share/doc/furnace/doc/7-systems/status-Swan-noise-on.png /usr/share/doc/furnace/doc/7-systems/status-PCE-noise-on.png\nfurnace.x86_64: W: files-duplicate /usr/share/furnace/instruments/OPN/percussion/OPM-lowpitch-fmclap.fui /usr/share/furnace/instruments/OPN/drums/OPM-lowpitch-fmclap.fui\nfurnace.x86_64: W: files-duplicate /usr/share/furnace/instruments/OPN/percussion/VRC7 Marimba.dmp /usr/share/furnace/instruments/OPN/percussion/Marimba (2).dmp\nfurnace.x86_64: W: files-duplicate /usr/share/furnace/instruments/uhrwerk/B Series/(OPN) b00b.dmp /usr/share/furnace/instruments/uhrwerk/B Series/(OPN) b00a.dmp\nfurnace.x86_64: W: files-duplicate /usr/share/furnace/instruments/uhrwerk/B Series/(OPN) b17b SLAP.dmp /usr/share/furnace/instruments/uhrwerk/B Series/(OPN) b17b MUTE.dmp\nfurnace.x86_64: W: files-duplicate /usr/share/furnace/instruments/uhrwerk/P Series/(OPN) p06c.dmp /usr/share/furnace/instruments/uhrwerk/P Series/(OPN) p06b.dmp\nfurnace.x86_64: W: files-duplicate /usr/share/furnace/instruments/uhrwerk/Z Series/(OPM) z39b.dmp /usr/share/furnace/instruments/uhrwerk/Z Series/(OPM) z39b low vol.dmp\nfurnace.x86_64: W: files-duplicate /usr/share/icons/hicolor/64x64@2/apps/furnace.png /usr/share/icons/hicolor/128x128/apps/furnace.png\nfurnace.x86_64: W: files-duplicate /usr/share/icons/hicolor/256x256/apps/furnace.png /usr/share/icons/hicolor/128x128@2/apps/furnace.png\nfurnace.x86_64: W: files-duplicate /usr/share/icons/hicolor/32x32/apps/furnace.png /usr/share/icons/hicolor/16x16@2/apps/furnace.png\nfurnace.x86_64: W: files-duplicate /usr/share/icons/hicolor/512x512/apps/furnace.png /usr/share/icons/hicolor/256x256@2/apps/furnace.png\nfurnace.x86_64: W: files-duplicate /usr/share/icons/hicolor/64x64/apps/furnace.png /usr/share/icons/hicolor/32x32@2/apps/furnace.png\n 4 packages and 0 specfiles checked; 1 errors, 18 warnings, 1 badness; has taken 2.6 s \n\n\n" }, { "header": "Rpmlint (installed packages)", "text": "(none): E: there is no installed rpm \"furnace-debugsource\".\n(none): E: there is no installed rpm \"furnace-debuginfo\".\n(none): E: there is no installed rpm \"furnace\".\nThere are no files to process nor additional arguments.\nNothing to do, aborting.\n============================ rpmlint session starts ============================\nrpmlint: 2.4.0\nconfiguration:\n /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-legacy-licenses.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nchecks: 31, packages: 3\n\n 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken 0.0 s \n\n" }, { "header": "Rpmlint (debuginfo)", "text": "Checking: furnace-debuginfo-0.6.1-1.fc38.x86_64.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.4.0\nconfiguration:\n /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-legacy-licenses.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nrpmlintrc: [PosixPath('/tmp/tmpgkwybxtf')]\nchecks: 31, packages: 1\n\nfurnace-debuginfo.x86_64: W: invalid-license GPL-2.1-or-later\n 1 packages and 0 specfiles checked; 0 errors, 1 warnings, 0 badness; has taken 0.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 furnace --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-38-x86_64\nActive plugins: Shell-api, Generic, C/C++\nDisabled plugins: Python, Ocaml, R, Java, Perl, PHP, fonts, SugarActivity, Haskell\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n" }, { "header": "Source checksums", "text": "https://github.com/superctr/adpcm/archive/ef7a217154badc3b99978ac481b268c8aab67bd8.tar.gz :\n CHECKSUM(SHA256) this package : 46da29342d2968ff222ba00e07c646e038b76af2e6c86de037c653059a056251\n CHECKSUM(SHA256) upstream package : 46da29342d2968ff222ba00e07c646e038b76af2e6c86de037c653059a056251\nhttps://github.com/tildearrow/furnace/archive/v0.6.1/furnace-0.6.1.tar.gz :\n CHECKSUM(SHA256) this package : 4af60c47c3070a176e9edf03663a6319d219083b25f9b43234bd0acfdf62a6b0\n CHECKSUM(SHA256) upstream package : 4af60c47c3070a176e9edf03663a6319d219083b25f9b43234bd0acfdf62a6b0\n" }, { "header": "Requires", "text": "furnace (rpmlib, GLIBC filtered):\n hicolor-icon-theme\n libGL.so.1()(64bit)\n libSDL2-2.0.so.0()(64bit)\n libc.so.6()(64bit)\n libfftw3.so.3.6.9()(64bit)\n libfmt.so.9()(64bit)\n libfreetype.so.6()(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_3.3.1)(64bit)\n libgcc_s.so.1(GCC_4.2.0)(64bit)\n libm.so.6()(64bit)\n libportaudio.so.2()(64bit)\n librtmidi.so.5()(64bit)\n libsndfile.so.1()(64bit)\n libsndfile.so.1(libsndfile.so.1.0)(64bit)\n libstdc++.so.6()(64bit)\n libstdc++.so.6(CXXABI_1.3)(64bit)\n libstdc++.so.6(CXXABI_1.3.11)(64bit)\n libstdc++.so.6(CXXABI_1.3.13)(64bit)\n libstdc++.so.6(CXXABI_1.3.2)(64bit)\n libstdc++.so.6(CXXABI_1.3.3)(64bit)\n libstdc++.so.6(CXXABI_1.3.5)(64bit)\n libstdc++.so.6(CXXABI_1.3.8)(64bit)\n libstdc++.so.6(CXXABI_1.3.9)(64bit)\n libz.so.1()(64bit)\n rtld(GNU_HASH)\n\nfurnace-debuginfo (rpmlib, GLIBC filtered):\n\nfurnace-debugsource (rpmlib, GLIBC filtered):\n\n" }, { "header": "Provides", "text": "furnace:\n application()\n application(furnace.desktop)\n furnace\n furnace(x86-64)\n\nfurnace-debuginfo:\n debuginfo(build-id)\n furnace-debuginfo\n furnace-debuginfo(x86-64)\n\nfurnace-debugsource:\n furnace-debugsource\n furnace-debugsource(x86-64)\n\n" } ] }