This is a review *template*. Besides handling the [ ]-marked tests you are also supposed to fix the template before pasting into bugzilla: - Add issues you find to the list of issues on top. If there isn't such a list, create one. - Add your own remarks to the template checks. - Add new lines marked [!] or [?] when you discover new things not listed by fedora-review. - Change or remove any text in the template which is plain wrong. In this case you could also file a bug against fedora-review - Remove the "[ ] Manual check required", you will not have any such lines in what you paste. - Remove attachments which you deem not really useful (the rpmlint ones are mandatory, though) - Remove this text Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/mangohud See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [ ]: 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. [x]: If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. [x]: Header files in -devel subpackage, if present. [x]: Package does not contain any libtool archives (.la) [x]: Package contains no static executables. [x]: Rpath absent or only used for internal libs. Generic: [ ]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. Note: Using prebuilt packages [ ]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [ ]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Unknown or generated", "MIT License", "*No copyright* MIT License", "zlib License", "Khronos License", "Apache License 2.0", "*No copyright* Apache License 2.0", "*No copyright* CeCILL-C License", "MIT License and/or The Unlicense", "*No copyright* The Unlicense [generated file]", "SIL Open Font License 1.1". 385 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/mangohud/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/share/doc, /usr/share/man/man1, /usr/share/icons/hicolor/scalable, /usr/share/icons/hicolor, /usr/lib64, /usr/share, /usr/src/debug, /usr/share/metainfo, /usr/share/icons/hicolor/scalable/apps, /usr/src, /usr/bin, /usr, /usr/share/icons, /usr/lib, /usr/share/vulkan, /usr/share/man, /usr/share/licenses, /usr/share/vulkan/implicit_layer.d [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/icons/hicolor, /usr/share/doc, /usr/share, /usr/share/man/man1, /usr/bin, /usr, /usr/share/icons/hicolor/scalable, /usr/src/debug, /usr/share/vulkan, /usr/share/metainfo, /usr/src, /usr/share/man, /usr/share/icons, /usr/lib, /usr/share/licenses, /usr/share/vulkan/implicit_layer.d, /usr/share/icons/hicolor/scalable/apps, /usr/lib64 [ ]: %build honors applicable compiler flags or justifies otherwise. [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Sources contain only permissible code or content. [ ]: Package contains desktop file if it is a GUI application. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: Package consistently uses macros (instead of hard-coded directory names). [ ]: Package is named according to the Package Naming Guidelines. [ ]: Package does not generate any conflict. [ ]: Package obeys FHS, except libexecdir and /usr/target. [ ]: If the package is a rename of another package, proper Obsoletes and Provides are present. [ ]: Requires correct, justified where necessary. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Useful -debuginfo package or justification otherwise. [ ]: Package is not known to require an ExcludeArch tag. [ ]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 41784 bytes in 4 files. [ ]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: 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. [x]: The License field must be a valid SPDX expression. [x]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: Package is not relocatable. [x]: Sources used to build the package match the upstream source, as provided in the spec URL. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [x]: File names are valid UTF-8. [x]: Packages must not store files under /srv, /opt or /usr/local ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [ ]: Final provides and requires are sane (see attachments). [ ]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in mangohud-mangoplot [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [ ]: Package should compile and build into binary rpms on all supported architectures. [ ]: %check is present and all tests pass. [ ]: Packages should try to preserve timestamps of original installed files. [ ]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: mangohud-0.7.2-3.fc41.aarch64.rpm mangohud-mangoplot-0.7.2-3.fc41.noarch.rpm mangohud-debuginfo-0.7.2-3.fc41.aarch64.rpm mangohud-debugsource-0.7.2-3.fc41.aarch64.rpm mangohud-0.7.2-3.fc41.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-legacy-licenses.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmp_wk3uh2m')] checks: 32, packages: 5 mangohud.src: E: spelling-error ('Vulkan', 'Summary(en_US) Vulkan -> Vulcan') mangohud.aarch64: W: no-manual-page-for-binary mangohudctl mangohud-mangoplot.noarch: W: no-manual-page-for-binary mangoplot mangohud-mangoplot.noarch: W: no-documentation 5 packages and 0 specfiles checked; 1 errors, 3 warnings, 35 filtered, 1 badness; has taken 1.5 s Rpmlint (debuginfo) ------------------- Checking: mangohud-debuginfo-0.7.2-3.fc41.aarch64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-legacy-licenses.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmpd97hbi59')] checks: 32, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 19 filtered, 0 badness; has taken 0.6 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "mangohud". (none): E: there is no installed rpm "mangohud-debugsource". (none): E: there is no installed rpm "mangohud-debuginfo". (none): E: there is no installed rpm "mangohud-mangoplot". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-legacy-licenses.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml checks: 32, packages: 4 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Unversioned so-files -------------------- mangohud: /usr/lib64/mangohud/libMangoApp.so mangohud: /usr/lib64/mangohud/libMangoHud.so mangohud: /usr/lib64/mangohud/libMangoHud_dlsym.so mangohud: /usr/lib64/mangohud/libMangoHud_opengl.so Source checksums ---------------- https://wrapdb.mesonbuild.com/v2/implot_0.16-1/get_patch#/implot-0.16-2-wrap.zip : CHECKSUM(SHA256) this package : 1c6b1462066a5452fa50c1da1dd47fed841f28232972c82d778f2962936568c7 CHECKSUM(SHA256) upstream package : 1c6b1462066a5452fa50c1da1dd47fed841f28232972c82d778f2962936568c7 https://github.com/epezent/implot/archive/v0.16/implot-0.16.tar.gz : CHECKSUM(SHA256) this package : 961df327d8a756304d1b0a67316eebdb1111d13d559f0d3415114ec0eb30abd1 CHECKSUM(SHA256) upstream package : 961df327d8a756304d1b0a67316eebdb1111d13d559f0d3415114ec0eb30abd1 https://wrapdb.mesonbuild.com/v1/projects/vulkan-headers/1.2.158/1/get_zip#/vulkan-headers-1.2.158-1-wrap.zip : CHECKSUM(SHA256) this package : 5c791eaecf0b0a71bd1d854dc77ee131a242e14a108fdebd917ffa03491949d2 CHECKSUM(SHA256) upstream package : 5c791eaecf0b0a71bd1d854dc77ee131a242e14a108fdebd917ffa03491949d2 https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.158/Vulkan-Headers-1.2.158.tar.gz : CHECKSUM(SHA256) this package : 53361271cfe274df8782e1e47bdc9e61b7af432ba30acbfe31723f9df2c257f3 CHECKSUM(SHA256) upstream package : 53361271cfe274df8782e1e47bdc9e61b7af432ba30acbfe31723f9df2c257f3 https://wrapdb.mesonbuild.com/v2/imgui_1.89.9-1/get_patch#/imgui-1.89.9-2-wrap.zip : CHECKSUM(SHA256) this package : 9b21290c597d76bf8d4eeb3f9ffa024b11d9ea6c61e91d648ccc90b42843d584 CHECKSUM(SHA256) upstream package : 9b21290c597d76bf8d4eeb3f9ffa024b11d9ea6c61e91d648ccc90b42843d584 https://github.com/ocornut/imgui/archive/v1.89.9/imgui-1.89.9.tar.gz : CHECKSUM(SHA256) this package : 1acc27a778b71d859878121a3f7b287cd81c29d720893d2b2bf74455bf9d52d6 CHECKSUM(SHA256) upstream package : 1acc27a778b71d859878121a3f7b287cd81c29d720893d2b2bf74455bf9d52d6 https://github.com/flightlessmango/MangoHud/archive/v0.7.2/MangoHud-0.7.2.tar.gz : CHECKSUM(SHA256) this package : 67d2425c0cc634574d8bd8a924e0e1a2e909b47ed9b8c02029b5baffe46657fc CHECKSUM(SHA256) upstream package : 67d2425c0cc634574d8bd8a924e0e1a2e909b47ed9b8c02029b5baffe46657fc Requires -------- mangohud (rpmlib, GLIBC filtered): /usr/bin/sh hicolor-icon-theme ld-linux-aarch64.so.1()(64bit) libGL.so.1()(64bit) libGLEW.so.2.2()(64bit) libX11.so.6()(64bit) libc.so.6()(64bit) libfmt.so.11()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libglfw.so.3()(64bit) libm.so.6()(64bit) libspdlog.so.1.14()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.15)(64bit) libstdc++.so.6(CXXABI_1.3.2)(64bit) libstdc++.so.6(CXXABI_1.3.5)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libwayland-client.so.0()(64bit) libxkbcommon.so.0()(64bit) libxkbcommon.so.0(V_0.5.0)(64bit) rtld(GNU_HASH) vulkan-loader(aarch-64) mangohud-mangoplot (rpmlib, GLIBC filtered): /usr/bin/python3 mangohud python3-matplotlib python3-numpy mangohud-debuginfo (rpmlib, GLIBC filtered): mangohud-debugsource (rpmlib, GLIBC filtered): Provides -------- mangohud: bundled(imgui) bundled(vulkan-headers) libMangoApp.so()(64bit) libMangoHud.so()(64bit) libMangoHud_dlsym.so()(64bit) libMangoHud_opengl.so()(64bit) mangohud mangohud(aarch-64) metainfo() metainfo(io.github.flightlessmango.mangohud.metainfo.xml) mangohud-mangoplot: mangohud-mangoplot mangohud-debuginfo: debuginfo(build-id) libMangoApp.so-0.7.2-3.fc41.aarch64.debug()(64bit) libMangoHud.so-0.7.2-3.fc41.aarch64.debug()(64bit) libMangoHud_dlsym.so-0.7.2-3.fc41.aarch64.debug()(64bit) libMangoHud_opengl.so-0.7.2-3.fc41.aarch64.debug()(64bit) mangohud-debuginfo mangohud-debuginfo(aarch-64) mangohud-debugsource: mangohud-debugsource mangohud-debugsource(aarch-64) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name mangohud --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-aarch64 Active plugins: Generic, C/C++, Shell-api Disabled plugins: PHP, R, Python, Haskell, Perl, Ocaml, fonts, SugarActivity, Java Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH