Bug 2342034 - Review Request: docker-buildkit - Docker tool to create containers
Summary: Review Request: docker-buildkit - Docker tool to create containers
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Sergio Basto
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-01-24 23:18 UTC by Brad Smith
Modified: 2025-02-06 23:25 UTC (History)
2 users (show)

Fixed In Version: docker-buildkit-0.19.0-1.fc43
Clone Of:
Environment:
Last Closed: 2025-02-06 23:01:50 UTC
Type: ---
Embargoed:
sergio: fedora-review+


Attachments (Terms of Use)

Description Brad Smith 2025-01-24 23:18:08 UTC
Spec URL: https://buckaroogeek.fedorapeople.org/reviews/docker-buildkit.spec
SRPM URL: https://download.copr.fedorainfracloud.org/results/buckaroogeek/docker-stack_pre-release/fedora-rawhide-x86_64/08568645-docker-buildkit/docker-buildkit-0.19.0-1.fc42.src.rpm
Description: Rename and new spec file for golang-github-moby-buildkit
Fedora Account System Username:buckaroogeek

Comment 1 Fedora Review Service 2025-01-24 23:31:47 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8568689
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2342034-docker-buildkit/fedora-rawhide-x86_64/08568689-docker-buildkit/fedora-review/review.txt

Found issues:

- Not a valid SPDX expression 'Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND FSFAP-no-warranty-disclaimer AND GPL-2.0-only AND ISC AND LicenseRef-scancode-public-domain-disclaimer AND MIT AND MPL-2.0 AND (Apache-2.0 OR GPL-2.0-or-later) AND (BSD-3-Clause OR GPL-2.0-only) AND (BSD-3-Clause OR GPL-2.0-or-later)'.
  Read more: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1

Please know that there can be false-positives.

---
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 2 Sergio Basto 2025-01-29 00:53:51 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Package does not contain duplicates in %files.
  Note: warning: File listed twice: /usr/share/licenses/docker-buildkit
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/#_duplicate_files
- The License field must be a valid SPDX expression.
  Note: Not a valid SPDX expression 'Apache-2.0 AND BSD-2-Clause AND
  BSD-3-Clause AND FSFAP-no-warranty-disclaimer AND GPL-2.0-only AND ISC
  AND LicenseRef-scancode-public-domain-disclaimer AND MIT AND MPL-2.0 AND
  (Apache-2.0 OR GPL-2.0-or-later) AND (BSD-3-Clause OR GPL-2.0-only) AND
  (BSD-3-Clause OR GPL-2.0-or-later)'.
  See: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1


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

Generic:
[ ]: 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. No licenses
     found. Please check the source files for licenses manually.
[ ]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[ ]: %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 288877 bytes in 65 files.
[ ]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[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]: 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:
[ ]: 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.
[ ]: SourceX tarball generation or download is documented.
     Note: Package contains tarball without URL, check comments
[ ]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[ ]: %check is present and all tests pass.
[ ]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[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.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: Spec use %global instead of %define unless justified.

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

Generic:
[!]: Spec file according to URL is the same as in SRPM.
     Note: Spec file as given by url is not the same as in SRPM (see
     attached diff).
     See: (this test has no URL)
[ ]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
     Note: Arch-ed rpms have a total of 2990080 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: There are rpmlint messages (see attachment).


Rpmlint
-------
Checking: docker-buildkit-0.19.0-1.fc42.x86_64.rpm
          docker-buildkit-0.19.0-1.fc42.src.rpm
============================ 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
rpmlintrc: [PosixPath('/tmp/tmpmkmfpkx_')]
checks: 32, packages: 2

docker-buildkit.x86_64: W: no-manual-page-for-binary buildctl
docker-buildkit.x86_64: W: no-manual-page-for-binary buildkitd
docker-buildkit.spec: W: invalid-url Source1: buildkit-0.19.0-vendor.tar.bz2
docker-buildkit.src: W: invalid-license LicenseRef-scancode-public-domain-disclaimer
docker-buildkit.x86_64: W: invalid-license LicenseRef-scancode-public-domain-disclaimer
docker-buildkit.x86_64: E: files-duplicated-waste 1011829
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/AUTHORS /usr/share/doc/docker-buildkit/AUTHORS
docker-buildkit.x86_64: W: files-duplicate /usr/share/doc/docker-buildkit/examples/systemd/user/buildkit-proxy.socket /usr/share/doc/docker-buildkit/examples/systemd/system/buildkit.socket
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/tags.cncf.io/container-device-interface/specs-go/LICENSE /usr/share/licenses/docker-buildkit/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/AdaLogics/go-fuzz-headers/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/AdamKorcz/go-118-fuzz-build/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/agext/levenshtein/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/anchore/go-struct-converter/LICENSE:(and 28 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal/LICENSE.txt /usr/share/licenses/docker-buildkit/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/LICENSE.txt
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/google.golang.org/grpc/cmd/protoc-gen-go-grpc/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/config/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/credentials/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/LICENSE.txt:(and 29 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/aws/smithy-go/internal/sync/singleflight/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/internal/sync/singleflight/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/klauspost/compress/zstd/internal/xxhash/LICENSE.txt /usr/share/licenses/docker-buildkit/vendor/github.com/cespare/xxhash/v2/LICENSE.txt
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/containerd/typeurl/v2/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/containerd/console/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/containerd/containerd/api/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/containerd/containerd/v2/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/containerd/continuity/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/containerd/errdefs/LICENSE:(and 5 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/docker/go-metrics/NOTICE /usr/share/licenses/docker-buildkit/vendor/github.com/containerd/containerd/v2/NOTICE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/sigs.k8s.io/yaml/goyaml.v2/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/containernetworking/plugins/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/go-logr/logr/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/opencontainers/selinux/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/golang/groupcache/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/coreos/go-systemd/v22/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/moby/patternmatcher/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/docker/docker/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/docker/go-units/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/docker/go-connections/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/hashicorp/go-retryablehttp/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/hashicorp/go-immutable-radix/v2/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/opencontainers/runtime-tools/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/opencontainers/runtime-spec/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/vishvananda/netns/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/vishvananda/netlink/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/google.golang.org/grpc/AUTHORS /usr/share/licenses/docker-buildkit/vendor/go.opencensus.io/AUTHORS
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/golang.org/x/time/LICENSE /usr/share/licenses/docker-buildkit/vendor/golang.org/x/crypto/LICENSE:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/exp/LICENSE:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/mod/LICENSE:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/net/LICENSE:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/sync/LICENSE:(and 2 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/google.golang.org/protobuf/PATENTS /usr/share/licenses/docker-buildkit/vendor/golang.org/x/crypto/PATENTS:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/exp/PATENTS:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/mod/PATENTS:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/net/PATENTS:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/sync/PATENTS:(and 3 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/sigs.k8s.io/yaml/goyaml.v2/NOTICE /usr/share/licenses/docker-buildkit/vendor/gopkg.in/yaml.v3/NOTICE
 2 packages and 0 specfiles checked; 1 errors, 25 warnings, 7 filtered, 1 badness; has taken 1.3 s 




Rpmlint (debuginfo)
-------------------
Cannot parse rpmlint output:



Rpmlint (installed packages)
----------------------------
============================ 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
checks: 32, packages: 2

docker-buildkit.x86_64: W: unused-direct-shlib-dependency /usr/bin/buildctl /lib64/libresolv.so.2
docker-buildkit.x86_64: W: unused-direct-shlib-dependency /usr/bin/buildkitd /lib64/libresolv.so.2
docker-buildkit.x86_64: W: no-manual-page-for-binary buildctl
docker-buildkit.x86_64: W: no-manual-page-for-binary buildkitd
docker-buildkit-debuginfo.x86_64: W: invalid-license LicenseRef-scancode-public-domain-disclaimer
docker-buildkit.x86_64: W: invalid-license LicenseRef-scancode-public-domain-disclaimer
docker-buildkit.x86_64: E: files-duplicated-waste 1011829
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/AUTHORS /usr/share/doc/docker-buildkit/AUTHORS
docker-buildkit.x86_64: W: files-duplicate /usr/share/doc/docker-buildkit/examples/systemd/user/buildkit-proxy.socket /usr/share/doc/docker-buildkit/examples/systemd/system/buildkit.socket
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/tags.cncf.io/container-device-interface/specs-go/LICENSE /usr/share/licenses/docker-buildkit/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/AdaLogics/go-fuzz-headers/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/AdamKorcz/go-118-fuzz-build/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/agext/levenshtein/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/anchore/go-struct-converter/LICENSE:(and 28 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal/LICENSE.txt /usr/share/licenses/docker-buildkit/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/LICENSE.txt
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/google.golang.org/grpc/cmd/protoc-gen-go-grpc/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/config/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/credentials/LICENSE.txt:/usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/LICENSE.txt:(and 29 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/aws/smithy-go/internal/sync/singleflight/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/aws/aws-sdk-go-v2/internal/sync/singleflight/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/klauspost/compress/zstd/internal/xxhash/LICENSE.txt /usr/share/licenses/docker-buildkit/vendor/github.com/cespare/xxhash/v2/LICENSE.txt
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/containerd/typeurl/v2/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/containerd/console/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/containerd/containerd/api/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/containerd/containerd/v2/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/containerd/continuity/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/containerd/errdefs/LICENSE:(and 5 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/docker/go-metrics/NOTICE /usr/share/licenses/docker-buildkit/vendor/github.com/containerd/containerd/v2/NOTICE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/sigs.k8s.io/yaml/goyaml.v2/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/containernetworking/plugins/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/go-logr/logr/LICENSE:/usr/share/licenses/docker-buildkit/vendor/github.com/opencontainers/selinux/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/golang/groupcache/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/coreos/go-systemd/v22/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/moby/patternmatcher/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/docker/docker/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/docker/go-units/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/docker/go-connections/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/hashicorp/go-retryablehttp/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/hashicorp/go-immutable-radix/v2/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/opencontainers/runtime-tools/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/opencontainers/runtime-spec/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/github.com/vishvananda/netns/LICENSE /usr/share/licenses/docker-buildkit/vendor/github.com/vishvananda/netlink/LICENSE
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/google.golang.org/grpc/AUTHORS /usr/share/licenses/docker-buildkit/vendor/go.opencensus.io/AUTHORS
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/golang.org/x/time/LICENSE /usr/share/licenses/docker-buildkit/vendor/golang.org/x/crypto/LICENSE:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/exp/LICENSE:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/mod/LICENSE:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/net/LICENSE:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/sync/LICENSE:(and 2 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/google.golang.org/protobuf/PATENTS /usr/share/licenses/docker-buildkit/vendor/golang.org/x/crypto/PATENTS:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/exp/PATENTS:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/mod/PATENTS:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/net/PATENTS:/usr/share/licenses/docker-buildkit/vendor/golang.org/x/sync/PATENTS:(and 3 more)
docker-buildkit.x86_64: W: files-duplicate /usr/share/licenses/docker-buildkit/vendor/sigs.k8s.io/yaml/goyaml.v2/NOTICE /usr/share/licenses/docker-buildkit/vendor/gopkg.in/yaml.v3/NOTICE
 2 packages and 0 specfiles checked; 1 errors, 26 warnings, 12 filtered, 1 badness; has taken 1.1 s 



Source checksums
----------------
https://github.com/moby/buildkit/archive/v0.19.0/buildkit-0.19.0.tar.gz :
  CHECKSUM(SHA256) this package     : 2bc1b4525e7b2beaeba76324c79ce529bf8d2c0ff37b7e2d594acac0a7f88645
  CHECKSUM(SHA256) upstream package : 2bc1b4525e7b2beaeba76324c79ce529bf8d2c0ff37b7e2d594acac0a7f88645


Requires
--------
docker-buildkit (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libresolv.so.2()(64bit)
    rtld(GNU_HASH)



Provides
--------
docker-buildkit:
    bundled(golang(github.com/AdaLogics/go-fuzz-headers))
    bundled(golang(github.com/AdamKorcz/go-118-fuzz-build))
    bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azcore))
    bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azidentity))
    bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/internal))
    bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob))
    bundled(golang(github.com/AzureAD/microsoft-authentication-library-for-go))
    bundled(golang(github.com/Microsoft/go-winio))
    bundled(golang(github.com/Microsoft/hcsshim))
    bundled(golang(github.com/agext/levenshtein))
    bundled(golang(github.com/anchore/go-struct-converter))
    bundled(golang(github.com/armon/circbuf))
    bundled(golang(github.com/aws/aws-sdk-go-v2))
    bundled(golang(github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream))
    bundled(golang(github.com/aws/aws-sdk-go-v2/config))
    bundled(golang(github.com/aws/aws-sdk-go-v2/credentials))
    bundled(golang(github.com/aws/aws-sdk-go-v2/feature/ec2/imds))
    bundled(golang(github.com/aws/aws-sdk-go-v2/feature/s3/manager))
    bundled(golang(github.com/aws/aws-sdk-go-v2/internal/configsources))
    bundled(golang(github.com/aws/aws-sdk-go-v2/internal/endpoints/v2))
    bundled(golang(github.com/aws/aws-sdk-go-v2/internal/ini))
    bundled(golang(github.com/aws/aws-sdk-go-v2/internal/v4a))
    bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding))
    bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/checksum))
    bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/presigned-url))
    bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/s3shared))
    bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3))
    bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso))
    bundled(golang(github.com/aws/aws-sdk-go-v2/service/ssooidc))
    bundled(golang(github.com/aws/aws-sdk-go-v2/service/sts))
    bundled(golang(github.com/aws/smithy-go))
    bundled(golang(github.com/beorn7/perks))
    bundled(golang(github.com/cenkalti/backoff/v4))
    bundled(golang(github.com/cespare/xxhash/v2))
    bundled(golang(github.com/containerd/cgroups/v3))
    bundled(golang(github.com/containerd/console))
    bundled(golang(github.com/containerd/containerd/api))
    bundled(golang(github.com/containerd/containerd/v2))
    bundled(golang(github.com/containerd/continuity))
    bundled(golang(github.com/containerd/errdefs))
    bundled(golang(github.com/containerd/errdefs/pkg))
    bundled(golang(github.com/containerd/fifo))
    bundled(golang(github.com/containerd/fuse-overlayfs-snapshotter/v2))
    bundled(golang(github.com/containerd/go-cni))
    bundled(golang(github.com/containerd/go-runc))
    bundled(golang(github.com/containerd/log))
    bundled(golang(github.com/containerd/nydus-snapshotter))
    bundled(golang(github.com/containerd/platforms))
    bundled(golang(github.com/containerd/plugin))
    bundled(golang(github.com/containerd/stargz-snapshotter))
    bundled(golang(github.com/containerd/stargz-snapshotter/estargz))
    bundled(golang(github.com/containerd/ttrpc))
    bundled(golang(github.com/containerd/typeurl/v2))
    bundled(golang(github.com/containernetworking/cni))
    bundled(golang(github.com/containernetworking/plugins))
    bundled(golang(github.com/coreos/go-systemd/v22))
    bundled(golang(github.com/cpuguy83/go-md2man/v2))
    bundled(golang(github.com/davecgh/go-spew))
    bundled(golang(github.com/dimchansky/utfbom))
    bundled(golang(github.com/distribution/reference))
    bundled(golang(github.com/docker/cli))
    bundled(golang(github.com/docker/docker))
    bundled(golang(github.com/docker/docker-credential-helpers))
    bundled(golang(github.com/docker/go-connections))
    bundled(golang(github.com/docker/go-metrics))
    bundled(golang(github.com/docker/go-units))
    bundled(golang(github.com/felixge/fgprof))
    bundled(golang(github.com/felixge/httpsnoop))
    bundled(golang(github.com/fsnotify/fsnotify))
    bundled(golang(github.com/go-logr/logr))
    bundled(golang(github.com/go-logr/stdr))
    bundled(golang(github.com/gofrs/flock))
    bundled(golang(github.com/gogo/protobuf))
    bundled(golang(github.com/golang-jwt/jwt/v5))
    bundled(golang(github.com/golang/groupcache))
    bundled(golang(github.com/golang/protobuf))
    bundled(golang(github.com/google/go-cmp))
    bundled(golang(github.com/google/pprof))
    bundled(golang(github.com/google/shlex))
    bundled(golang(github.com/google/uuid))
    bundled(golang(github.com/grpc-ecosystem/grpc-gateway/v2))
    bundled(golang(github.com/hanwen/go-fuse/v2))
    bundled(golang(github.com/hashicorp/errwrap))
    bundled(golang(github.com/hashicorp/go-cleanhttp))
    bundled(golang(github.com/hashicorp/go-immutable-radix/v2))
    bundled(golang(github.com/hashicorp/go-multierror))
    bundled(golang(github.com/hashicorp/go-retryablehttp))
    bundled(golang(github.com/hashicorp/golang-lru/v2))
    bundled(golang(github.com/in-toto/in-toto-golang))
    bundled(golang(github.com/klauspost/compress))
    bundled(golang(github.com/kylelemons/godebug))
    bundled(golang(github.com/mitchellh/hashstructure/v2))
    bundled(golang(github.com/moby/docker-image-spec))
    bundled(golang(github.com/moby/locker))
    bundled(golang(github.com/moby/patternmatcher))
    bundled(golang(github.com/moby/sys/mount))
    bundled(golang(github.com/moby/sys/mountinfo))
    bundled(golang(github.com/moby/sys/reexec))
    bundled(golang(github.com/moby/sys/sequential))
    bundled(golang(github.com/moby/sys/signal))
    bundled(golang(github.com/moby/sys/user))
    bundled(golang(github.com/moby/sys/userns))
    bundled(golang(github.com/moby/term))
    bundled(golang(github.com/morikuni/aec))
    bundled(golang(github.com/munnerz/goautoneg))
    bundled(golang(github.com/opencontainers/go-digest))
    bundled(golang(github.com/opencontainers/image-spec))
    bundled(golang(github.com/opencontainers/runtime-spec))
    bundled(golang(github.com/opencontainers/runtime-tools))
    bundled(golang(github.com/opencontainers/selinux))
    bundled(golang(github.com/package-url/packageurl-go))
    bundled(golang(github.com/pelletier/go-toml))
    bundled(golang(github.com/pkg/browser))
    bundled(golang(github.com/pkg/errors))
    bundled(golang(github.com/pkg/profile))
    bundled(golang(github.com/planetscale/vtprotobuf))
    bundled(golang(github.com/pmezard/go-difflib))
    bundled(golang(github.com/prometheus/client_golang))
    bundled(golang(github.com/prometheus/client_model))
    bundled(golang(github.com/prometheus/common))
    bundled(golang(github.com/prometheus/procfs))
    bundled(golang(github.com/russross/blackfriday/v2))
    bundled(golang(github.com/secure-systems-lab/go-securesystemslib))
    bundled(golang(github.com/serialx/hashring))
    bundled(golang(github.com/shibumi/go-pathspec))
    bundled(golang(github.com/sirupsen/logrus))
    bundled(golang(github.com/spdx/tools-golang))
    bundled(golang(github.com/stretchr/testify))
    bundled(golang(github.com/syndtr/gocapability))
    bundled(golang(github.com/tonistiigi/dchapes-mode))
    bundled(golang(github.com/tonistiigi/fsutil))
    bundled(golang(github.com/tonistiigi/go-actions-cache))
    bundled(golang(github.com/tonistiigi/go-archvariant))
    bundled(golang(github.com/tonistiigi/go-csvvalue))
    bundled(golang(github.com/tonistiigi/units))
    bundled(golang(github.com/tonistiigi/vt100))
    bundled(golang(github.com/urfave/cli))
    bundled(golang(github.com/vbatts/tar-split))
    bundled(golang(github.com/vishvananda/netlink))
    bundled(golang(github.com/vishvananda/netns))
    bundled(golang(go.etcd.io/bbolt))
    bundled(golang(go.opencensus.io))
    bundled(golang(go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc))
    bundled(golang(go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace))
    bundled(golang(go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp))
    bundled(golang(go.opentelemetry.io/otel))
    bundled(golang(go.opentelemetry.io/otel/exporters/jaeger))
    bundled(golang(go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc))
    bundled(golang(go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp))
    bundled(golang(go.opentelemetry.io/otel/exporters/otlp/otlptrace))
    bundled(golang(go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc))
    bundled(golang(go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp))
    bundled(golang(go.opentelemetry.io/otel/exporters/prometheus))
    bundled(golang(go.opentelemetry.io/otel/metric))
    bundled(golang(go.opentelemetry.io/otel/sdk))
    bundled(golang(go.opentelemetry.io/otel/sdk/metric))
    bundled(golang(go.opentelemetry.io/otel/trace))
    bundled(golang(go.opentelemetry.io/proto/otlp))
    bundled(golang(golang.org/x/crypto))
    bundled(golang(golang.org/x/exp))
    bundled(golang(golang.org/x/mod))
    bundled(golang(golang.org/x/net))
    bundled(golang(golang.org/x/sync))
    bundled(golang(golang.org/x/sys))
    bundled(golang(golang.org/x/text))
    bundled(golang(golang.org/x/time))
    bundled(golang(google.golang.org/genproto/googleapis/api))
    bundled(golang(google.golang.org/genproto/googleapis/rpc))
    bundled(golang(google.golang.org/grpc))
    bundled(golang(google.golang.org/grpc/cmd/protoc-gen-go-grpc))
    bundled(golang(google.golang.org/protobuf))
    bundled(golang(gopkg.in/yaml.v3))
    bundled(golang(kernel.org/pub/linux/libs/security/libcap/cap))
    bundled(golang(kernel.org/pub/linux/libs/security/libcap/psx))
    bundled(golang(sigs.k8s.io/yaml))
    bundled(golang(tags.cncf.io/container-device-interface))
    bundled(golang(tags.cncf.io/container-device-interface/specs-go))
    docker-buildkit
    docker-buildkit(x86-64)
    golang-github-moby-buildkit


Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24
Command line :/usr/bin/fedora-review -b 2342034
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, Generic
Disabled plugins: C/C++, Ocaml, PHP, Java, Python, R, Ruby, fonts, SugarActivity, Haskell, Perl
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH


The don't have much to see because is almost autogenerated , some comments can be removed if is not relevant 

the licenses in duplicate is a minor issue that not block the approval .

autogenerated spec makes  Spec file differ from SRPM

LicenseRef-scancode-public-domain-disclaimer and FSFAP-no-warranty-disclaimer are not reconized by License parser but are both "good" Licenses : 

https://scancode-licensedb.aboutcode.org/public-domain-disclaimer.html
https://spdx.org/licenses/FSFAP-no-warranty-disclaimer.html


Package APPROVED

Comment 3 Sergio Basto 2025-01-29 01:01:04 UTC
these two cases are just warning 
docker-buildkit.x86_64: W: unused-direct-shlib-dependency /usr/bin/buildctl /lib64/libresolv.so.2
docker-buildkit.x86_64: W: unused-direct-shlib-dependency /usr/bin/buildkitd /lib64/libresolv.so.2
docker-buildkit.x86_64: W: no-manual-page-for-binary buildctl
docker-buildkit.x86_64: W: no-manual-page-for-binary buildkitd

if upstream have man pages, we should try install it 

unused-direct-shlib-dependency is a minor detail

Comment 4 Fedora Admin user for bugzilla script actions 2025-01-29 19:52:49 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/docker-buildkit

Comment 5 Fedora Update System 2025-02-06 22:57:22 UTC
FEDORA-2025-8a87c7b504 (docker-buildkit-0.19.0-1.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-8a87c7b504

Comment 6 Fedora Update System 2025-02-06 23:01:50 UTC
FEDORA-2025-8a87c7b504 (docker-buildkit-0.19.0-1.fc43) has been pushed to the Fedora 43 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 7 Fedora Update System 2025-02-06 23:21:23 UTC
FEDORA-2025-117614d4d5 (docker-buildkit-0.19.0-1.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-117614d4d5

Comment 8 Fedora Update System 2025-02-06 23:25:37 UTC
FEDORA-2025-117614d4d5 (docker-buildkit-0.19.0-1.fc42) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.


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