Bug 2368453 - Review Request: k9s - Kubernetes CLI To Manage Your Clusters In Style
Summary: Review Request: k9s - Kubernetes CLI To Manage Your Clusters In Style
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dominik 'Rathann' Mierzejewski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-25 13:04 UTC by blinxen
Modified: 2025-06-12 22:41 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-06-12 22:41:00 UTC
Type: ---
Embargoed:
dominik: fedora-review+


Attachments (Terms of Use)
The .spec file difference from Copr build 9078319 to 9153753 (1.80 KB, patch)
2025-06-11 19:01 UTC, Fedora Review Service
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Github CalebQ42 squashfs pull 42 0 None Merged [PATCH] Change xz module due to licensing concerns 2025-06-12 09:33:51 UTC
Github mholt archives pull 41 0 None Merged Change xz module due to licensing concerns 2025-06-12 09:33:54 UTC
Github sylabs squashfs pull 8 0 None open Change xz module due to licensing concerns 2025-06-12 20:15:19 UTC

Description blinxen 2025-05-25 13:04:26 UTC
Spec URL: https://blinxen.fedorapeople.org/k9s/k9s.spec
SRPM URL: https://blinxen.fedorapeople.org/k9s/k9s-0.50.6-1.fc43.src.rpm

Description:
Kubernetes CLI To Manage Your Clusters In Style!

Fedora Account System Username: blinxen

Comment 1 Fedora Review Service 2025-05-25 13:20:00 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/9078319
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2368453-k9s/fedora-rawhide-x86_64/09078319-k9s/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 2 Dominik 'Rathann' Mierzejewski 2025-06-04 20:08:35 UTC
Taking review.

Comment 3 Mikel Olasagasti Uranga 2025-06-05 21:39:08 UTC
> %global build_date %(date -u +%Y-%m-%dT%H:%M:%SZ)

Use the following for reproducible builds:

$(date -d "@${SOURCE_DATE_EPOCH}" +%Y-%m-%dT%H:%M:%SZ)"

More info: https://reproducible-builds.org/docs/source-date-epoch/

Comment 4 Dominik 'Rathann' Mierzejewski 2025-06-06 15:07:59 UTC
Issues:
[!]: Package contains no bundled libraries without FPC exception.

Package uses bundled dependencies but offers no justification why (https://docs.fedoraproject.org/en-US/packaging-guidelines/Golang/#_bundled_or_unbundled)

[!]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.

CC0-1.0 is not permitted for new packages. It looks like github.com/therootcompany/xz is licensed under CC0-1.0. It's not packaged in Fedora already, either.

Side note:
Package doesn't build on Fedora 41 due to golang being too old:
go: go.mod requires go >= 1.24.1 (running go 1.23.9; GOTOOLCHAIN=local)

Package Review
==============

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



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

Generic:
[x]: 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.
[x]: 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.
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: %build honors applicable compiler flags or justifies otherwise.
[!]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: 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]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: The License field must be a valid SPDX expression.
[x]: Package 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]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 5672 bytes in 1 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.
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: 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.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Spec use %global instead of %define unless justified.
     Note: %define requiring justification: %define autorelease(e:s:pb:n)
     %{?-p:0.}%{lua:
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.

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

Generic:
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
     Note: Arch-ed rpms have a total of 3368960 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: k9s-0.50.6-1.fc43.x86_64.rpm
          k9s-0.50.6-1.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/tmpogqb_cxm')]
checks: 32, packages: 2

k9s.src: E: spelling-error ('Kubernetes', 'Summary(en_US) Kubernetes -> Rubbernecks')
k9s.src: E: spelling-error ('Kubernetes', '%description -l en_US Kubernetes -> Rubbernecks')
k9s.x86_64: E: spelling-error ('Kubernetes', 'Summary(en_US) Kubernetes -> Rubbernecks')
k9s.x86_64: E: spelling-error ('Kubernetes', '%description -l en_US Kubernetes -> Rubbernecks')
k9s.x86_64: W: no-manual-page-for-binary k9s
k9s.spec: W: invalid-url Source1: k9s-0.50.6-vendor.tar.bz2
k9s.x86_64: E: files-duplicated-waste 1404575
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/k8s.io/utils/LICENSE /usr/share/licenses/k9s/vendor/cel.dev/expr/LICENSE:/usr/share/licenses/k9s/vendor/cloud.google.com/go/LICENSE:/usr/share/licenses/k9s/vendor/cloud.google.com/go/auth/LICENSE:/usr/share/licenses/k9s/vendor/cloud.google.com/go/auth/oauth2adapt/LICENSE:/usr/share/licenses/k9s/vendor/cloud.google.com/go/compute/metadata/LICENSE:(and 45 more)
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/go.opentelemetry.io/otel/trace/LICENSE /usr/share/licenses/k9s/vendor/github.com/AdaLogics/go-fuzz-headers/LICENSE:/usr/share/licenses/k9s/vendor/github.com/AdamKorcz/go-118-fuzz-build/LICENSE:/usr/share/licenses/k9s/vendor/github.com/agext/levenshtein/LICENSE:/usr/share/licenses/k9s/vendor/github.com/anchore/clio/LICENSE:/usr/share/licenses/k9s/vendor/github.com/anchore/fangs/LICENSE:(and 37 more)
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/Masterminds/semver/v3/LICENSE.txt /usr/share/licenses/k9s/vendor/github.com/Masterminds/semver/LICENSE.txt
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json/AUTHORS /usr/share/licenses/k9s/vendor/github.com/ProtonMail/go-crypto/AUTHORS
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/modernc.org/memory/LICENSE-GO /usr/share/licenses/k9s/vendor/github.com/ProtonMail/go-crypto/LICENSE:/usr/share/licenses/k9s/vendor/github.com/aws/aws-sdk-go/internal/sync/singleflight/LICENSE:/usr/share/licenses/k9s/vendor/github.com/kastenhq/goversion/LICENSE:/usr/share/licenses/k9s/vendor/github.com/liggitt/tabwriter/LICENSE:/usr/share/licenses/k9s/vendor/k8s.io/apimachinery/third_party/forked/golang/LICENSE:(and 2 more)
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/k8s.io/utils/internal/third_party/forked/golang/PATENTS /usr/share/licenses/k9s/vendor/github.com/ProtonMail/go-crypto/PATENTS:/usr/share/licenses/k9s/vendor/golang.org/x/crypto/PATENTS:/usr/share/licenses/k9s/vendor/golang.org/x/exp/PATENTS:/usr/share/licenses/k9s/vendor/golang.org/x/mod/PATENTS:/usr/share/licenses/k9s/vendor/golang.org/x/net/PATENTS:(and 10 more)
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/mholt/archives/LICENSE /usr/share/licenses/k9s/vendor/github.com/anchore/archiver/v3/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/mitchellh/reflectwalk/LICENSE /usr/share/licenses/k9s/vendor/github.com/anchore/go-homedir/LICENSE:/usr/share/licenses/k9s/vendor/github.com/go-viper/mapstructure/v2/LICENSE:/usr/share/licenses/k9s/vendor/github.com/mitchellh/go-homedir/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/hashicorp/errwrap/LICENSE /usr/share/licenses/k9s/vendor/github.com/anchore/go-version/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/package-url/packageurl-go/LICENSE /usr/share/licenses/k9s/vendor/github.com/anchore/packageurl-go/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/bmatcuk/doublestar/v4/LICENSE /usr/share/licenses/k9s/vendor/github.com/bmatcuk/doublestar/v2/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/klauspost/compress/zstd/internal/xxhash/LICENSE.txt /usr/share/licenses/k9s/vendor/github.com/cespare/xxhash/v2/LICENSE.txt
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/charmbracelet/x/term/LICENSE /usr/share/licenses/k9s/vendor/github.com/charmbracelet/x/ansi/LICENSE:/usr/share/licenses/k9s/vendor/github.com/charmbracelet/x/cellbuf/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/containerd/typeurl/v2/LICENSE /usr/share/licenses/k9s/vendor/github.com/containerd/containerd/LICENSE:/usr/share/licenses/k9s/vendor/github.com/containerd/containerd/api/LICENSE:/usr/share/licenses/k9s/vendor/github.com/containerd/continuity/LICENSE:/usr/share/licenses/k9s/vendor/github.com/containerd/errdefs/LICENSE:/usr/share/licenses/k9s/vendor/github.com/containerd/log/LICENSE:(and 1 more)
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/docker/go-metrics/NOTICE /usr/share/licenses/k9s/vendor/github.com/containerd/containerd/NOTICE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/docker/distribution/LICENSE /usr/share/licenses/k9s/vendor/github.com/distribution/reference/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/moby/term/LICENSE /usr/share/licenses/k9s/vendor/github.com/docker/docker/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/docker/go-units/LICENSE /usr/share/licenses/k9s/vendor/github.com/docker/go-connections/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/sigs.k8s.io/yaml/goyaml.v2/LICENSE /usr/share/licenses/k9s/vendor/github.com/envoyproxy/go-control-plane/LICENSE:/usr/share/licenses/k9s/vendor/github.com/go-logr/logr/LICENSE:/usr/share/licenses/k9s/vendor/github.com/opencontainers/selinux/LICENSE:/usr/share/licenses/k9s/vendor/github.com/skeema/knownhosts/LICENSE:/usr/share/licenses/k9s/vendor/k8s.io/kubectl/LICENSE:(and 4 more)
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/gopkg.in/evanphx/json-patch.v4/LICENSE /usr/share/licenses/k9s/vendor/github.com/evanphx/json-patch/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/modernc.org/sqlite/LICENSE /usr/share/licenses/k9s/vendor/github.com/glebarez/go-sqlite/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/gorm.io/gorm/LICENSE /usr/share/licenses/k9s/vendor/github.com/glebarez/sqlite/License:/usr/share/licenses/k9s/vendor/github.com/jinzhu/now/License
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/gopkg.in/inf.v0/LICENSE /usr/share/licenses/k9s/vendor/github.com/go-git/gcfg/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/mitchellh/go-testing-interface/LICENSE /usr/share/licenses/k9s/vendor/github.com/gohugoio/hashstructure/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/k8s.io/klog/v2/LICENSE /usr/share/licenses/k9s/vendor/github.com/golang/groupcache/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/klauspost/compress/internal/snapref/LICENSE /usr/share/licenses/k9s/vendor/github.com/golang/snappy/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/go.opencensus.io/LICENSE /usr/share/licenses/k9s/vendor/github.com/google/go-containerregistry/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/golang.org/x/xerrors/LICENSE /usr/share/licenses/k9s/vendor/github.com/google/licensecheck/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/mitchellh/go-wordwrap/LICENSE.md /usr/share/licenses/k9s/vendor/github.com/gosuri/uitable/util/wordwrap/LICENSE.md:/usr/share/licenses/k9s/vendor/github.com/mitchellh/copystructure/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/mattn/go-runewidth/LICENSE /usr/share/licenses/k9s/vendor/github.com/mattn/go-colorable/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/nwaples/rardecode/v2/LICENSE /usr/share/licenses/k9s/vendor/github.com/nwaples/rardecode/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/k8s.io/utils/internal/third_party/forked/golang/LICENSE /usr/share/licenses/k9s/vendor/github.com/remyoudompheng/bigfft/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/spf13/cobra/LICENSE.txt /usr/share/licenses/k9s/vendor/github.com/spf13/afero/LICENSE.txt
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/spf13/viper/LICENSE /usr/share/licenses/k9s/vendor/github.com/spf13/cast/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/xi2/xz/AUTHORS /usr/share/licenses/k9s/vendor/github.com/therootcompany/xz/AUTHORS
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/wagoodman/go-progress/LICENSE /usr/share/licenses/k9s/vendor/github.com/wagoodman/go-partybus/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/go4.org/LICENSE /usr/share/licenses/k9s/vendor/github.com/xanzy/ssh-agent/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/github.com/xeipuuv/gojsonschema/LICENSE-APACHE-2.0.txt /usr/share/licenses/k9s/vendor/github.com/xeipuuv/gojsonpointer/LICENSE-APACHE-2.0.txt:/usr/share/licenses/k9s/vendor/github.com/xeipuuv/gojsonreference/LICENSE-APACHE-2.0.txt
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/google.golang.org/grpc/AUTHORS /usr/share/licenses/k9s/vendor/go.opencensus.io/AUTHORS
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/golang.org/x/tools/LICENSE /usr/share/licenses/k9s/vendor/golang.org/x/crypto/LICENSE:/usr/share/licenses/k9s/vendor/golang.org/x/exp/LICENSE:/usr/share/licenses/k9s/vendor/golang.org/x/mod/LICENSE:/usr/share/licenses/k9s/vendor/golang.org/x/net/LICENSE:/usr/share/licenses/k9s/vendor/golang.org/x/oauth2/LICENSE:(and 5 more)
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/sigs.k8s.io/yaml/goyaml.v3/LICENSE /usr/share/licenses/k9s/vendor/gopkg.in/yaml.v3/LICENSE
k9s.x86_64: W: files-duplicate /usr/share/licenses/k9s/vendor/sigs.k8s.io/yaml/goyaml.v3/NOTICE /usr/share/licenses/k9s/vendor/gopkg.in/yaml.v3/NOTICE:/usr/share/licenses/k9s/vendor/sigs.k8s.io/yaml/goyaml.v2/NOTICE
 2 packages and 0 specfiles checked; 5 errors, 44 warnings, 7 filtered, 5 badness; has taken 7.9 s 




Rpmlint (debuginfo)
-------------------
Checking: k9s-debuginfo-0.50.6-1.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/tmpn7p52x3w')]
checks: 32, packages: 1

 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 5 filtered, 0 badness; has taken 5.5 s 





Rpmlint (installed packages)
----------------------------
(none): E: there is no installed rpm "k9s".
(none): E: there is no installed rpm "k9s-debuginfo".
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: 2

 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s 



Source checksums
----------------
https://github.com/derailed/k9s/archive/v0.50.6/k9s-0.50.6.tar.gz :
  CHECKSUM(SHA256) this package     : 10ee539aa24199a5d6c21af9c8b7759bed9e3a3c6d433644aea4598d37fd1dd3
  CHECKSUM(SHA256) upstream package : 10ee539aa24199a5d6c21af9c8b7759bed9e3a3c6d433644aea4598d37fd1dd3


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



Provides
--------
k9s:
    bundled(golang(cel.dev/expr))
    bundled(golang(cloud.google.com/go))
    bundled(golang(cloud.google.com/go/auth))
    bundled(golang(cloud.google.com/go/auth/oauth2adapt))
    bundled(golang(cloud.google.com/go/compute/metadata))
    bundled(golang(cloud.google.com/go/iam))
    bundled(golang(cloud.google.com/go/monitoring))
    bundled(golang(cloud.google.com/go/storage))
    bundled(golang(dario.cat/mergo))
    bundled(golang(github.com/AdaLogics/go-fuzz-headers))
    bundled(golang(github.com/AdamKorcz/go-118-fuzz-build))
    bundled(golang(github.com/Azure/go-ansiterm))
    bundled(golang(github.com/BurntSushi/toml))
    bundled(golang(github.com/CycloneDX/cyclonedx-go))
    bundled(golang(github.com/DataDog/zstd))
    bundled(golang(github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp))
    bundled(golang(github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric))
    bundled(golang(github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping))
    bundled(golang(github.com/MakeNowJust/heredoc))
    bundled(golang(github.com/Masterminds/goutils))
    bundled(golang(github.com/Masterminds/semver))
    bundled(golang(github.com/Masterminds/semver/v3))
    bundled(golang(github.com/Masterminds/sprig/v3))
    bundled(golang(github.com/Masterminds/squirrel))
    bundled(golang(github.com/Microsoft/go-winio))
    bundled(golang(github.com/Microsoft/hcsshim))
    bundled(golang(github.com/OneOfOne/xxhash))
    bundled(golang(github.com/ProtonMail/go-crypto))
    bundled(golang(github.com/STARRY-S/zip))
    bundled(golang(github.com/acobaugh/osrelease))
    bundled(golang(github.com/adrg/xdg))
    bundled(golang(github.com/agext/levenshtein))
    bundled(golang(github.com/anchore/archiver/v3))
    bundled(golang(github.com/anchore/clio))
    bundled(golang(github.com/anchore/fangs))
    bundled(golang(github.com/anchore/go-collections))
    bundled(golang(github.com/anchore/go-homedir))
    bundled(golang(github.com/anchore/go-logger))
    bundled(golang(github.com/anchore/go-macholibre))
    bundled(golang(github.com/anchore/go-struct-converter))
    bundled(golang(github.com/anchore/go-sync))
    bundled(golang(github.com/anchore/go-version))
    bundled(golang(github.com/anchore/grype))
    bundled(golang(github.com/anchore/packageurl-go))
    bundled(golang(github.com/anchore/stereoscope))
    bundled(golang(github.com/anchore/syft))
    bundled(golang(github.com/andybalholm/brotli))
    bundled(golang(github.com/apparentlymart/go-textseg/v15))
    bundled(golang(github.com/aquasecurity/go-pep440-version))
    bundled(golang(github.com/aquasecurity/go-version))
    bundled(golang(github.com/araddon/dateparse))
    bundled(golang(github.com/asaskevich/govalidator))
    bundled(golang(github.com/atotto/clipboard))
    bundled(golang(github.com/aws/aws-sdk-go))
    bundled(golang(github.com/aymanbagabas/go-osc52/v2))
    bundled(golang(github.com/becheran/wildmatch-go))
    bundled(golang(github.com/beorn7/perks))
    bundled(golang(github.com/bgentry/go-netrc))
    bundled(golang(github.com/bitnami/go-version))
    bundled(golang(github.com/blakesmith/ar))
    bundled(golang(github.com/blang/semver/v4))
    bundled(golang(github.com/bmatcuk/doublestar/v2))
    bundled(golang(github.com/bmatcuk/doublestar/v4))
    bundled(golang(github.com/bodgit/plumbing))
    bundled(golang(github.com/bodgit/sevenzip))
    bundled(golang(github.com/bodgit/windows))
    bundled(golang(github.com/cenkalti/backoff/v4))
    bundled(golang(github.com/census-instrumentation/opencensus-proto))
    bundled(golang(github.com/cespare/xxhash/v2))
    bundled(golang(github.com/chai2010/gettext-go))
    bundled(golang(github.com/charmbracelet/colorprofile))
    bundled(golang(github.com/charmbracelet/lipgloss))
    bundled(golang(github.com/charmbracelet/x/ansi))
    bundled(golang(github.com/charmbracelet/x/cellbuf))
    bundled(golang(github.com/charmbracelet/x/term))
    bundled(golang(github.com/cloudflare/circl))
    bundled(golang(github.com/cncf/xds/go))
    bundled(golang(github.com/containerd/cgroups))
    bundled(golang(github.com/containerd/containerd))
    bundled(golang(github.com/containerd/containerd/api))
    bundled(golang(github.com/containerd/continuity))
    bundled(golang(github.com/containerd/errdefs))
    bundled(golang(github.com/containerd/fifo))
    bundled(golang(github.com/containerd/log))
    bundled(golang(github.com/containerd/platforms))
    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/cyphar/filepath-securejoin))
    bundled(golang(github.com/davecgh/go-spew))
    bundled(golang(github.com/deitch/magic))
    bundled(golang(github.com/derailed/tcell/v2))
    bundled(golang(github.com/derailed/tview))
    bundled(golang(github.com/distribution/reference))
    bundled(golang(github.com/docker/cli))
    bundled(golang(github.com/docker/distribution))
    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-events))
    bundled(golang(github.com/docker/go-metrics))
    bundled(golang(github.com/docker/go-units))
    bundled(golang(github.com/dsnet/compress))
    bundled(golang(github.com/dustin/go-humanize))
    bundled(golang(github.com/elliotchance/phpserialize))
    bundled(golang(github.com/emicklei/go-restful/v3))
    bundled(golang(github.com/emirpasic/gods))
    bundled(golang(github.com/envoyproxy/go-control-plane))
    bundled(golang(github.com/envoyproxy/protoc-gen-validate))
    bundled(golang(github.com/evanphx/json-patch))
    bundled(golang(github.com/exponent-io/jsonpath))
    bundled(golang(github.com/facebookincubator/nvdtools))
    bundled(golang(github.com/fatih/camelcase))
    bundled(golang(github.com/fatih/color))
    bundled(golang(github.com/felixge/fgprof))
    bundled(golang(github.com/felixge/httpsnoop))
    bundled(golang(github.com/fsnotify/fsnotify))
    bundled(golang(github.com/fvbommel/sortorder))
    bundled(golang(github.com/fxamacker/cbor/v2))
    bundled(golang(github.com/gabriel-vasile/mimetype))
    bundled(golang(github.com/gdamore/encoding))
    bundled(golang(github.com/github/go-spdx/v2))
    bundled(golang(github.com/glebarez/go-sqlite))
    bundled(golang(github.com/glebarez/sqlite))
    bundled(golang(github.com/go-errors/errors))
    bundled(golang(github.com/go-git/gcfg))
    bundled(golang(github.com/go-git/go-billy/v5))
    bundled(golang(github.com/go-git/go-git/v5))
    bundled(golang(github.com/go-gorp/gorp/v3))
    bundled(golang(github.com/go-logr/logr))
    bundled(golang(github.com/go-logr/stdr))
    bundled(golang(github.com/go-openapi/jsonpointer))
    bundled(golang(github.com/go-openapi/jsonreference))
    bundled(golang(github.com/go-openapi/swag))
    bundled(golang(github.com/go-restruct/restruct))
    bundled(golang(github.com/go-viper/mapstructure/v2))
    bundled(golang(github.com/gobwas/glob))
    bundled(golang(github.com/gogo/protobuf))
    bundled(golang(github.com/gohugoio/hashstructure))
    bundled(golang(github.com/golang/groupcache))
    bundled(golang(github.com/golang/snappy))
    bundled(golang(github.com/google/btree))
    bundled(golang(github.com/google/gnostic-models))
    bundled(golang(github.com/google/go-cmp))
    bundled(golang(github.com/google/go-containerregistry))
    bundled(golang(github.com/google/licensecheck))
    bundled(golang(github.com/google/pprof))
    bundled(golang(github.com/google/s2a-go))
    bundled(golang(github.com/google/shlex))
    bundled(golang(github.com/google/uuid))
    bundled(golang(github.com/googleapis/enterprise-certificate-proxy))
    bundled(golang(github.com/googleapis/gax-go/v2))
    bundled(golang(github.com/gookit/color))
    bundled(golang(github.com/gorilla/mux))
    bundled(golang(github.com/gorilla/websocket))
    bundled(golang(github.com/gosuri/uitable))
    bundled(golang(github.com/gregjones/httpcache))
    bundled(golang(github.com/hako/durafmt))
    bundled(golang(github.com/hashicorp/errwrap))
    bundled(golang(github.com/hashicorp/go-cleanhttp))
    bundled(golang(github.com/hashicorp/go-getter))
    bundled(golang(github.com/hashicorp/go-multierror))
    bundled(golang(github.com/hashicorp/go-safetemp))
    bundled(golang(github.com/hashicorp/go-version))
    bundled(golang(github.com/hashicorp/golang-lru/v2))
    bundled(golang(github.com/hashicorp/hcl/v2))
    bundled(golang(github.com/huandu/xstrings))
    bundled(golang(github.com/iancoleman/strcase))
    bundled(golang(github.com/inconshreveable/mousetrap))
    bundled(golang(github.com/itchyny/gojq))
    bundled(golang(github.com/itchyny/timefmt-go))
    bundled(golang(github.com/jbenet/go-context))
    bundled(golang(github.com/jinzhu/copier))
    bundled(golang(github.com/jinzhu/inflection))
    bundled(golang(github.com/jinzhu/now))
    bundled(golang(github.com/jmespath/go-jmespath))
    bundled(golang(github.com/jmoiron/sqlx))
    bundled(golang(github.com/josharian/intern))
    bundled(golang(github.com/json-iterator/go))
    bundled(golang(github.com/kastenhq/goversion))
    bundled(golang(github.com/kevinburke/ssh_config))
    bundled(golang(github.com/klauspost/compress))
    bundled(golang(github.com/klauspost/pgzip))
    bundled(golang(github.com/knqyf263/go-apk-version))
    bundled(golang(github.com/knqyf263/go-deb-version))
    bundled(golang(github.com/knqyf263/go-rpmdb))
    bundled(golang(github.com/lann/builder))
    bundled(golang(github.com/lann/ps))
    bundled(golang(github.com/lib/pq))
    bundled(golang(github.com/liggitt/tabwriter))
    bundled(golang(github.com/lmittmann/tint))
    bundled(golang(github.com/lucasb-eyer/go-colorful))
    bundled(golang(github.com/mailru/easyjson))
    bundled(golang(github.com/masahiro331/go-mvn-version))
    bundled(golang(github.com/mattn/go-colorable))
    bundled(golang(github.com/mattn/go-isatty))
    bundled(golang(github.com/mattn/go-runewidth))
    bundled(golang(github.com/mgutz/ansi))
    bundled(golang(github.com/mholt/archives))
    bundled(golang(github.com/minio/minlz))
    bundled(golang(github.com/mitchellh/copystructure))
    bundled(golang(github.com/mitchellh/go-homedir))
    bundled(golang(github.com/mitchellh/go-testing-interface))
    bundled(golang(github.com/mitchellh/go-wordwrap))
    bundled(golang(github.com/mitchellh/reflectwalk))
    bundled(golang(github.com/moby/docker-image-spec))
    bundled(golang(github.com/moby/locker))
    bundled(golang(github.com/moby/spdystream))
    bundled(golang(github.com/moby/sys/mountinfo))
    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/modern-go/concurrent))
    bundled(golang(github.com/modern-go/reflect2))
    bundled(golang(github.com/monochromegane/go-gitignore))
    bundled(golang(github.com/muesli/termenv))
    bundled(golang(github.com/munnerz/goautoneg))
    bundled(golang(github.com/mxk/go-flowrate))
    bundled(golang(github.com/ncruces/go-strftime))
    bundled(golang(github.com/nwaples/rardecode))
    bundled(golang(github.com/nwaples/rardecode/v2))
    bundled(golang(github.com/olekukonko/tablewriter))
    bundled(golang(github.com/onsi/ginkgo))
    bundled(golang(github.com/onsi/gomega))
    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/selinux))
    bundled(golang(github.com/openvex/go-vex))
    bundled(golang(github.com/owenrumney/go-sarif))
    bundled(golang(github.com/package-url/packageurl-go))
    bundled(golang(github.com/pandatix/go-cvss))
    bundled(golang(github.com/pborman/indent))
    bundled(golang(github.com/pelletier/go-toml))
    bundled(golang(github.com/pelletier/go-toml/v2))
    bundled(golang(github.com/peterbourgon/diskv))
    bundled(golang(github.com/petergtz/pegomock))
    bundled(golang(github.com/pierrec/lz4/v4))
    bundled(golang(github.com/pjbgf/sha1cd))
    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/rakyll/hey))
    bundled(golang(github.com/remyoudompheng/bigfft))
    bundled(golang(github.com/rivo/uniseg))
    bundled(golang(github.com/rubenv/sql-migrate))
    bundled(golang(github.com/russross/blackfriday/v2))
    bundled(golang(github.com/rust-secure-code/go-rustaudit))
    bundled(golang(github.com/sagikazarmark/locafero))
    bundled(golang(github.com/sahilm/fuzzy))
    bundled(golang(github.com/saintfish/chardet))
    bundled(golang(github.com/sassoftware/go-rpmutils))
    bundled(golang(github.com/scylladb/go-set))
    bundled(golang(github.com/sergi/go-diff))
    bundled(golang(github.com/shopspring/decimal))
    bundled(golang(github.com/sirupsen/logrus))
    bundled(golang(github.com/skeema/knownhosts))
    bundled(golang(github.com/sorairolake/lzip-go))
    bundled(golang(github.com/sourcegraph/conc))
    bundled(golang(github.com/spdx/gordf))
    bundled(golang(github.com/spdx/tools-golang))
    bundled(golang(github.com/spf13/afero))
    bundled(golang(github.com/spf13/cast))
    bundled(golang(github.com/spf13/cobra))
    bundled(golang(github.com/spf13/pflag))
    bundled(golang(github.com/spf13/viper))
    bundled(golang(github.com/stretchr/testify))
    bundled(golang(github.com/subosito/gotenv))
    bundled(golang(github.com/sylabs/sif/v2))
    bundled(golang(github.com/sylabs/squashfs))
    bundled(golang(github.com/therootcompany/xz))
    bundled(golang(github.com/ulikunitz/xz))
    bundled(golang(github.com/vbatts/go-mtree))
    bundled(golang(github.com/vbatts/tar-split))
    bundled(golang(github.com/vifraa/gopom))
    bundled(golang(github.com/wagoodman/go-partybus))
    bundled(golang(github.com/wagoodman/go-presenter))
    bundled(golang(github.com/wagoodman/go-progress))
    bundled(golang(github.com/x448/float16))
    bundled(golang(github.com/xanzy/ssh-agent))
    bundled(golang(github.com/xeipuuv/gojsonpointer))
    bundled(golang(github.com/xeipuuv/gojsonreference))
    bundled(golang(github.com/xeipuuv/gojsonschema))
    bundled(golang(github.com/xi2/xz))
    bundled(golang(github.com/xlab/treeprint))
    bundled(golang(github.com/xo/terminfo))
    bundled(golang(github.com/zclconf/go-cty))
    bundled(golang(go.opencensus.io))
    bundled(golang(go.opentelemetry.io/auto/sdk))
    bundled(golang(go.opentelemetry.io/contrib/detectors/gcp))
    bundled(golang(go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc))
    bundled(golang(go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp))
    bundled(golang(go.opentelemetry.io/otel))
    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.uber.org/multierr))
    bundled(golang(go4.org))
    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/oauth2))
    bundled(golang(golang.org/x/sync))
    bundled(golang(golang.org/x/sys))
    bundled(golang(golang.org/x/term))
    bundled(golang(golang.org/x/text))
    bundled(golang(golang.org/x/time))
    bundled(golang(golang.org/x/tools))
    bundled(golang(golang.org/x/xerrors))
    bundled(golang(google.golang.org/api))
    bundled(golang(google.golang.org/genproto))
    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/stats/opentelemetry))
    bundled(golang(google.golang.org/protobuf))
    bundled(golang(gopkg.in/evanphx/json-patch.v4))
    bundled(golang(gopkg.in/inf.v0))
    bundled(golang(gopkg.in/warnings.v0))
    bundled(golang(gopkg.in/yaml.v3))
    bundled(golang(gorm.io/gorm))
    bundled(golang(helm.sh/helm/v3))
    bundled(golang(k8s.io/api))
    bundled(golang(k8s.io/apiextensions-apiserver))
    bundled(golang(k8s.io/apimachinery))
    bundled(golang(k8s.io/apiserver))
    bundled(golang(k8s.io/cli-runtime))
    bundled(golang(k8s.io/client-go))
    bundled(golang(k8s.io/component-base))
    bundled(golang(k8s.io/component-helpers))
    bundled(golang(k8s.io/klog/v2))
    bundled(golang(k8s.io/kube-openapi))
    bundled(golang(k8s.io/kubectl))
    bundled(golang(k8s.io/metrics))
    bundled(golang(k8s.io/utils))
    bundled(golang(modernc.org/libc))
    bundled(golang(modernc.org/mathutil))
    bundled(golang(modernc.org/memory))
    bundled(golang(modernc.org/sqlite))
    bundled(golang(oras.land/oras-go))
    bundled(golang(sigs.k8s.io/json))
    bundled(golang(sigs.k8s.io/kustomize/api))
    bundled(golang(sigs.k8s.io/kustomize/kyaml))
    bundled(golang(sigs.k8s.io/randfill))
    bundled(golang(sigs.k8s.io/structured-merge-diff/v4))
    bundled(golang(sigs.k8s.io/yaml))
    k9s
    k9s(x86-64)



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

Comment 5 Dominik 'Rathann' Mierzejewski 2025-06-07 07:51:36 UTC
So, after a bit of investigation, it looks like github.com/therootcompany/xz is a fork of github.com/xi2/xz , which is under "public domain" and the fork adds no features, so you could switch to the original and have the issue resolved.

As Mike said:
dependency is introduced by https://github.com/mholt/archives
there is an issue and a PR in the main repo requesting to change to CC0 https://github.com/xi2/xz/issues/10
xi2/xz's "upstream" is PD and BSD0 for new commits https://tukaani.org/xz/embedded.html 
it could be worth to try to contact github.com/therootcompany/xz and ask if they could move to BSD0

Let me add this: please contact xi2/xz upstream and tell them CC0 is not acceptable for Fedora anymore.

Comment 6 blinxen 2025-06-11 18:46:08 UTC
Thanks everyone for the help!

Here are the updated SPEC and SRPM files:

Spec URL: https://blinxen.fedorapeople.org/k9s/k9s.spec
SRPM URL: https://blinxen.fedorapeople.org/k9s/k9s-0.50.6-1.fc43.src.rpm

What I changed:

* use "SOURCE_DATE_EPOCH" for reproducible builds
* patch out the problematic dependency (like gotmax23's suggested in matrix)

Comment 7 Fedora Review Service 2025-06-11 19:01:24 UTC
Created attachment 2093695 [details]
The .spec file difference from Copr build 9078319 to 9153753

Comment 8 Fedora Review Service 2025-06-11 19:01:27 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/9153753
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2368453-k9s/fedora-rawhide-x86_64/09153753-k9s/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 9 Dominik 'Rathann' Mierzejewski 2025-06-12 09:39:21 UTC
Licensing issues are resolved now.
Package approved.

Comment 10 Fedora Admin user for bugzilla script actions 2025-06-12 22:08:50 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/k9s

Comment 11 Fedora Update System 2025-06-12 22:35:28 UTC
FEDORA-2025-4600f0c03b (k9s-0.50.6-1.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-4600f0c03b

Comment 12 Fedora Update System 2025-06-12 22:41:00 UTC
FEDORA-2025-4600f0c03b (k9s-0.50.6-1.fc43) has been pushed to the Fedora 43 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.