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: ======= - 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 LICENSE is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text - The License field must be a valid SPDX expression. Note: Not a valid SPDX expression 'GPL-3.0-or-later AND GPL-2.0-only AND LGPL-3.0-or-later AND LicenseRef-Callaway-CC-BY-SA AND ISC AND LicenseRef-Callaway-BSD AND Apache-2.0 AND LicenseRef-Callaway-MIT AND CC0-1.0 AND LicenseRef-Callaway-OFL AND Zlib'. See: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/marker 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]: 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", "*No copyright* GNU General Public License, Version 3", "GNU General Public License v2.0 or later and/or GNU General Public License, Version 3", "GNU Lesser General Public License v3.0 or later", "ISC License", "BSD 3-Clause License", "*No copyright* MIT License", "MIT License", "*No copyright* Creative Commons CC0 1.0", "*No copyright* Creative Commons Attribution- ShareAlike 4.0", "SIL Open Font License 1.1", "*No copyright* zlib License". 483 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/marker/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: If the package is under multiple licenses, the licensing breakdown must be documented in the spec. [ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/lib/Marker.extensions [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/help/C, /usr/share/help/uk, /usr/lib/Marker.extensions [ ]: %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. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: The spec file handles locales properly. [ ]: 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. [ ]: 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]: 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]: Package contains desktop file if it is a GUI application. [x]: Package installs a %{name}.desktop using desktop-file-install or desktop-file-validate if there is such a file. [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]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 8245 bytes in 3 files. [x]: Packages must not store files under /srv, /opt or /usr/local ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: Avoid bundling fonts in non-fonts packages. Note: Package contains font files [ ]: 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 marker- data [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: Patches link to upstream bugs/comments/lists or are otherwise justified. [ ]: 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: [ ]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 1208320 bytes in /usr/share [x]: Rpmlint is run on debuginfo package(s). Note: There are rpmlint messages (see attachment). [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. Rpmlint ------- Checking: marker-0.0.2023.05.02-9.fc42.x86_64.rpm marker-data-0.0.2023.05.02-9.fc42.noarch.rpm marker-0.0.2023.05.02-9.fc42.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.6.1 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.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/tmp0qdpbr88')] checks: 32, packages: 3 marker.spec:110: W: unversioned-explicit-provides bundled(katex) marker.spec:115: W: unversioned-explicit-provides bundled(asana-math-fonts) marker.spec:116: W: unversioned-explicit-provides bundled(gyre-pagella-fonts) marker.spec:117: W: unversioned-explicit-provides bundled(gyre-termes-fonts) marker.spec:118: W: unversioned-explicit-provides bundled(katex-fonts) marker.spec:119: W: unversioned-explicit-provides bundled(latin-modern-fonts) marker.spec:120: W: unversioned-explicit-provides bundled(neo-euler-fonts) marker.spec:121: W: unversioned-explicit-provides bundled(stix-web-fonts) marker.spec:122: W: unversioned-explicit-provides bundled(tex-fonts) marker.x86_64: W: package-with-huge-docs 68% marker.x86_64: W: no-manual-page-for-binary marker marker-data.noarch: W: no-documentation marker.src: W: invalid-license LicenseRef-Callaway-CC-BY-SA marker.src: W: invalid-license LicenseRef-Callaway-BSD marker.src: W: invalid-license LicenseRef-Callaway-MIT marker.src: W: invalid-license LicenseRef-Callaway-OFL marker.x86_64: W: invalid-license LicenseRef-Callaway-CC-BY-SA marker.x86_64: W: invalid-license LicenseRef-Callaway-BSD marker.x86_64: W: invalid-license LicenseRef-Callaway-MIT marker.x86_64: W: invalid-license LicenseRef-Callaway-OFL marker-data.noarch: W: invalid-license LicenseRef-Callaway-CC-BY-SA marker-data.noarch: W: invalid-license LicenseRef-Callaway-BSD marker-data.noarch: W: invalid-license LicenseRef-Callaway-MIT marker-data.noarch: W: invalid-license LicenseRef-Callaway-OFL 3 packages and 0 specfiles checked; 0 errors, 24 warnings, 13 filtered, 0 badness; has taken 0.5 s Rpmlint (debuginfo) ------------------- Checking: marker-debuginfo-0.0.2023.05.02-9.fc42.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.6.1 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.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/tmpukd10qo_')] checks: 32, packages: 1 marker-debuginfo.x86_64: W: invalid-license LicenseRef-Callaway-CC-BY-SA marker-debuginfo.x86_64: W: invalid-license LicenseRef-Callaway-BSD marker-debuginfo.x86_64: W: invalid-license LicenseRef-Callaway-MIT marker-debuginfo.x86_64: W: invalid-license LicenseRef-Callaway-OFL 1 packages and 0 specfiles checked; 0 errors, 4 warnings, 12 filtered, 0 badness; has taken 0.1 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "marker-data". (none): E: there is no installed rpm "marker-debuginfo". (none): E: there is no installed rpm "marker". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.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: 3 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Unversioned so-files -------------------- marker: /usr/lib/Marker.extensions/libscroll-extension.so Source checksums ---------------- https://github.com/codeplea/tinyexpr/archive/9476568b69de4c384903f1d5f255907b92592f45/tinyexpr-9476568.tar.gz : CHECKSUM(SHA256) this package : 1c0c9496d9e9b693ae364860f0b66c403b87337db1b5a78275a0c78a07495286 CHECKSUM(SHA256) upstream package : 1c0c9496d9e9b693ae364860f0b66c403b87337db1b5a78275a0c78a07495286 https://github.com/Mandarancio/charter/archive/a25dee1214ea9ba5882325066555cb813efbb489/charter-a25dee1.tar.gz : CHECKSUM(SHA256) this package : 60237a813383b44891e57049ba1f86cc5b89c28eee620b6ee90582a0c7ba6f8a CHECKSUM(SHA256) upstream package : 60237a813383b44891e57049ba1f86cc5b89c28eee620b6ee90582a0c7ba6f8a https://github.com/Mandarancio/scidown/archive/a7b7f063de4f272ef0ec12d00b98470888e8cb32/scidown-a7b7f06.tar.gz : CHECKSUM(SHA256) this package : 31e63658e2e79b5c5b0497d568e548f177fc89cb1dd9b6d78aba7685f0506ff0 CHECKSUM(SHA256) upstream package : 31e63658e2e79b5c5b0497d568e548f177fc89cb1dd9b6d78aba7685f0506ff0 https://github.com/fabiocolacio/Marker/archive/2023.05.02/marker-2023.05.02.tar.gz : CHECKSUM(SHA256) this package : 097a6e3811f0c4c14c574b8aafee27ee62232ae3ad3084e18a35c2dc8a1e93dd CHECKSUM(SHA256) upstream package : 097a6e3811f0c4c14c574b8aafee27ee62232ae3ad3084e18a35c2dc8a1e93dd Requires -------- marker (rpmlib, GLIBC filtered): hicolor-icon-theme libc.so.6()(64bit) libcairo.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgdk-3.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libgtksourceview-3.0.so.1()(64bit) libgtkspell3-3.so.0()(64bit) libm.so.6()(64bit) libpango-1.0.so.0()(64bit) libwebkit2gtk-4.1.so.0()(64bit) marker-data rtld(GNU_HASH) marker-data (rpmlib, GLIBC filtered): marker Provides -------- marker: application() application(com.github.fabiocolacio.marker.desktop) bundled(asana-math-fonts) bundled(gyre-pagella-fonts) bundled(gyre-termes-fonts) bundled(highlight-js) bundled(katex) bundled(katex-fonts) bundled(latin-modern-fonts) bundled(mathjax) bundled(neo-euler-fonts) bundled(scidown) bundled(stix-web-fonts) bundled(tex-fonts) libscroll-extension.so()(64bit) marker marker(x86-64) metainfo() metainfo(com.github.fabiocolacio.marker.appdata.xml) mimehandler(text/x-markdown) marker-data: marker-data Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name marker --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-42-x86_64 Active plugins: C/C++, Generic, Shell-api Disabled plugins: PHP, Ocaml, R, Perl, fonts, Haskell, Python, Java, SugarActivity Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH