Bug 2203529 - Review Request: blosc2 - High performance compressor optimized for binary data
Summary: Review Request: blosc2 - High performance compressor optimized for binary data
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Felix Wang
QA Contact: Fedora Extras Quality Assurance
URL: https://www.blosc.org/
Whiteboard:
Depends On:
Blocks: 2156171 2203546
TreeView+ depends on / blocked
 
Reported: 2023-05-13 17:21 UTC by Zbigniew Jędrzejewski-Szmek
Modified: 2023-05-15 10:46 UTC (History)
2 users (show)

Fixed In Version: blosc2-2.9.1-5.fc39
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-15 07:56:52 UTC
Type: ---
Embargoed:
topazus: fedora-review+


Attachments (Terms of Use)

Description Zbigniew Jędrzejewski-Szmek 2023-05-13 17:21:27 UTC
Spec URL: https://in.waw.pl/~zbyszek/fedora/blosc2.spec
SRPM URL: https://in.waw.pl/~zbyszek/fedora/blosc2-2.9.1-2.fc39.src.rpm
Description:
Blosc is a high performance compressor optimized for binary data (i.e. floating
point numbers, integers and booleans, although it can handle string data too).
It has been designed to transmit data to the processor cache faster than the
traditional, non-compressed, direct memory fetch approach via a memcpy() OS
call. Blosc main goal is not just to reduce the size of large datasets on-disk
or in-memory, but also to accelerate memory-bound computations.

C-Blosc2 is the new major version of C-Blosc, and is backward compatible with
both the C-Blosc1 API and its in-memory format. However, the reverse thing is
generally not true for the format; buffers generated with C-Blosc2 are not
format-compatible with C-Blosc1.

Fedora Account System Username: zbyszek

I used "blosc2" as the name, even though the upstream repo is called "c-blosc2". The project calls itself "blosc", and we also have the "blosc" package (for version 1.*), so I think it's better to stick to the unprefixed name.

Comment 1 Felix Wang 2023-05-14 02:06:34 UTC
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



===== MUST items =====

C/C++:
[ ]: Package does not contain kernel modules.
[ ]: Package contains no static executables.
[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]: ldconfig not called in %post and %postun for Fedora 28 and later.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.
[x]: Development (unversioned) .so files in -devel subpackage, if present.

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", "BSD 3-Clause License", "MIT License",
     "BSD 2-Clause License", "zlib License", "*No copyright* zlib License",
     "zlib License Creative Commons Attribution 3.0". 560 files have
     unknown license. Detailed output of licensecheck in /var/lib/copr-
     rpmbuild/results/blosc2/licensecheck.txt
[ ]: License file installed when any subpackage combination is installed.
[ ]: %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 122880 bytes in 13 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 must own all directories that it creates.
[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 does not use a name that already exists.
[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).
[ ]: 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.
[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]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: The placement of pkgconfig(.pc) files are correct.
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.


Rpmlint
-------
Checking: blosc2-2.9.1-1.fc39.x86_64.rpm
          blosc2-devel-2.9.1-1.fc39.x86_64.rpm
          blosc2-debuginfo-2.9.1-1.fc39.x86_64.rpm
          blosc2-debugsource-2.9.1-1.fc39.x86_64.rpm
          blosc2-2.9.1-1.fc39.src.rpm
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/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/tmpw8o3mnx4')]
checks: 31, packages: 5

blosc2-devel.x86_64: W: no-documentation
 5 packages and 0 specfiles checked; 0 errors, 1 warnings, 0 badness; has taken 0.4 s 




Rpmlint (debuginfo)
-------------------
Checking: blosc2-debuginfo-2.9.1-1.fc39.x86_64.rpm
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/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/tmpk75hi1dj')]
checks: 31, packages: 1

 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken 0.1 s 





Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/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: 31, packages: 4

blosc2-devel.x86_64: W: no-documentation
 4 packages and 0 specfiles checked; 0 errors, 1 warnings, 0 badness; has taken 0.4 s 



Source checksums
----------------
https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.9.1.tar.gz#/c-blosc2-2.9.1.tar.gz :
  CHECKSUM(SHA256) this package     : 2ec1cb88ba9de70e3991dd5d5ede79d3000241dd9e6a013f054375c37db57ae1
  CHECKSUM(SHA256) upstream package : 2ec1cb88ba9de70e3991dd5d5ede79d3000241dd9e6a013f054375c37db57ae1


Requires
--------
blosc2 (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    liblz4.so.1()(64bit)
    libm.so.6()(64bit)
    libz-ng.so.2()(64bit)
    libz-ng.so.2(ZLIB_NG_2.0.0)(64bit)
    libzstd.so.1()(64bit)
    rtld(GNU_HASH)

blosc2-devel (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    blosc2(x86-64)
    libblosc2.so.2()(64bit)

blosc2-debuginfo (rpmlib, GLIBC filtered):

blosc2-debugsource (rpmlib, GLIBC filtered):



Provides
--------
blosc2:
    blosc2
    blosc2(x86-64)
    libblosc2.so.2()(64bit)

blosc2-devel:
    blosc2-devel
    blosc2-devel(x86-64)
    pkgconfig(blosc2)

blosc2-debuginfo:
    blosc2-debuginfo
    blosc2-debuginfo(x86-64)
    debuginfo(build-id)
    libblosc2.so.2.9.1-2.9.1-1.fc39.x86_64.debug()(64bit)

blosc2-debugsource:
    blosc2-debugsource
    blosc2-debugsource(x86-64)



Generated by fedora-review 0.9.0 (6761b6c) last change: 2022-08-23
Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name blosc2 --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, Generic, C/C++
Disabled plugins: PHP, Java, fonts, SugarActivity, Haskell, Perl, Python, Ocaml, R
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

---

> [ ]: License field in the package spec file matches the actual license.
>      Note: Checking patched sources after %prep for licenses. Licenses
>      found: "Unknown or generated", "BSD 3-Clause License", "MIT License",
>      "BSD 2-Clause License", "zlib License", "*No copyright* zlib License",
>      "zlib License Creative Commons Attribution 3.0". 560 files have
>      unknown license. Detailed output of licensecheck in /var/lib/copr-
>      rpmbuild/results/blosc2/licensecheck.txt

> License:        BSD

There are some issues with license field. Can you recheck it? Also, the license needs to be in SPDX expression format. ref: https://docs.fedoraproject.org/en-US/legal/license-field/

Comment 2 Zbigniew Jędrzejewski-Szmek 2023-05-14 10:11:02 UTC
Thanks. Spec and srpm updated in place.

The zlib license applies only to the bundled copy of zlib, which is not used. But to make things clearer, I now remove internal-complibs/ in %prep.

The bsd-2-clause license applies to xxhash. There was one bundled copy in internal-complibs/zstd, and another in plugins/codecs/ndlz/. The second one was used. Now I also remove it in %prep, and use the system copy. (xxhash-devel is pulled in as dependency.)

With the above cleanups, I think BSD-3-Clause is the only license actually used by any file that gets compiled or installed. License field is adjusted accordingly.

Comment 3 Zbigniew Jędrzejewski-Szmek 2023-05-14 16:06:09 UTC
Spec URL: https://in.waw.pl/~zbyszek/fedora/blosc2.spec
SRPM URL: https://in.waw.pl/~zbyszek/fedora/blosc2-2.9.1-3.fc39.src.rpm

Patch from https://github.com/Blosc/c-blosc2/pull/483 to fix build of pytables.

Comment 4 Fedora Review Service 2023-05-14 16:24:27 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/5917212
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2203529-blosc2/fedora-rawhide-x86_64/05917212-blosc2/fedora-review/review.txt

Please take a look if any issues were found.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 5 Felix Wang 2023-05-15 06:07:14 UTC
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



===== MUST items =====

C/C++:
[ ]: Package does not contain kernel modules.
[ ]: Package contains no static executables.
[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]: ldconfig not called in %post and %postun for Fedora 28 and later.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.
[x]: Development (unversioned) .so files in -devel subpackage, if present.

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", "BSD 3-Clause License", "MIT License",
     "BSD 2-Clause License", "zlib License". 284 files have unknown
     license. Detailed output of licensecheck in /var/lib/copr-
     rpmbuild/results/blosc2/licensecheck.txt
[ ]: License file installed when any subpackage combination is installed.
[ ]: %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 122880 bytes in 13 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 must own all directories that it creates.
[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 does not use a name that already exists.
[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).
[ ]: 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]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: The placement of pkgconfig(.pc) files are correct.
[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: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.


Rpmlint
-------
Checking: blosc2-2.9.1-3.fc39.x86_64.rpm
          blosc2-devel-2.9.1-3.fc39.x86_64.rpm
          blosc2-debuginfo-2.9.1-3.fc39.x86_64.rpm
          blosc2-debugsource-2.9.1-3.fc39.x86_64.rpm
          blosc2-2.9.1-3.fc39.src.rpm
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/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/tmpycvup9i_')]
checks: 31, packages: 5

blosc2-devel.x86_64: W: no-documentation
 5 packages and 0 specfiles checked; 0 errors, 1 warnings, 0 badness; has taken 0.4 s 




Rpmlint (debuginfo)
-------------------
Checking: blosc2-debuginfo-2.9.1-3.fc39.x86_64.rpm
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/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/tmphrglhwcp')]
checks: 31, packages: 1

 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken 0.1 s 





Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/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: 31, packages: 4

blosc2-devel.x86_64: W: no-documentation
 4 packages and 0 specfiles checked; 0 errors, 1 warnings, 0 badness; has taken 0.4 s 



Source checksums
----------------
https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.9.1.tar.gz#/c-blosc2-2.9.1.tar.gz :
  CHECKSUM(SHA256) this package     : 2ec1cb88ba9de70e3991dd5d5ede79d3000241dd9e6a013f054375c37db57ae1
  CHECKSUM(SHA256) upstream package : 2ec1cb88ba9de70e3991dd5d5ede79d3000241dd9e6a013f054375c37db57ae1


Requires
--------
blosc2 (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    liblz4.so.1()(64bit)
    libm.so.6()(64bit)
    libz-ng.so.2()(64bit)
    libz-ng.so.2(ZLIB_NG_2.0.0)(64bit)
    libzstd.so.1()(64bit)
    rtld(GNU_HASH)

blosc2-devel (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    blosc2(x86-64)
    libblosc2.so.2()(64bit)

blosc2-debuginfo (rpmlib, GLIBC filtered):

blosc2-debugsource (rpmlib, GLIBC filtered):



Provides
--------
blosc2:
    blosc2
    blosc2(x86-64)
    libblosc2.so.2()(64bit)

blosc2-devel:
    blosc2-devel
    blosc2-devel(x86-64)
    pkgconfig(blosc2)

blosc2-debuginfo:
    blosc2-debuginfo
    blosc2-debuginfo(x86-64)
    debuginfo(build-id)
    libblosc2.so.2.9.1-2.9.1-3.fc39.x86_64.debug()(64bit)

blosc2-debugsource:
    blosc2-debugsource
    blosc2-debugsource(x86-64)



Generated by fedora-review 0.9.0 (6761b6c) last change: 2022-08-23
Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name blosc2 --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg
Buildroot used: fedora-rawhide-x86_64
Active plugins: C/C++, Shell-api, Generic
Disabled plugins: Ocaml, Haskell, R, PHP, Python, fonts, SugarActivity, Java, Perl
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

---

The bundled dependencies are removed. With the removal of internal libraries, looking at source code, the License are under BSD-3-Clause. Although fedora-review tools also reports other license, which seems to be caused by the license files at https://github.com/Blosc/c-blosc2/tree/main/LICENSES, no influence on the license field of .spec file. No big issues on the review. 
Maybe a little fix that needs to be done when importing the SRPM file, which is the format of applying patch file. The common practice is like the following, according to Fedora Packaging guidelines. ref: https://docs.fedoraproject.org/en-US/packaging-guidelines/PatchUpstreamStatus/

```
# patch link or comment on the reasons of the patch file
Patch: <file-name>.patch
```

Package is approved.

Comment 6 Felix Wang 2023-05-15 06:24:26 UTC
Would you mind taking this review request of mine? ref: https://bugzilla.redhat.com/show_bug.cgi?id=2196274

Comment 7 Fedora Admin user for bugzilla script actions 2023-05-15 06:24:30 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/blosc2

Comment 8 Zbigniew Jędrzejewski-Szmek 2023-05-15 06:31:46 UTC
> With the removal of internal libraries, looking at source code, the License are under BSD-3-Clause. Although fedora-review tools also reports other license, which seems to be caused by the license files at https://github.com/Blosc/c-blosc2/tree/main/LICENSES, no influence on the license field of .spec file.

Yeah. One of the files there is for some windows header, and I think one is unused
(https://github.com/Blosc/c-blosc2/issues/4951), and a few are for the unbundled stuff.
I also noticed that licensecheck shows the license files are being under their licence.
This is not useful, and actually wrong. Quite often the license text is under a different
license that doesn't permit modifications. Alas.

> # patch link or comment on the reasons of the patch file
I added a comment.

Thanks!

Comment 9 Zbigniew Jędrzejewski-Szmek 2023-05-15 07:56:52 UTC
Built in rawhide and F38. F37 fails because ppc64el builds are out of disk space.

Comment 10 Felix Wang 2023-05-15 08:07:39 UTC
(In reply to Zbigniew Jędrzejewski-Szmek from comment #9)
> Built in rawhide and F38. F37 fails because ppc64el builds are out of disk
> space.

I also occured the same error of building on ppc64el in another package recently, `No space left on device`. Do you have any idea to solve the problem?
ref: https://koji.fedoraproject.org/koji/taskinfo?taskID=101154065

Comment 11 Zbigniew Jędrzejewski-Szmek 2023-05-15 10:46:34 UTC
I reported the issue in #fedora-releng. I'm sure somebody will take care of it, but
right now it's 6:45 on the east coast in US, 3:46 on the other side.


Note You need to log in before you can comment on or make changes to this bug.