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: ======= - The License field must be a valid SPDX expression. Note: Not a valid SPDX expression '0BSD AND (0BSD OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Apache-2.0 OR BSD-2-Clause) AND (Apache-2.0 OR BSD-2-Clause OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT-0) AND (Apache-2.0 WITH LLVM-exception) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CDLA-Permissive-2.0 AND ISC AND (LGPL-3.0-or-later OR MIT) AND (LGPL-3.0-or-later OR MPL-2.0) AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND Unicode-3.0 AND Unicode-DFS-2016 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/uv See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names ===== MUST items ===== 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* Apache License 2.0", "*No copyright* Apache License and/or MIT License", "MIT License [generated file]", "BSD 2-Clause License", "*No copyright* MIT License", "BSD 2-Clause Plus Patent License", "*No copyright* Apache License", "BSD 3-Clause License", "Apache License 2.0", "Apache License 2.0 and/or BSD 3-Clause License", "*No copyright* MIT License and/or Mozilla Public License 2.0", "Apache License 2.0 and/or MIT License", "Apache License (v2.0) or MIT license", "*No copyright* BSD 2-Clause License". 1013 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/uv/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 must own all directories that it creates. Note: Directories without known owners: /usr/lib/python3.13/site- packages, /usr/lib/python3.13 [ ]: %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 48071 bytes in 3 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]: Package requires other packages for directories it uses. [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]: %config files are marked noreplace or the reason is justified. [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]: No %config files under /usr. [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 Python: [ ]: Python eggs must not download any dependencies during the build process. [ ]: A package which is used by another package via an egg interface should provide egg info. [ ]: Package meets the Packaging Guidelines::Python [x]: Package contains BR: python2-devel or python3-devel [x]: Packages MUST NOT have dependencies (either build-time or runtime) on packages named with the unversioned python- prefix unless no properly versioned package exists. Dependencies on Python packages instead MUST use names beginning with python2- or python3- as appropriate. [x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files [x]: Binary eggs must be removed in %prep ===== 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 python3-uv [ ]: 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 1320960 bytes in /usr/share [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. Rpmlint ------- Checking: uv-0.6.17-3.fc43.x86_64.rpm python3-uv-0.6.17-3.fc43.noarch.rpm uv-0.6.17-3.fc43.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/tmpnda1gvrg')] checks: 32, packages: 3 python3-uv.noarch: E: spelling-error ('virtualenv', '%description -l en_US virtualenv -> virtual') python3-uv.noarch: E: spelling-error ('deduplication', '%description -l en_US deduplication -> reduplication, duplication, quadruplication') python3-uv.noarch: E: spelling-error ('pipx', '%description -l en_US pipx -> pip, pix, pipe') uv.src: E: spelling-error ('virtualenv', '%description -l en_US virtualenv -> virtual') uv.src: E: spelling-error ('deduplication', '%description -l en_US deduplication -> reduplication, duplication, quadruplication') uv.src: E: spelling-error ('pipx', '%description -l en_US pipx -> pip, pix, pipe') uv.x86_64: E: spelling-error ('deduplication', '%description -l en_US deduplication -> reduplication, duplication, quadruplication') uv.x86_64: E: spelling-error ('pipx', '%description -l en_US pipx -> pip, pix, pipe') uv.x86_64: W: no-manual-page-for-binary uv uv.x86_64: W: no-manual-page-for-binary uvx python3-uv.noarch: W: no-documentation uv.x86_64: W: files-duplicate /usr/share/licenses/uv/LICENSE.bundled/pep508_rs/License-Apache /usr/share/licenses/uv/LICENSE.bundled/pep440_rs/License-Apache uv.x86_64: W: files-duplicate /usr/share/licenses/uv/LICENSE.bundled/pep508_rs/License-BSD /usr/share/licenses/uv/LICENSE.bundled/pep440_rs/License-BSD uv.x86_64: W: files-duplicate /usr/share/licenses/uv/LICENSE.bundled/version-ranges/LICENSE /usr/share/licenses/uv/LICENSE.bundled/pubgrub/LICENSE 3 packages and 0 specfiles checked; 8 errors, 6 warnings, 14 filtered, 8 badness; has taken 1.4 s Rpmlint (debuginfo) ------------------- Checking: uv-debuginfo-0.6.17-3.fc43.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/tmpqw6du7w7')] checks: 32, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 12 filtered, 0 badness; has taken 3.9 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "uv". (none): E: there is no installed rpm "uv-debuginfo". (none): E: there is no installed rpm "python3-uv". 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 Source checksums ---------------- https://github.com/astral-sh/tl/archive/6e25b2ee2513d75385101a8ff9f591ef51f314ec/tl-6e25b2ee2513d75385101a8ff9f591ef51f314ec.tar.gz : CHECKSUM(SHA256) this package : e838bca7cb205e373cd801ce19476a808534a6090fc261aa2ea74dfd9cea68b0 CHECKSUM(SHA256) upstream package : e838bca7cb205e373cd801ce19476a808534a6090fc261aa2ea74dfd9cea68b0 https://github.com/astral-sh/pubgrub/archive/a3b4db3abb1829ce889fb89fa6d157fef529ef7e/pubgrub-a3b4db3abb1829ce889fb89fa6d157fef529ef7e.tar.gz : CHECKSUM(SHA256) this package : 3294d1b09d2f99f96fb38a114b54bcfb098e347d5cc14c96f0e356dbc678bcc9 CHECKSUM(SHA256) upstream package : 3294d1b09d2f99f96fb38a114b54bcfb098e347d5cc14c96f0e356dbc678bcc9 https://github.com/charliermarsh/rs-async-zip/archive/c909fda63fcafe4af496a07bfda28a5aae97e58d/rs-async-zip-c909fda63fcafe4af496a07bfda28a5aae97e58d.tar.gz : CHECKSUM(SHA256) this package : 8fc71e219a505af64d9c616f7940d24c1b38dc1f54c03d32cb34ba84930f3e1d CHECKSUM(SHA256) upstream package : 8fc71e219a505af64d9c616f7940d24c1b38dc1f54c03d32cb34ba84930f3e1d https://github.com/astral-sh/uv/archive/0.6.17/uv-0.6.17.tar.gz : CHECKSUM(SHA256) this package : 251fea70890092028a359c22f587d4d60dcd7b7288ea2f0af446dd6f93a7d745 CHECKSUM(SHA256) upstream package : 251fea70890092028a359c22f587d4d60dcd7b7288ea2f0af446dd6f93a7d745 Requires -------- uv (rpmlib, GLIBC filtered): config(uv) libbz2.so.1()(64bit) libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) libjemalloc.so.2()(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libm.so.6()(64bit) libzstd.so.1()(64bit) rtld(GNU_HASH) python3-uv (rpmlib, GLIBC filtered): python(abi) uv Provides -------- uv: bundled(crate(async_zip)) bundled(crate(glibc_version)) bundled(crate(pep440_rs)) bundled(crate(pep508_rs)) bundled(crate(pubgrub)) bundled(crate(r-shquote)) bundled(crate(rattler_installs_packages)) bundled(crate(ripunzip)) bundled(crate(tl)) bundled(crate(version-ranges)) bundled(python3dist(packaging)) bundled(python3dist(virtualenv)) config(uv) uv uv(x86-64) python3-uv: python-uv python3-uv python3.13-uv python3.13dist(uv) python3dist(uv) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name uv --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-x86_64 Active plugins: Python, Generic, Shell-api Disabled plugins: fonts, C/C++, Java, PHP, R, Ocaml, Perl, Haskell, SugarActivity Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH